Home
last modified time | relevance | path

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

/external/skia/src/core/
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()
/external/skqp/src/core/
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()
/external/skia/src/codec/
DSkWebpCodec.cpp325 static bool is_8888(SkColorType colorType) { in is_8888() function
486 if ((this->colorXform() && !is_8888(dstInfo.colorType())) || blendWithPrevFrame) { in onGetPixels()
/external/skqp/src/codec/
DSkWebpCodec.cpp325 static bool is_8888(SkColorType colorType) { in is_8888() function
486 if ((this->colorXform() && !is_8888(dstInfo.colorType())) || blendWithPrevFrame) { in onGetPixels()