Searched defs:dstCT (Results 1 – 8 of 8) sorted by relevance
200 static WEBP_CSP_MODE webp_decode_mode(SkColorType dstCT, bool premultiply) { in webp_decode_mode()338 static void blend_line(SkColorType dstCT, void* dst, in blend_line()533 const auto dstCT = dstInfo.colorType(); in onGetPixels() local
113 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither()
131 SkColorType dstCT = dst.colorType(); in SkCreateRasterPipelineBlitter() local
32 bool should_dither(const PaintParams& p, SkColorType dstCT) { in should_dither()
581 auto dstCT = SkColorTypeToGrColorType(info.colorType()); in asyncRescaleAndReadPixels() local1298 SurfaceContext::PixelTransferResult SurfaceContext::transferPixels(GrColorType dstCT, in transferPixels()
522 for (SkColorType dstCT : kColorTypes) { in DEF_TEST() local
984 const auto dstCT = dstInfo.colorType(); in gpu_write_pixels_test_driver() local1155 const auto dstCT = static_cast<SkColorType>(dct); in gpu_write_pixels_test_driver() local
543 static SkBitmap make_16(const SkBitmap& src, SkColorType dstCT, in make_16()