Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkDecodingImageGenerator.cpp100 inline bool check_alpha(SkAlphaType reported, SkAlphaType actual) { in check_alpha() function
187 SkASSERT(check_alpha(info.alphaType(), bm.alphaType())); in onGetPixels()
189 SkASSERT(check_alpha(info.alphaType(), bitmap.alphaType())); in onGetPixels()