Home
last modified time | relevance | path

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

/external/skia/tools/
DDecodeUtils.cpp30 bool DecodeDataToBitmapWithColorType(sk_sp<SkData> data, SkBitmap* dst, SkColorType dstCT) { in DecodeDataToBitmapWithColorType()
DDecodeUtils.h27 inline bool GetResourceAsBitmapWithColortype(const char* resource, SkBitmap* dst, SkColorType dstCT in GetResourceAsBitmapWithColortype()
/external/skia/src/codec/
DSkWebpCodec.cpp202 static WEBP_CSP_MODE webp_decode_mode(SkColorType dstCT, bool premultiply) { in webp_decode_mode()
349 RPBlender(SkColorType dstCT, SkColorType srcCT, SkAlphaType dstAt, bool srcHasAlpha) in RPBlender()
549 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.cpp130 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.cpp609 auto dstCT = SkColorTypeToGrColorType(info.colorType()); in asyncRescaleAndReadPixels() local
1326 SurfaceContext::PixelTransferResult SurfaceContext::transferPixels(GrColorType dstCT, in transferPixels()
/external/skia/tests/
DReadPixelsTest.cpp522 for (SkColorType dstCT : kColorTypes) { in DEF_TEST() local
DReadWritePixelsGpuTest.cpp987 const auto dstCT = dstInfo.colorType(); in gpu_write_pixels_test_driver() local
1158 const auto dstCT = static_cast<SkColorType>(dct); in gpu_write_pixels_test_driver() local
/external/skia/gm/
Dwacky_yuv_formats.cpp524 static SkBitmap make_16(const SkBitmap& src, SkColorType dstCT, in make_16()