Home
last modified time | relevance | path

Searched refs:rowsDecoded (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/codec/
DSkBmpMaskCodec.cpp32 int* rowsDecoded) { in onGetPixels() argument
54 *rowsDecoded = rows; in onGetPixels()
DSkCodec.cpp201 int rowsDecoded = 0; in getPixels() local
203 &rowsDecoded); in getPixels()
214 if (kIncompleteInput == result && rowsDecoded != info.height()) { in getPixels()
216 rowsDecoded); in getPixels()
DSkWbmpCodec.cpp124 int* rowsDecoded) { in onGetPixels() argument
148 *rowsDecoded = y; in onGetPixels()
DSkWebpCodec.cpp162 int* rowsDecoded) { in onGetPixels() argument
238 WebPIDecGetRGB(idec, rowsDecoded, NULL, NULL, NULL); in onGetPixels()
DSkJpegCodec.cpp279 int* rowsDecoded) { in onGetPixels() argument
331 *rowsDecoded = y; in onGetPixels()
501 uint32_t rowsDecoded = jpeg_read_scanlines(fDecoderMgr->dinfo(), &dstRow, 1); in onGetScanlines() local
503 if (rowsDecoded != 1) { in onGetScanlines()
DSkIcoCodec.cpp239 int* colorCount, int* rowsDecoded) { in onGetPixels() argument
262 *rowsDecoded = dstInfo.height(); in onGetPixels()
DSkBmpStandardCodec.cpp42 int* rowsDecoded) { in onGetPixels() argument
62 *rowsDecoded = rows; in onGetPixels()
DSkBmpRLECodec.cpp42 int* rowsDecoded) { in onGetPixels() argument
63 *rowsDecoded = dstInfo.height(); in onGetPixels()
DSkGifCodec.cpp486 int* rowsDecoded) { argument
506 *rowsDecoded = y;
DSkPngCodec.cpp449 int* rowsDecoded) { in onGetPixels() argument
491 *rowsDecoded = row; in onGetPixels()
DSkRawCodec.cpp668 int* rowsDecoded) { in onGetPixels() argument
713 *rowsDecoded = i; in onGetPixels()
/external/skia/include/codec/
DSkCodec.h532 int* rowsDecoded) = 0;