Home
last modified time | relevance | path

Searched defs:dstRowBytes (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/skia/src/codec/
H A DSkBmpRLECodec.cpp52 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 DSkBmpStandardCodec.cpp49 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 DSkBmpMaskCodec.cpp36 void* dst, size_t dstRowBytes, in onGetPixels()
87 void* dst, size_t dstRowBytes, in decodeRows()
H A DSkHeifCodec.cpp408 void* dst, size_t dstRowBytes, in onGetPixels()
531 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
H A DSkJpegCodec.cpp479 void* dst, size_t dstRowBytes, in onGetPixels()
679 int SkJpegCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
H A DSkAvifCodec.cpp193 size_t dstRowBytes, in onGetPixels()
H A DSkWbmpCodec.cpp179 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
H A DSkIcoCodec.cpp274 void* dst, size_t dstRowBytes, in onGetPixels()
H A DSkCrabbyAvifCodec.cpp306 size_t dstRowBytes, in onGetPixels()
H A DSkRawCodec.cpp718 size_t dstRowBytes, const Options& options, in onGetPixels()
/aosp_15_r20/external/skia/src/image/
H A DSkImage.cpp47 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 DSkImage_Raster.cpp68 size_t dstRowBytes, in onReadPixels()
H A DSkSurface.cpp129 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
/aosp_15_r20/external/skia/src/core/
H A DSkBlurMask.cpp70 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 DImage_Base_Graphite.h64 size_t dstRowBytes, in onReadPixels()
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DHdrSdrRatioOverlay.cpp92 const size_t dstRowBytes = buffer->getStride() * static_cast<size_t>(imageInfo.bytesPerPixel()); in draw() local
H A DRefreshRateOverlay.cpp124 const size_t dstRowBytes = in draw() local
/aosp_15_r20/external/skia/include/core/
H A DSkPixmap.h592 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/aosp_15_r20/external/skia/src/gpu/graphite/text/
H A DTextAtlasManager.cpp61 int dstRowBytes, in expand_bits()
/aosp_15_r20/external/skia/src/gpu/ganesh/text/
H A DGrAtlasManager.cpp62 int dstRowBytes, in expand_bits()
/aosp_15_r20/external/skia/tests/
H A DTransferPixelsTest.cpp223 size_t dstRowBytes = GrColorTypeBytesPerPixel(colorType) * kTexDims.fWidth; in basic_transfer_to_test() local
H A DImageTest.cpp330 const size_t dstRowBytes = 2 * sizeof(SkPMColor); in DEF_TEST() local
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp731 const size_t dstRowBytes = mRecycledBitmap->rowBytes(); in copyIfNecessary() local
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp1463 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 DSkFontHost_FreeType_common.cpp281 const size_t dstRowBytes = dstMask->fRowBytes; in copyFTBitmap() local