Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkImageInfo.h50 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) { in SkAlphaTypeIsOpaque() function
230 return SkAlphaTypeIsOpaque(fAlphaType); in isOpaque()
DSkBitmap.h189 return SkAlphaTypeIsOpaque(this->alphaType()); in isOpaque()