/third_party/flutter/skia/src/codec/ |
D | SkBmpMaskCodec.cpp | 28 void* dst, size_t dstRowBytes, in onGetPixels() 79 void* dst, size_t dstRowBytes, in decodeRows()
|
D | SkBmpRLECodec.cpp | 36 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()
|
D | SkBmpStandardCodec.cpp | 38 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()
|
D | SkGifCodec.cpp | 266 void* pixels, size_t dstRowBytes, in onGetPixels() 296 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode()
|
D | SkHeifCodec.cpp | 366 void* dst, size_t dstRowBytes, in onGetPixels() 487 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
|
D | SkWbmpCodec.cpp | 163 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
|
D | SkJpegCodec.cpp | 576 void* dst, size_t dstRowBytes, in onGetPixels() 767 int SkJpegCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
|
D | SkIcoCodec.cpp | 248 void* dst, size_t dstRowBytes, in onGetPixels()
|
/third_party/skia/src/codec/ |
D | SkBmpMaskCodec.cpp | 28 void* dst, size_t dstRowBytes, in onGetPixels() 79 void* dst, size_t dstRowBytes, in decodeRows()
|
D | SkBmpRLECodec.cpp | 39 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()
|
D | SkBmpStandardCodec.cpp | 38 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()
|
D | SkHeifCodec.cpp | 365 void* dst, size_t dstRowBytes, in onGetPixels() 482 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
|
D | SkWbmpCodec.cpp | 163 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
|
D | SkJpegCodec.cpp | 525 void* dst, size_t dstRowBytes, in onGetPixels() 725 int SkJpegCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
|
D | SkIcoCodec.cpp | 255 void* dst, size_t dstRowBytes, in onGetPixels()
|
/third_party/skia/experimental/graphite/src/ |
D | Image_Graphite.h | 23 size_t dstRowBytes, in onReadPixels()
|
/third_party/skia/third_party/externals/libgifcodec/ |
D | SkLibGifCodec.cpp | 271 void* pixels, size_t dstRowBytes, in onGetPixels() 301 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode()
|
/third_party/flutter/skia/src/core/ |
D | SkBlurMask.cpp | 58 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/ |
D | SkBlurMask.cpp | 59 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/ |
D | GrStrikeCache.cpp | 66 int dstRowBytes, in expand_bits()
|
/third_party/flutter/skia/include/core/ |
D | SkPixmap.h | 567 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
|
/third_party/skia/include/core/ |
D | SkPixmap.h | 563 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
|
/third_party/skia/src/image/ |
D | SkImage.cpp | 61 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/ |
D | GrAtlasManager.cpp | 42 int dstRowBytes, in expand_bits()
|
/third_party/flutter/skia/src/image/ |
D | SkImage_Raster.cpp | 153 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|