HomeSort by relevance Sort by last modified time
    Searched refs:get_alpha (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt2/compile/
NinePatch.cpp 43 static uint32_t get_alpha(uint32_t color);
204 return get_alpha(color) == 0;
215 inline static uint32_t get_alpha(uint32_t color) { function in namespace:aapt
310 if (get_alpha(color) == 0) {
313 if (get_alpha(expected_color) != 0) {
322 if (get_alpha(expected_color) == 0) {
424 uint32_t alpha = get_alpha(image_line->GetColor(i));
433 uint32_t alpha = get_alpha(image_line->GetColor(i));
447 uint32_t alpha = get_alpha(image_line->GetColor(idx));
  /external/skia/src/core/
SkPM4fPriv.h 23 static inline float get_alpha(const Sk4f& px) { function
  /external/skqp/src/core/
SkPM4fPriv.h 23 static inline float get_alpha(const Sk4f& px) { function

Completed in 67 milliseconds