Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DNinePatch.cpp40 static uint32_t get_alpha(uint32_t color);
205 return get_alpha(color) == 0; in IsNeutralColor()
216 inline static uint32_t get_alpha(uint32_t color) { in get_alpha() function
304 if (get_alpha(color) == 0) { in GetRegionColor()
307 if (get_alpha(expected_color) != 0) { in GetRegionColor()
316 if (get_alpha(expected_color) == 0) { in GetRegionColor()
418 uint32_t alpha = get_alpha(image_line->GetColor(i)); in FindOutlineInsets()
427 uint32_t alpha = get_alpha(image_line->GetColor(i)); in FindOutlineInsets()
441 uint32_t alpha = get_alpha(image_line->GetColor(idx)); in FindMaxAlpha()