Home
last modified time | relevance | path

Searched refs:is_8888 (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkConvertPixels.cpp37 auto is_8888 = [](SkColorType ct) { in swizzle_or_premul() local
40 if (!is_8888(dstInfo.colorType()) || in swizzle_or_premul()
41 !is_8888(srcInfo.colorType()) || in swizzle_or_premul()
/third_party/skia/src/codec/
H A DSkWebpCodec.cpp305 static bool is_8888(SkColorType colorType) { in is_8888() function
465 if ((this->colorXform() && !is_8888(dstInfo.colorType())) || blendWithPrevFrame) { in onGetPixels()

Completed in 2 milliseconds