/external/skia/src/codec/ |
D | SkBmpRLECodec.cpp | 35 void* dst, size_t dstRowBytes, in onGetPixels() argument 49 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() 167 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel() argument 179 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setPixel() 184 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setPixel() 200 void SkBmpRLECodec::setRGBPixel(void* dst, size_t dstRowBytes, in setRGBPixel() argument 212 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setRGBPixel() 217 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setRGBPixel() 222 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setRGBPixel() 275 int SkBmpRLECodec::decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, in decodeRows() argument [all …]
|
D | SkBmpRLECodec.h | 47 size_t dstRowBytes, const Options&, 75 void setPixel(void* dst, size_t dstRowBytes, 81 void setRGBPixel(void* dst, size_t dstRowBytes, 88 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, 90 int decodeRLE(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes);
|
D | SkBmpStandardCodec.cpp | 37 void* dst, size_t dstRowBytes, in onGetPixels() argument 53 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() 203 int SkBmpStandardCodec::decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, in decodeRows() argument 217 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows() 233 decodeIcoMask(this->stream(), dstInfo, dst, dstRowBytes); in decodeRows() 272 decodeIcoMask(&subStream, dstInfo, dst, dstRowBytes); in decodeRows() 279 void* dst, size_t dstRowBytes) { in decodeIcoMask() argument 314 void* dstRow = SkTAddOffset<SkPMColor>(dstPtr, row * dstRowBytes); in decodeIcoMask()
|
D | SkBmpMaskCodec.cpp | 27 void* dst, size_t dstRowBytes, in onGetPixels() argument 44 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() 78 void* dst, size_t dstRowBytes, in decodeRows() argument 92 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows()
|
D | SkBmpStandardCodec.h | 50 size_t dstRowBytes, const Options&, 77 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, 85 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 | 264 void* dst, size_t dstRowBytes, in onGetPixels() argument 290 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels() 381 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument 382 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
|
D | SkGifCodec.cpp | 284 void* pixels, size_t dstRowBytes, in onGetPixels() argument 308 fDstRowBytes = dstRowBytes; in onGetPixels() 314 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode() argument 322 fDstRowBytes = dstRowBytes; in onStartIncrementalDecode()
|
D | SkWbmpCodec.cpp | 160 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument 167 dstRow = SkTAddOffset<void>(dstRow, dstRowBytes); in onGetScanlines()
|
D | SkRawCodec.h | 37 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
|
D | SkWbmpCodec.h | 50 int onGetScanlines(void* dst, int count, size_t dstRowBytes) override;
|
D | SkHeifCodec.h | 33 void* dst, size_t dstRowBytes,
|
D | SkIcoCodec.h | 42 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
|
D | SkBmpCodec.h | 132 virtual int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
|
D | SkJpegCodec.h | 46 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
|
D | SkIcoCodec.cpp | 261 void* dst, size_t dstRowBytes, in onGetPixels() argument 278 result = embeddedCodec->getPixels(dstInfo, dst, dstRowBytes, &opts); in onGetPixels()
|
/external/skia/include/core/ |
D | SkPixmap.h | 178 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, 180 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels() argument 181 return this->readPixels(dstInfo, dstPixels, dstRowBytes, 0, 0); in readPixels() 183 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX, in readPixels() argument 185 return this->readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY, in readPixels()
|
D | SkBitmap.h | 614 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, 616 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() argument 618 return this->readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY, in readPixels()
|
/external/skia/src/gpu/ |
D | GrSurfaceContext.cpp | 42 size_t dstRowBytes, int x, int y, uint32_t flags) { in readPixels() argument 62 dstBuffer, dstRowBytes, flags); in readPixels()
|
D | GrSurfaceContext.h | 75 bool readPixels(const SkImageInfo& dstInfo, void* dstBuffer, size_t dstRowBytes,
|
/external/skia/src/core/ |
D | SkConvertPixels.h | 16 void SkConvertPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 203 const size_t dstRowBytes = dstMask.fRowBytes; in copyFTBitmap() local 216 size_t commonRowBytes = SkTMin(srcRowBytes, dstRowBytes); in copyFTBitmap() 220 dst += dstRowBytes; in copyFTBitmap() 238 dst += dstRowBytes; in copyFTBitmap() 256 dst += dstRowBytes; in copyFTBitmap()
|
/external/skia/src/image/ |
D | SkSurface.cpp | 173 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() argument 175 return this->getCanvas()->readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY); in readPixels()
|
D | SkImage_Gpu.h | 55 bool onReadPixels(const SkImageInfo&, void* dstPixels, size_t dstRowBytes,
|
D | SkImage_Base.h | 44 virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
|