Home
last modified time | relevance | path

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

/third_party/skia/include/core/
DSkImageInfo.h52 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) { in SkAlphaTypeIsOpaque() function
212 return SkAlphaTypeIsOpaque(fAlphaType) in isOpaque()
DSkBitmap.h306 return SkAlphaTypeIsOpaque(this->alphaType()); in isOpaque()
DSkImage.h666 bool isOpaque() const { return SkAlphaTypeIsOpaque(this->alphaType()); } in isOpaque()
/third_party/skia/src/shaders/
DSkImageShader.cpp717 const bool input_is_opaque = SkAlphaTypeIsOpaque(upper.alphaType()) in makeProgram()