Home
last modified time | relevance | path

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

/external/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
/external/skqp/src/codec/
DSkWebpCodec.cpp194 static WEBP_CSP_MODE webp_decode_mode(SkColorType dstCT, bool premultiply) { in webp_decode_mode()
336 static void blend_line(SkColorType dstCT, void* dst, in blend_line()
532 const auto dstCT = dstInfo.colorType(); in onGetPixels() local
/external/skqp/src/core/
DSkPaintPriv.cpp46 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither()
DSkRasterPipelineBlitter.cpp92 SkColorType dstCT = dst.colorType(); in SkCreateRasterPipelineBlitter() local
/external/skia/src/core/
DSkPaintPriv.cpp48 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither()
DSkRasterPipelineBlitter.cpp94 SkColorType dstCT = dst.colorType(); in SkCreateRasterPipelineBlitter() local
/external/skia/src/gpu/
DGrSurfaceContext.cpp652 auto dstCT = SkColorTypeToGrColorType(info.colorType()); in asyncRescaleAndReadPixels() local
1310 GrSurfaceContext::PixelTransferResult GrSurfaceContext::transferPixels(GrColorType dstCT, in transferPixels()
/external/skia/tests/
DReadWritePixelsGpuTest.cpp820 const auto dstCT = dstInfo.colorType(); in gpu_write_pixels_test_driver() local
991 const auto dstCT = static_cast<SkColorType>(dct); in gpu_write_pixels_test_driver() local
DReadPixelsTest.cpp498 for (SkColorType dstCT : kColorTypes) { in DEF_TEST() local
/external/skqp/tests/
DReadPixelsTest.cpp675 for (SkColorType dstCT : kColorTypes) { in DEF_TEST() local
/external/skia/gm/
Dwacky_yuv_formats.cpp519 static SkBitmap make_16(const SkBitmap& src, SkColorType dstCT, in make_16()
/external/skqp/dm/
DDMSrcSink.cpp970 void clamp_if_necessary(const SkBitmap& bitmap, SkColorType dstCT) { in clamp_if_necessary()