HomeSort by relevance Sort by last modified time
    Searched defs:is_alpha (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tools/aapt2/
Locale.cpp 67 static inline bool is_alpha(const std::string& str) { function in namespace:aapt
84 if (is_alpha(lang) && (lang.length() == 2 || lang.length() == 3)) {
96 if ((part2.length() == 2 && is_alpha(part2)) ||
99 } else if (part2.length() == 4 && is_alpha(part2)) {
113 if (((part3.length() == 2 && is_alpha(part3)) ||
211 if ((part.length() == 2 || part.length() == 3) && is_alpha(part) &&
  /external/webp/src/dec/
io_dec.c 551 const int is_alpha = WebPIsAlphaMode(colorspace); local
557 if (!WebPIoInitFromOptions(p->options, io, is_alpha ? MODE_YUV : MODE_YUVA)) {
560 if (is_alpha && WebPIsPremultipliedMode(colorspace)) {
589 if (is_alpha) { // need transparency output