Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/codec/
H A 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
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DBitmap.cpp339 static bool bitmapCopyTo(SkBitmap* dst, SkColorType dstCT, const SkBitmap& src, in bitmapCopyTo()
402 SkColorType dstCT = GraphicsJNI::legacyBitmapConfigToColorType(dstConfigHandle); in Bitmap_copy() local
425 static Bitmap* Bitmap_copyAshmemImpl(JNIEnv* env, SkBitmap& src, SkColorType& dstCT) { in Bitmap_copyAshmemImpl()
440 SkColorType dstCT = src.colorType(); in Bitmap_copyAshmem() local
449 SkColorType dstCT = GraphicsJNI::legacyBitmapConfigToColorType(dstConfigHandle); in Bitmap_copyAshmemConfig() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DSurfaceContext.cpp609 auto dstCT = SkColorTypeToGrColorType(info.colorType()); in asyncRescaleAndReadPixels() local
1326 SurfaceContext::PixelTransferResult SurfaceContext::transferPixels(GrColorType dstCT, in transferPixels()
/aosp_15_r20/external/skia/src/core/
H A DSkPaintPriv.cpp113 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither()
H A DSkRasterPipelineBlitter.cpp131 SkColorType dstCT = dst.colorType(); in SkCreateRasterPipelineBlitter() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DPaintParams.cpp32 bool should_dither(const PaintParams& p, SkColorType dstCT) { in should_dither()
/aosp_15_r20/external/skia/tests/
H A 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
H A DReadPixelsTest.cpp522 for (SkColorType dstCT : kColorTypes) { in DEF_TEST() local
/aosp_15_r20/external/skia/gm/
H A Dwacky_yuv_formats.cpp524 static SkBitmap make_16(const SkBitmap& src, SkColorType dstCT, in make_16()