/external/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 | 526 void* dst, size_t dstRowBytes, in onGetPixels() 726 int SkJpegCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
|
D | SkIcoCodec.cpp | 255 void* dst, size_t dstRowBytes, in onGetPixels()
|
/external/skqp/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 | SkHeifCodec.cpp | 256 void* dst, size_t dstRowBytes, in onGetPixels() 355 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
|
D | SkGifCodec.cpp | 266 void* pixels, size_t dstRowBytes, in onGetPixels() 296 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode()
|
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()
|
/external/skqp/src/gpu/ |
D | GrSurfaceContext.cpp | 40 size_t dstRowBytes, int x, int y, uint32_t flags) { in readPixels()
|
/external/skia/third_party/libgifcodec/ |
D | SkLibGifCodec.cpp | 271 void* pixels, size_t dstRowBytes, in onGetPixels() 301 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode()
|
/external/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()
|
/external/skqp/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()
|
/external/skia/include/core/ |
D | SkPixmap.h | 563 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
|
/external/skqp/include/core/ |
D | SkPixmap.h | 560 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
|
/external/skqp/src/gpu/text/ |
D | GrStrikeCache.cpp | 66 int dstRowBytes, in expand_bits()
|
/external/skqp/src/image/ |
D | SkImage_Raster.cpp | 156 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|
/external/skia/src/gpu/text/ |
D | GrAtlasManager.cpp | 42 int dstRowBytes, in expand_bits()
|
/external/skia/tests/ |
D | TransferPixelsTest.cpp | 175 size_t dstRowBytes = GrColorTypeBytesPerPixel(colorType) * kTexDims.fWidth; in basic_transfer_to_test() local
|