Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkWebpCodec.cpp200 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
/external/skia/src/core/
DSkPaintPriv.cpp113 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither()
DSkRasterPipelineBlitter.cpp131 SkColorType dstCT = dst.colorType(); in SkCreateRasterPipelineBlitter() local
/external/skia/src/gpu/graphite/
DPaintParams.cpp32 bool should_dither(const PaintParams& p, SkColorType dstCT) { in should_dither()
/external/skia/src/gpu/ganesh/
DSurfaceContext.cpp581 auto dstCT = SkColorTypeToGrColorType(info.colorType()); in asyncRescaleAndReadPixels() local
1298 SurfaceContext::PixelTransferResult SurfaceContext::transferPixels(GrColorType dstCT, in transferPixels()
/external/skia/tests/
DReadPixelsTest.cpp522 for (SkColorType dstCT : kColorTypes) { in DEF_TEST() local
DReadWritePixelsGpuTest.cpp984 const auto dstCT = dstInfo.colorType(); in gpu_write_pixels_test_driver() local
1155 const auto dstCT = static_cast<SkColorType>(dct); in gpu_write_pixels_test_driver() local
/external/skia/gm/
Dwacky_yuv_formats.cpp543 static SkBitmap make_16(const SkBitmap& src, SkColorType dstCT, in make_16()