HomeSort by relevance Sort by last modified time
    Searched refs:dstRowBytes (Results 26 - 50 of 75) sorted by null

12 3

  /external/skia/src/codec/
SkWbmpCodec.cpp 163 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) {
170 dstRow = SkTAddOffset<void>(dstRow, dstRowBytes);
SkBmpCodec.h 128 * @param dstRowBytes Bytes in a row of the destination
131 virtual int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
SkHeifCodec.cpp 256 void* dst, size_t dstRowBytes,
273 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options);
364 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) {
365 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options());
SkJpegCodec.h 44 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
SkGifCodec.cpp 266 void* pixels, size_t dstRowBytes,
290 fDstRowBytes = dstRowBytes;
296 void* pixels, size_t dstRowBytes,
304 fDstRowBytes = dstRowBytes;
SkIcoCodec.cpp 248 void* dst, size_t dstRowBytes,
265 result = embeddedCodec->getPixels(dstInfo, dst, dstRowBytes, &opts);
  /external/skqp/src/codec/
SkWbmpCodec.cpp 163 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) {
170 dstRow = SkTAddOffset<void>(dstRow, dstRowBytes);
SkBmpCodec.h 128 * @param dstRowBytes Bytes in a row of the destination
131 virtual int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
SkHeifCodec.cpp 256 void* dst, size_t dstRowBytes,
273 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options);
355 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) {
356 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options());
SkJpegCodec.h 44 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
SkGifCodec.cpp 266 void* pixels, size_t dstRowBytes,
290 fDstRowBytes = dstRowBytes;
296 void* pixels, size_t dstRowBytes,
304 fDstRowBytes = dstRowBytes;
SkIcoCodec.cpp 248 void* dst, size_t dstRowBytes,
265 result = embeddedCodec->getPixels(dstInfo, dst, dstRowBytes, &opts);
  /external/skia/src/image/
SkImage_Base.h 50 virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
SkImage_Raster.cpp 158 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
161 return shallowCopy.readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY);
SkSurface.cpp 200 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
202 return this->readPixels({dstInfo, dstPixels, dstRowBytes}, srcX, srcY);
  /external/skqp/src/gpu/
GrSurfaceContext.h 66 * @param dstRowBytes bytes in a row of 'dstBuffer'
73 bool readPixels(const SkImageInfo& dstInfo, void* dstBuffer, size_t dstRowBytes,
  /external/skqp/src/image/
SkImage_Base.h 49 virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
SkImage_Raster.cpp 156 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
159 return shallowCopy.readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY);
SkSurface.cpp 200 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
202 return this->readPixels({dstInfo, dstPixels, dstRowBytes}, srcX, srcY);
  /external/skia/include/core/
SkPixmap.h 554 SkColorSpace of destination. dstRowBytes specifics the gap from one destination
556 dstInfo address equals nullptr, or dstRowBytes is less than dstInfo.minRowBytes().
569 @param dstRowBytes destination row length
572 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const {
573 return this->readPixels(dstInfo, dstPixels, dstRowBytes, 0, 0);
580 SkColorSpace of destination. dstRowBytes specifics the gap from one destination
582 dstInfo address equals nullptr, or dstRowBytes is less than dstInfo.minRowBytes().
597 @param dstRowBytes destination row length
602 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX,
  /external/skqp/include/core/
SkPixmap.h 542 SkColorSpace of destination. dstRowBytes specifics the gap from one destination
544 dstInfo address equals nullptr, or dstRowBytes is less than dstInfo.minRowBytes().
557 @param dstRowBytes destination row length
560 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const {
561 return this->readPixels(dstInfo, dstPixels, dstRowBytes, 0, 0);
568 SkColorSpace of destination. dstRowBytes specifics the gap from one destination
570 dstInfo address equals nullptr, or dstRowBytes is less than dstInfo.minRowBytes().
585 @param dstRowBytes destination row length
590 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX,
SkSurface.h 582 - dstRowBytes is too small to contain one row of pixels.
585 @param dstPixels storage for pixels; dstInfo.height() times dstRowBytes, or larger
586 @param dstRowBytes size of one destination row; dstInfo.width() times pixel size, or larger
591 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
    [all...]
  /external/skia/src/gpu/text/
GrStrikeCache.cpp 66 int dstRowBytes,
78 dst = reinterpret_cast<INT_TYPE*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes);
  /external/skqp/src/gpu/text/
GrStrikeCache.cpp 66 int dstRowBytes,
78 dst = reinterpret_cast<INT_TYPE*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes);
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 224 const size_t dstRowBytes = dstMask.fRowBytes;
237 size_t commonRowBytes = SkTMin(srcRowBytes, dstRowBytes);
241 dst += dstRowBytes;
259 dst += dstRowBytes;
277 dst += dstRowBytes;

Completed in 5351 milliseconds

12 3