/external/skqp/src/codec/ |
D | SkBmpRLECodec.cpp | 36 void* dst, size_t dstRowBytes, in onGetPixels() argument 50 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() 168 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel() argument 180 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setPixel() 185 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setPixel() 201 void SkBmpRLECodec::setRGBPixel(void* dst, size_t dstRowBytes, in setRGBPixel() argument 213 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setRGBPixel() 218 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setRGBPixel() 223 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setRGBPixel() 276 int SkBmpRLECodec::decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, in decodeRows() argument [all …]
|
D | SkBmpRLECodec.h | 49 size_t dstRowBytes, const Options&, 77 void setPixel(void* dst, size_t dstRowBytes, 83 void setRGBPixel(void* dst, size_t dstRowBytes, 90 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, 92 int decodeRLE(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes);
|
D | SkBmpStandardCodec.cpp | 38 void* dst, size_t dstRowBytes, in onGetPixels() argument 54 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() 217 int SkBmpStandardCodec::decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, in decodeRows() argument 231 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows() 247 decodeIcoMask(this->stream(), dstInfo, dst, dstRowBytes); in decodeRows() 286 decodeIcoMask(&subStream, dstInfo, dst, dstRowBytes); in decodeRows() 293 void* dst, size_t dstRowBytes) { in decodeIcoMask() argument 328 void* dstRow = SkTAddOffset<SkPMColor>(dstPtr, row * dstRowBytes); in decodeIcoMask()
|
D | SkBmpMaskCodec.cpp | 28 void* dst, size_t dstRowBytes, in onGetPixels() argument 45 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() 79 void* dst, size_t dstRowBytes, in decodeRows() argument 93 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows()
|
D | SkBmpStandardCodec.h | 50 size_t dstRowBytes, const Options&, 70 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, 78 void decodeIcoMask(SkStream* stream, const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes);
|
D | SkBmpMaskCodec.h | 41 size_t dstRowBytes, const Options&, 54 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
|
D | SkHeifCodec.cpp | 256 void* dst, size_t dstRowBytes, in onGetPixels() argument 273 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels() 355 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument 356 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
|
D | SkGifCodec.cpp | 266 void* pixels, size_t dstRowBytes, in onGetPixels() argument 290 fDstRowBytes = dstRowBytes; in onGetPixels() 296 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode() argument 304 fDstRowBytes = dstRowBytes; in onStartIncrementalDecode()
|
D | SkWbmpCodec.cpp | 163 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument 170 dstRow = SkTAddOffset<void>(dstRow, dstRowBytes); in onGetScanlines()
|
D | SkRawCodec.h | 37 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
|
/external/skia/src/codec/ |
D | SkBmpRLECodec.cpp | 36 void* dst, size_t dstRowBytes, in onGetPixels() argument 50 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() 168 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel() argument 180 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setPixel() 185 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setPixel() 201 void SkBmpRLECodec::setRGBPixel(void* dst, size_t dstRowBytes, in setRGBPixel() argument 213 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setRGBPixel() 218 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setRGBPixel() 223 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setRGBPixel() 276 int SkBmpRLECodec::decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, in decodeRows() argument [all …]
|
D | SkBmpRLECodec.h | 49 size_t dstRowBytes, const Options&, 77 void setPixel(void* dst, size_t dstRowBytes, 83 void setRGBPixel(void* dst, size_t dstRowBytes, 90 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, 92 int decodeRLE(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes);
|
D | SkBmpStandardCodec.cpp | 38 void* dst, size_t dstRowBytes, in onGetPixels() argument 54 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() 217 int SkBmpStandardCodec::decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, in decodeRows() argument 231 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows() 247 decodeIcoMask(this->stream(), dstInfo, dst, dstRowBytes); in decodeRows() 286 decodeIcoMask(&subStream, dstInfo, dst, dstRowBytes); in decodeRows() 293 void* dst, size_t dstRowBytes) { in decodeIcoMask() argument 328 void* dstRow = SkTAddOffset<SkPMColor>(dstPtr, row * dstRowBytes); in decodeIcoMask()
|
D | SkBmpMaskCodec.cpp | 28 void* dst, size_t dstRowBytes, in onGetPixels() argument 45 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() 79 void* dst, size_t dstRowBytes, in decodeRows() argument 93 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows()
|
D | SkBmpStandardCodec.h | 50 size_t dstRowBytes, const Options&, 70 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, 78 void decodeIcoMask(SkStream* stream, const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes);
|
D | SkBmpMaskCodec.h | 41 size_t dstRowBytes, const Options&, 54 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
|
D | SkHeifCodec.cpp | 256 void* dst, size_t dstRowBytes, in onGetPixels() argument 273 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels() 364 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument 365 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
|
D | SkGifCodec.cpp | 266 void* pixels, size_t dstRowBytes, in onGetPixels() argument 290 fDstRowBytes = dstRowBytes; in onGetPixels() 296 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode() argument 304 fDstRowBytes = dstRowBytes; in onStartIncrementalDecode()
|
D | SkWbmpCodec.cpp | 163 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument 170 dstRow = SkTAddOffset<void>(dstRow, dstRowBytes); in onGetScanlines()
|
D | SkRawCodec.h | 37 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
|
/external/skqp/src/gpu/ |
D | GrSurfaceContext.cpp | 40 size_t dstRowBytes, int x, int y, uint32_t flags) { in readPixels() argument 57 dstRowBytes, flags); in readPixels()
|
/external/skia/include/core/ |
D | SkPixmap.h | 572 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels() argument 573 return this->readPixels(dstInfo, dstPixels, dstRowBytes, 0, 0); in readPixels() 602 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX,
|
/external/skqp/include/core/ |
D | SkPixmap.h | 560 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels() argument 561 return this->readPixels(dstInfo, dstPixels, dstRowBytes, 0, 0); in readPixels() 590 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX,
|
/external/skia/src/gpu/ |
D | GrSurfaceContext.cpp | 51 size_t dstRowBytes, int x, int y, uint32_t flags) { in readPixels() argument 74 dstRowBytes, flags); in readPixels()
|
/external/skia/modules/canvaskit/ |
D | interface.js | 402 colorType, dstRowBytes) { argument 406 dstRowBytes = dstRowBytes || (4 * w); 408 var len = h * dstRowBytes 415 }, pptr, dstRowBytes, x, y);
|