/aosp_15_r20/external/skia/src/core/ |
H A D | SkConvertPixels.cpp | 28 static bool rect_memcpy(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in rect_memcpy() 45 static bool swizzle_or_premul(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in swizzle_or_premul() 260 bool SkConvertPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in SkConvertPixels()
|
H A D | SkBitmap.cpp | 488 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels() 511 void* dstPixels = this->getAddr(rec.fX, rec.fY); in writePixels() local
|
H A D | SkBlurMask.cpp | 570 uint8_t* dstPixels = SkMaskBuilder::AllocImage(dstSize); in BlurGroundTruth() local
|
/aosp_15_r20/external/skia/src/image/ |
H A D | SkImage.cpp | 46 bool SkImage::readPixels(GrDirectContext* dContext, const SkImageInfo& dstInfo, void* dstPixels, in readPixels() 76 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, in readPixels()
|
H A D | SkImage_Lazy.cpp | 167 void* dstPixels, in onReadPixels()
|
H A D | SkImage_Raster.cpp | 67 void* dstPixels, in onReadPixels()
|
H A D | SkSurface.cpp | 129 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
|
/aosp_15_r20/external/skia/docs/examples/ |
H A D | Pixmap_scalePixels.cpp | 15 std::vector<int32_t> dstPixels; in draw() local
|
H A D | Pixmap_readPixels_2.cpp | 13 std::vector<int32_t> dstPixels; in draw() local
|
H A D | Pixmap_readPixels_3.cpp | 13 std::vector<int32_t> dstPixels; in draw() local
|
H A D | Image_readPixels.cpp | 9 std::vector<int32_t> dstPixels; in draw() local
|
H A D | Pixmap_readPixels_4.cpp | 13 std::vector<int32_t> dstPixels; in draw() local
|
H A D | Bitmap_readPixels.cpp | 20 std::vector<int16_t> dstPixels; in draw() local
|
H A D | Pixmap_readPixels.cpp | 22 std::vector<int32_t> dstPixels; in draw() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | Image_Base_Graphite.h | 63 void* dstPixels, in onReadPixels()
|
/aosp_15_r20/external/skia/gm/ |
H A D | encode_alpha_jpeg.cpp | 29 static inline void read_into_pixmap(SkPixmap* dst, SkImageInfo dstInfo, void* dstPixels, in read_into_pixmap()
|
/aosp_15_r20/external/skia/fuzz/ |
H A D | FuzzEncoders.cpp | 91 std::vector<int32_t> dstPixels; in DEF_FUZZ() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | CopySurfaceTest.cpp | 55 AutoTMalloc<uint32_t> dstPixels(kW * kH); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
H A D | BitmapCopyTest.cpp | 175 SkPMColor dstPixels[16]; in DEF_TEST() local
|
H A D | ReadPixelsTest.cpp | 469 uint64_t dstPixels[kNumPixels]; in test_conversion() local
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkPixmap.h | 592 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
|
/aosp_15_r20/external/skia/src/gpu/ |
H A D | DataUtils.cpp | 260 char* dstPixels, in FillInCompressedData()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrDataUtils.cpp | 82 void GrTwoColorBC1Compress(const SkPixmap& pixmap, SkColor otherColor, char* dstPixels) { in GrTwoColorBC1Compress()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/image/ |
H A D | SkImage_GaneshBase.cpp | 248 void* dstPixels, in onReadPixels()
|
/aosp_15_r20/external/skia/tests/graphite/ |
H A D | ReadWritePixelsGraphiteTest.cpp | 263 SkPixmap dstPixels(readInfo, dstData.get(), dstRB); in graphite_read_pixels_test_driver() local
|