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

  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.cpp 102 inline bool check_alpha(SkAlphaType reported, SkAlphaType actual) { function in namespace:__anon19196
191 SkASSERT(check_alpha(info.alphaType(), bm.alphaType()));
193 SkASSERT(check_alpha(info.alphaType(), bitmap.alphaType()));
  /external/skia/src/images/
SkDecodingImageGenerator.cpp 102 inline bool check_alpha(SkAlphaType reported, SkAlphaType actual) { function in namespace:__anon34448
191 SkASSERT(check_alpha(info.alphaType(), bm.alphaType()));
193 SkASSERT(check_alpha(info.alphaType(), bitmap.alphaType()));

Completed in 655 milliseconds