Home
last modified time | relevance | path

Searched defs:dstRowBytes (Results 1 – 23 of 23) 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.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()
DSkHeifCodec.cpp384 void* dst, size_t dstRowBytes, in onGetPixels()
507 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkAvifCodec.cpp188 size_t dstRowBytes, in onGetPixels()
DSkWbmpCodec.cpp171 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkIcoCodec.cpp268 void* dst, size_t dstRowBytes, in onGetPixels()
DSkJpegCodec.cpp621 void* dst, size_t dstRowBytes, in onGetPixels()
821 int SkJpegCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkRawCodec.cpp712 size_t dstRowBytes, const Options& options, in onGetPixels()
/external/skia/src/gpu/graphite/
DImage_Base_Graphite.h30 size_t dstRowBytes, in onReadPixels()
/external/skia/src/core/
DSkBlurMask.cpp61 static void clamp_solid_with_orig(uint8_t dst[], int dstRowBytes, in clamp_solid_with_orig()
80 static void clamp_outer_with_orig(uint8_t dst[], int dstRowBytes, in clamp_outer_with_orig()
/external/skia/include/core/
DSkPixmap.h593 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/external/skia/src/gpu/graphite/text/
DAtlasManager.cpp60 int dstRowBytes, in expand_bits()
/external/skia/src/gpu/ganesh/text/
DGrAtlasManager.cpp52 int dstRowBytes, in expand_bits()
/external/skia/src/image/
DSkImage.cpp91 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels()
97 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels()
DSkImage_Raster.cpp245 size_t dstRowBytes, in onReadPixels()
DSkSurface.cpp299 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
/external/skia/tests/
DTransferPixelsTest.cpp222 size_t dstRowBytes = GrColorTypeBytesPerPixel(colorType) * kTexDims.fWidth; in basic_transfer_to_test() local
DImageTest.cpp319 const size_t dstRowBytes = 2 * sizeof(SkPMColor); in DEF_TEST() local
/external/skia/src/gpu/ganesh/dawn/
DGrDawnGpu.cpp391 size_t dstRowBytes = GrDawnRoundRowBytes(trimRowBytes); in uploadTextureData() local
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1293 size_t dstRowBytes, int srcX, int srcY) { in EMSCRIPTEN_BINDINGS()
1543 size_t dstRowBytes, int srcX, int srcY)->bool { in EMSCRIPTEN_BINDINGS()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp275 const size_t dstRowBytes = dstMask.fRowBytes; in copyFTBitmap() local
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1539 size_t dstRowBytes = pBitmap->GetPitch(); in GetDIBits() local