Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/compile/
H A DNinePatch.cpp43 static uint32_t get_alpha(uint32_t color);
204 return get_alpha(color) == 0; in IsNeutralColor()
215 inline static uint32_t get_alpha(uint32_t color) { in get_alpha() function
308 if (get_alpha(color) == 0) { in GetRegionColor()
311 if (get_alpha(expected_color) != 0) { in GetRegionColor()
320 if (get_alpha(expected_color) == 0) { in GetRegionColor()
422 uint32_t alpha = get_alpha(image_line->GetColor(i)); in FindOutlineInsets()
431 uint32_t alpha = get_alpha(image_line->GetColor(i)); in FindOutlineInsets()
445 uint32_t alpha = get_alpha(image_line->GetColor(idx)); in FindMaxAlpha()