Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
DSkBmpMaskCodec.cpp28 void* dst, size_t dstRowBytes, in onGetPixels()
79 void* dst, size_t dstRowBytes, in decodeRows()
DSkBmpRLECodec.cpp39 void* dst, size_t dstRowBytes, in onGetPixels()
171 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel()
204 void SkBmpRLECodec::setRGBPixel(void* dst, size_t dstRowBytes, in setRGBPixel()
279 int SkBmpRLECodec::decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, in decodeRows()
335 int SkBmpRLECodec::decodeRLE(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes) { in decodeRLE()
DSkBmpStandardCodec.cpp38 void* dst, size_t dstRowBytes, in onGetPixels()
217 int SkBmpStandardCodec::decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, in decodeRows()
293 void* dst, size_t dstRowBytes) { in decodeIcoMask()
DSkHeifCodec.cpp365 void* dst, size_t dstRowBytes, in onGetPixels()
482 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkWbmpCodec.cpp163 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkJpegCodec.cpp525 void* dst, size_t dstRowBytes, in onGetPixels()
725 int SkJpegCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkIcoCodec.cpp295 void* dst, size_t dstRowBytes, in onGetPixels()
DSkRawCodec.cpp684 size_t dstRowBytes, const Options& options, in onGetPixels()
/third_party/skia/experimental/graphite/src/
DImage_Graphite.h23 size_t dstRowBytes, in onReadPixels()
/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp271 void* pixels, size_t dstRowBytes, in onGetPixels()
301 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode()
/third_party/skia/src/core/
DSkBlurMask.cpp59 static void clamp_solid_with_orig(uint8_t dst[], int dstRowBytes, in clamp_solid_with_orig()
78 static void clamp_outer_with_orig(uint8_t dst[], int dstRowBytes, in clamp_outer_with_orig()
/third_party/skia/include/core/
DSkPixmap.h563 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/third_party/skia/src/gpu/text/
DGrAtlasManager.cpp42 int dstRowBytes, in expand_bits()
/third_party/skia/src/image/
DSkImage.cpp61 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels()
67 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels()
DSkImage_Raster.cpp206 size_t dstRowBytes, in onReadPixels()
DSkSurface.cpp247 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
/third_party/skia/tests/
DTransferPixelsTest.cpp194 size_t dstRowBytes = GrColorTypeBytesPerPixel(colorType) * kTexDims.fWidth; in basic_transfer_to_test() local
DImageTest.cpp270 const size_t dstRowBytes = 2 * sizeof(SkPMColor); in DEF_TEST() local
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp361 size_t dstRowBytes = GrDawnRoundRowBytes(trimRowBytes); in uploadTextureData() local
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp236 const size_t dstRowBytes = dstMask.fRowBytes; in copyFTBitmap() local
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1162 size_t dstRowBytes, int srcX, int srcY) { in EMSCRIPTEN_BINDINGS()
1400 size_t dstRowBytes, int srcX, int srcY)->bool { in EMSCRIPTEN_BINDINGS()