Searched refs:is_8888 (Results 1 – 4 of 4) sorted by relevance
37 auto is_8888 = [](SkColorType ct) { in swizzle_or_premul() local40 if (!is_8888(dstInfo.colorType()) || in swizzle_or_premul()41 !is_8888(srcInfo.colorType()) || in swizzle_or_premul()
325 static bool is_8888(SkColorType colorType) { in is_8888() function486 if ((this->colorXform() && !is_8888(dstInfo.colorType())) || blendWithPrevFrame) { in onGetPixels()