/aosp_15_r20/external/skia/src/codec/ |
H A D | SkBmpRLECodec.cpp | 52 void* dst, size_t dstRowBytes, in onGetPixels() 184 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel() 217 void SkBmpRLECodec::setRGBPixel(void* dst, size_t dstRowBytes, in setRGBPixel() 292 int SkBmpRLECodec::decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, in decodeRows() 348 int SkBmpRLECodec::decodeRLE(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes) { in decodeRLE()
|
H A D | SkBmpStandardCodec.cpp | 49 void* dst, size_t dstRowBytes, in onGetPixels() 228 int SkBmpStandardCodec::decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, in decodeRows() 304 void* dst, size_t dstRowBytes) { in decodeIcoMask()
|
H A D | SkBmpMaskCodec.cpp | 36 void* dst, size_t dstRowBytes, in onGetPixels() 87 void* dst, size_t dstRowBytes, in decodeRows()
|
H A D | SkHeifCodec.cpp | 408 void* dst, size_t dstRowBytes, in onGetPixels() 531 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
|
H A D | SkJpegCodec.cpp | 479 void* dst, size_t dstRowBytes, in onGetPixels() 679 int SkJpegCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
|
H A D | SkAvifCodec.cpp | 193 size_t dstRowBytes, in onGetPixels()
|
H A D | SkWbmpCodec.cpp | 179 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
|
H A D | SkIcoCodec.cpp | 274 void* dst, size_t dstRowBytes, in onGetPixels()
|
H A D | SkCrabbyAvifCodec.cpp | 306 size_t dstRowBytes, in onGetPixels()
|
H A D | SkRawCodec.cpp | 718 size_t dstRowBytes, const Options& options, in onGetPixels()
|
/aosp_15_r20/external/skia/src/image/ |
H A D | SkImage.cpp | 47 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() 77 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels()
|
H A D | SkImage_Raster.cpp | 68 size_t dstRowBytes, 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/src/core/ |
H A D | SkBlurMask.cpp | 70 static void clamp_solid_with_orig(uint8_t dst[], int dstRowBytes, in clamp_solid_with_orig() 89 static void clamp_outer_with_orig(uint8_t dst[], int dstRowBytes, in clamp_outer_with_orig()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | Image_Base_Graphite.h | 64 size_t dstRowBytes, in onReadPixels()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/ |
H A D | HdrSdrRatioOverlay.cpp | 92 const size_t dstRowBytes = buffer->getStride() * static_cast<size_t>(imageInfo.bytesPerPixel()); in draw() local
|
H A D | RefreshRateOverlay.cpp | 124 const size_t dstRowBytes = in draw() 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/graphite/text/ |
H A D | TextAtlasManager.cpp | 61 int dstRowBytes, in expand_bits()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/text/ |
H A D | GrAtlasManager.cpp | 62 int dstRowBytes, in expand_bits()
|
/aosp_15_r20/external/skia/tests/ |
H A D | TransferPixelsTest.cpp | 223 size_t dstRowBytes = GrColorTypeBytesPerPixel(colorType) * kTexDims.fWidth; in basic_transfer_to_test() local
|
H A D | ImageTest.cpp | 330 const size_t dstRowBytes = 2 * sizeof(SkPMColor); in DEF_TEST() local
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | Graphics.cpp | 731 const size_t dstRowBytes = mRecycledBitmap->rowBytes(); in copyIfNecessary() local
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | canvaskit_bindings.cpp | 1463 size_t dstRowBytes, int srcX, int srcY) { in EMSCRIPTEN_BINDINGS() 1724 size_t dstRowBytes, int srcX, int srcY)->bool { in EMSCRIPTEN_BINDINGS()
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.cpp | 281 const size_t dstRowBytes = dstMask->fRowBytes; in copyFTBitmap() local
|