Home
last modified time | relevance | path

Searched refs:fCurrCodec (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/codec/
DSkIcoCodec.cpp196 , fCurrCodec(nullptr) in SkIcoCodec()
298 fCurrCodec = embeddedCodec; in onStartScanlineDecode()
310 SkASSERT(fCurrCodec); in onGetScanlines()
311 return fCurrCodec->getScanlines(dst, count, rowBytes); in onGetScanlines()
315 SkASSERT(fCurrCodec); in onSkipScanlines()
316 return fCurrCodec->skipScanlines(count); in onSkipScanlines()
332 fCurrCodec = embeddedCodec; in onStartIncrementalDecode()
364 SkASSERT(fCurrCodec); in onIncrementalDecode()
365 return fCurrCodec->incrementalDecode(rowsDecoded); in onIncrementalDecode()
371 if (fCurrCodec) { in onGetScanlineOrder()
[all …]
DSkIcoCodec.h95 SkCodec* fCurrCodec; variable
/external/skia/src/codec/
DSkIcoCodec.cpp196 , fCurrCodec(nullptr) in SkIcoCodec()
298 fCurrCodec = embeddedCodec; in onStartScanlineDecode()
310 SkASSERT(fCurrCodec); in onGetScanlines()
311 return fCurrCodec->getScanlines(dst, count, rowBytes); in onGetScanlines()
315 SkASSERT(fCurrCodec); in onSkipScanlines()
316 return fCurrCodec->skipScanlines(count); in onSkipScanlines()
332 fCurrCodec = embeddedCodec; in onStartIncrementalDecode()
364 SkASSERT(fCurrCodec); in onIncrementalDecode()
365 return fCurrCodec->incrementalDecode(rowsDecoded); in onIncrementalDecode()
371 if (fCurrCodec) { in onGetScanlineOrder()
[all …]
DSkIcoCodec.h95 SkCodec* fCurrCodec; variable