Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
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
310 if (get_alpha(color) == 0) { in GetRegionColor()
313 if (get_alpha(expected_color) != 0) { in GetRegionColor()
322 if (get_alpha(expected_color) == 0) { in GetRegionColor()
424 uint32_t alpha = get_alpha(image_line->GetColor(i)); in FindOutlineInsets()
433 uint32_t alpha = get_alpha(image_line->GetColor(i)); in FindOutlineInsets()
447 uint32_t alpha = get_alpha(image_line->GetColor(idx)); in FindMaxAlpha()