Searched defs:dstCT (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/src/codec/ |
D | SkWebpCodec.cpp | 178 static WEBP_CSP_MODE webp_decode_mode(SkColorType dstCT, bool premultiply) { in webp_decode_mode() 316 static void blend_line(SkColorType dstCT, void* dst, in blend_line() 511 const auto dstCT = dstInfo.colorType(); in onGetPixels() local
|
/third_party/flutter/skia/src/codec/ |
D | SkWebpCodec.cpp | 179 static WEBP_CSP_MODE webp_decode_mode(SkColorType dstCT, bool premultiply) { in webp_decode_mode() 321 static void blend_line(SkColorType dstCT, void* dst, in blend_line() 517 const auto dstCT = dstInfo.colorType(); in onGetPixels() local
|
/third_party/flutter/skia/src/core/ |
D | SkPaintPriv.cpp | 46 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither()
|
D | SkRasterPipelineBlitter.cpp | 91 SkColorType dstCT = dst.colorType(); in SkCreateRasterPipelineBlitter() local
|
/third_party/skia/src/core/ |
D | SkPaintPriv.cpp | 52 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither()
|
D | SkRasterPipelineBlitter.cpp | 99 SkColorType dstCT = dst.colorType(); in SkCreateRasterPipelineBlitter() local
|
/third_party/skia/src/gpu/ |
D | SurfaceContext.cpp | 563 auto dstCT = SkColorTypeToGrColorType(info.colorType()); in asyncRescaleAndReadPixels() local 1234 SurfaceContext::PixelTransferResult SurfaceContext::transferPixels(GrColorType dstCT, in transferPixels()
|
/third_party/flutter/skia/src/gpu/ |
D | GrSurfaceContext.cpp | 590 GrSurfaceContext::PixelTransferResult GrSurfaceContext::transferPixels(GrColorType dstCT, in transferPixels()
|
D | GrRenderTargetContext.cpp | 1580 auto dstCT = SkColorTypeToGrColorType(info.colorType()); in asyncRescaleAndReadPixels() local
|
/third_party/skia/tests/ |
D | ReadPixelsTest.cpp | 498 for (SkColorType dstCT : kColorTypes) { in DEF_TEST() local
|
D | ReadWritePixelsGpuTest.cpp | 824 const auto dstCT = dstInfo.colorType(); in gpu_write_pixels_test_driver() local 995 const auto dstCT = static_cast<SkColorType>(dct); in gpu_write_pixels_test_driver() local
|
/third_party/flutter/skia/tests/ |
D | ReadPixelsTest.cpp | 606 for (SkColorType dstCT : kColorTypes) { in DEF_TEST() local
|
/third_party/skia/gm/ |
D | wacky_yuv_formats.cpp | 516 static SkBitmap make_16(const SkBitmap& src, SkColorType dstCT, in make_16()
|