Home
last modified time | relevance | path

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

12

/external/skia/src/codec/
DSkBmpMaskCodec.cpp28 void* dst, size_t dstRowBytes, in onGetPixels()
79 void* dst, size_t dstRowBytes, in decodeRows()
DSkBmpRLECodec.cpp39 void* dst, size_t dstRowBytes, in onGetPixels()
171 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel()
204 void SkBmpRLECodec::setRGBPixel(void* dst, size_t dstRowBytes, in setRGBPixel()
279 int SkBmpRLECodec::decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, in decodeRows()
335 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.cpp365 void* dst, size_t dstRowBytes, in onGetPixels()
482 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkWbmpCodec.cpp163 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkJpegCodec.cpp526 void* dst, size_t dstRowBytes, in onGetPixels()
726 int SkJpegCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines()
DSkIcoCodec.cpp255 void* dst, size_t dstRowBytes, in onGetPixels()
/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/skqp/src/gpu/
DGrSurfaceContext.cpp40 size_t dstRowBytes, int x, int y, uint32_t flags) { in readPixels()
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp271 void* pixels, size_t dstRowBytes, in onGetPixels()
301 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode()
/external/skia/src/core/
DSkBlurMask.cpp59 static void clamp_solid_with_orig(uint8_t dst[], int dstRowBytes, in clamp_solid_with_orig()
78 static void clamp_outer_with_orig(uint8_t dst[], int dstRowBytes, in clamp_outer_with_orig()
/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/include/core/
DSkPixmap.h563 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/external/skqp/include/core/
DSkPixmap.h560 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/external/skqp/src/gpu/text/
DGrStrikeCache.cpp66 int dstRowBytes, in expand_bits()
/external/skqp/src/image/
DSkImage_Raster.cpp156 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
/external/skia/src/gpu/text/
DGrAtlasManager.cpp42 int dstRowBytes, in expand_bits()
/external/skia/tests/
DTransferPixelsTest.cpp175 size_t dstRowBytes = GrColorTypeBytesPerPixel(colorType) * kTexDims.fWidth; in basic_transfer_to_test() local

12