Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkWbmpCodec.cpp116 if (!valid_color_type(info) || !valid_alpha(info.alphaType(), this->getInfo().alphaType())) { in onGetPixels()
185 !valid_alpha(dstInfo.alphaType(), this->getInfo().alphaType())) in onStartScanlineDecode()
DSkCodecPriv.h85 static inline bool valid_alpha(SkAlphaType dstAlpha, SkAlphaType srcAlpha) { in valid_alpha() function
323 if (!valid_alpha(dst.alphaType(), src.alphaType())) { in conversion_possible()