Home
last modified time | relevance | path

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

/external/skia/src/codec/
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()
DSkBmpMaskCodec.cpp36 void* dst, size_t dstRowBytes, in onGetPixels()
87 void* dst, size_t dstRowBytes, in decodeRows()
DSkBmpStandardCodec.cpp54 void* dst, size_t dstRowBytes, in onGetPixels()
234 int SkBmpStandardCodec::decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, in decodeRows()
310 void* dst, size_t dstRowBytes) { in decodeIcoMask()
DSkHeifCodec.cpp422 void* dst, size_t dstRowBytes, in onGetPixels()
545 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkAvifCodec.cpp200 size_t dstRowBytes, in onGetPixels()
DSkWbmpCodec.cpp179 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkJpegCodec.cpp482 void* dst, size_t dstRowBytes, in onGetPixels()
724 int SkJpegCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkIcoCodec.cpp274 void* dst, size_t dstRowBytes, in onGetPixels()
DSkCrabbyAvifCodec.cpp369 size_t dstRowBytes, in onGetPixels()
DSkRawCodec.cpp718 size_t dstRowBytes, const Options& options, in onGetPixels()
/external/skia/src/gpu/graphite/
DImage_Base_Graphite.h64 size_t dstRowBytes, in onReadPixels()
/external/skia/src/image/
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()
DSkImage_Raster.cpp68 size_t dstRowBytes, in onReadPixels()
DSkSurface.cpp133 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
/external/skia/src/core/
DSkBlurMask.cpp68 static void clamp_solid_with_orig(uint8_t dst[], int dstRowBytes, in clamp_solid_with_orig()
87 static void clamp_outer_with_orig(uint8_t dst[], int dstRowBytes, in clamp_outer_with_orig()
/external/skia/include/core/
DSkPixmap.h592 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/external/skia/src/gpu/ganesh/text/
DGrAtlasManager.cpp62 int dstRowBytes, in expand_bits()
/external/skia/src/gpu/graphite/text/
DTextAtlasManager.cpp64 int dstRowBytes, in expand_bits()
/external/skia/tests/
DTransferPixelsTest.cpp223 size_t dstRowBytes = GrColorTypeBytesPerPixel(colorType) * kTexDims.fWidth; in basic_transfer_to_test() local
DImageTest.cpp330 const size_t dstRowBytes = 2 * sizeof(SkPMColor); in DEF_TEST() local
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1467 size_t dstRowBytes, int srcX, int srcY) { in EMSCRIPTEN_BINDINGS()
1728 size_t dstRowBytes, int srcX, int srcY)->bool { in EMSCRIPTEN_BINDINGS()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp281 const size_t dstRowBytes = dstMask->fRowBytes; in copyFTBitmap() local