Home
last modified time | relevance | path

Searched refs:dstRowBytes (Results 1 – 25 of 95) sorted by relevance

1234

/external/skqp/src/codec/
DSkBmpRLECodec.cpp36 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 …]
DSkBmpRLECodec.h49 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);
DSkBmpStandardCodec.cpp38 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()
DSkBmpMaskCodec.cpp28 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()
DSkBmpStandardCodec.h50 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);
DSkBmpMaskCodec.h41 size_t dstRowBytes, const Options&,
54 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
DSkHeifCodec.cpp256 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()
DSkGifCodec.cpp266 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()
DSkWbmpCodec.cpp163 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument
170 dstRow = SkTAddOffset<void>(dstRow, dstRowBytes); in onGetScanlines()
DSkRawCodec.h37 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
/external/skia/src/codec/
DSkBmpRLECodec.cpp36 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 …]
DSkBmpRLECodec.h49 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);
DSkBmpStandardCodec.cpp38 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()
DSkBmpMaskCodec.cpp28 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()
DSkBmpStandardCodec.h50 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);
DSkBmpMaskCodec.h41 size_t dstRowBytes, const Options&,
54 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
DSkHeifCodec.cpp256 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()
DSkGifCodec.cpp266 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()
DSkWbmpCodec.cpp163 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument
170 dstRow = SkTAddOffset<void>(dstRow, dstRowBytes); in onGetScanlines()
DSkRawCodec.h37 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
/external/skqp/src/gpu/
DGrSurfaceContext.cpp40 size_t dstRowBytes, int x, int y, uint32_t flags) { in readPixels() argument
57 dstRowBytes, flags); in readPixels()
/external/skia/include/core/
DSkPixmap.h572 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/
DSkPixmap.h560 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/
DGrSurfaceContext.cpp51 size_t dstRowBytes, int x, int y, uint32_t flags) { in readPixels() argument
74 dstRowBytes, flags); in readPixels()
/external/skia/modules/canvaskit/
Dinterface.js402 colorType, dstRowBytes) { argument
406 dstRowBytes = dstRowBytes || (4 * w);
408 var len = h * dstRowBytes
415 }, pptr, dstRowBytes, x, y);

1234