Home
last modified time | relevance | path

Searched refs:is_alpha (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dutil.h49 inline bool is_alpha(char c) { in is_alpha() function
56 FLATBUFFERS_ASSERT(is_alpha(alpha)); in is_alpha_char()
74 inline bool is_alnum(char c) { return is_alpha(c) || is_digit(c); } in is_alnum()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c554 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup() local
560 if (!WebPIoInitFromOptions(p->options, io, is_alpha ? MODE_YUV : MODE_YUVA)) { in CustomSetup()
563 if (is_alpha && WebPIsPremultipliedMode(colorspace)) { in CustomSetup()
596 if (is_alpha) { // need transparency output in CustomSetup()
/AliOS-Things-master/components/amp/jslib/src/
A Drepl.js204 function is_alpha(c) { function
215 (is_alpha(c) || is_digit(c) || c == '_' || c == '$');
1090 if (!is_alpha(a[pos]))
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drepl.js198 function is_alpha(c) { function
209 (is_alpha(c) || is_digit(c) || c == '_' || c == '$');
1082 if (!is_alpha(a[pos]))

Completed in 11 milliseconds