Home
last modified time | relevance | path

Searched defs:dstCT (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/src/codec/
DSkWebpCodec.cpp178 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/
DSkWebpCodec.cpp179 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/
DSkPaintPriv.cpp46 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither()
DSkRasterPipelineBlitter.cpp91 SkColorType dstCT = dst.colorType(); in SkCreateRasterPipelineBlitter() local
/third_party/skia/src/core/
DSkPaintPriv.cpp52 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither()
DSkRasterPipelineBlitter.cpp99 SkColorType dstCT = dst.colorType(); in SkCreateRasterPipelineBlitter() local
/third_party/skia/src/gpu/
DSurfaceContext.cpp563 auto dstCT = SkColorTypeToGrColorType(info.colorType()); in asyncRescaleAndReadPixels() local
1234 SurfaceContext::PixelTransferResult SurfaceContext::transferPixels(GrColorType dstCT, in transferPixels()
/third_party/flutter/skia/src/gpu/
DGrSurfaceContext.cpp590 GrSurfaceContext::PixelTransferResult GrSurfaceContext::transferPixels(GrColorType dstCT, in transferPixels()
DGrRenderTargetContext.cpp1580 auto dstCT = SkColorTypeToGrColorType(info.colorType()); in asyncRescaleAndReadPixels() local
/third_party/skia/tests/
DReadPixelsTest.cpp498 for (SkColorType dstCT : kColorTypes) { in DEF_TEST() local
DReadWritePixelsGpuTest.cpp824 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/
DReadPixelsTest.cpp606 for (SkColorType dstCT : kColorTypes) { in DEF_TEST() local
/third_party/skia/gm/
Dwacky_yuv_formats.cpp516 static SkBitmap make_16(const SkBitmap& src, SkColorType dstCT, in make_16()