Home
last modified time | relevance | path

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

12

/external/skqp/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()
DSkHeifCodec.cpp256 void* dst, size_t dstRowBytes, in onGetPixels()
355 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkGifCodec.cpp266 void* pixels, size_t dstRowBytes, in onGetPixels()
296 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode()
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()
/external/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()
DSkHeifCodec.cpp256 void* dst, size_t dstRowBytes, in onGetPixels()
364 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkGifCodec.cpp266 void* pixels, size_t dstRowBytes, in onGetPixels()
296 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode()
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()
/external/skqp/src/gpu/
DGrSurfaceContext.cpp40 size_t dstRowBytes, int x, int y, uint32_t flags) { in readPixels()
/external/skia/src/gpu/
DGrSurfaceContext.cpp51 size_t dstRowBytes, int x, int y, uint32_t flags) { in readPixels()
/external/skqp/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()
/external/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()
/external/skqp/src/gpu/text/
DGrStrikeCache.cpp66 int dstRowBytes, in expand_bits()
/external/skia/src/gpu/text/
DGrStrikeCache.cpp66 int dstRowBytes, in expand_bits()
/external/skqp/include/core/
DSkPixmap.h560 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/external/skia/include/core/
DSkPixmap.h572 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/external/skqp/src/image/
DSkImage_Raster.cpp156 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()

12