Searched defs:dstCT (Results 1 – 7 of 7) sorted by relevance
194 static WEBP_CSP_MODE webp_decode_mode(SkColorType dstCT, bool premultiply) { in webp_decode_mode()332 static void blend_line(SkColorType dstCT, void* dst, in blend_line()527 const auto dstCT = dstInfo.colorType(); in onGetPixels() local
58 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither()
105 SkColorType dstCT = dst.colorType(); in SkCreateRasterPipelineBlitter() local
572 auto dstCT = SkColorTypeToGrColorType(info.colorType()); in asyncRescaleAndReadPixels() local1226 SurfaceContext::PixelTransferResult SurfaceContext::transferPixels(GrColorType dstCT, in transferPixels()
522 for (SkColorType dstCT : kColorTypes) { in DEF_TEST() local
913 const auto dstCT = dstInfo.colorType(); in gpu_write_pixels_test_driver() local1084 const auto dstCT = static_cast<SkColorType>(dct); in gpu_write_pixels_test_driver() local
516 static SkBitmap make_16(const SkBitmap& src, SkColorType dstCT, in make_16()