Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/src/codec/
DSkBmpMaskCodec.cpp28 void* dst, size_t dstRowBytes, in onGetPixels()
79 void* dst, size_t dstRowBytes, in decodeRows()
DSkBmpRLECodec.cpp36 void* dst, size_t dstRowBytes, in onGetPixels()
168 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel()
201 void SkBmpRLECodec::setRGBPixel(void* dst, size_t dstRowBytes, in setRGBPixel()
276 int SkBmpRLECodec::decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, in decodeRows()
332 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()
DSkGifCodec.cpp266 void* pixels, size_t dstRowBytes, in onGetPixels()
296 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode()
DSkHeifCodec.cpp366 void* dst, size_t dstRowBytes, in onGetPixels()
487 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.cpp576 void* dst, size_t dstRowBytes, in onGetPixels()
767 int SkJpegCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkIcoCodec.cpp248 void* dst, size_t dstRowBytes, in onGetPixels()
/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.cpp255 void* dst, size_t dstRowBytes, 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/flutter/skia/src/core/
DSkBlurMask.cpp58 static void clamp_solid_with_orig(uint8_t dst[], int dstRowBytes, in clamp_solid_with_orig()
77 static void clamp_outer_with_orig(uint8_t dst[], int dstRowBytes, in clamp_outer_with_orig()
/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/flutter/skia/src/gpu/text/
DGrStrikeCache.cpp66 int dstRowBytes, in expand_bits()
/third_party/flutter/skia/include/core/
DSkPixmap.h567 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/third_party/skia/include/core/
DSkPixmap.h563 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/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()
/third_party/skia/src/gpu/text/
DGrAtlasManager.cpp42 int dstRowBytes, in expand_bits()
/third_party/flutter/skia/src/image/
DSkImage_Raster.cpp153 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()

12