HomeSort by relevance Sort by last modified time
    Searched refs:fCurrScanlineCodec (Results 1 - 2 of 2) sorted by null

  /external/skia/src/codec/
SkIcoCodec.cpp 210 , fCurrScanlineCodec(nullptr)
312 fCurrScanlineCodec = embeddedCodec;
325 SkASSERT(fCurrScanlineCodec);
326 return fCurrScanlineCodec->getScanlines(dst, count, rowBytes);
330 SkASSERT(fCurrScanlineCodec);
331 return fCurrScanlineCodec->skipScanlines(count);
348 fCurrScanlineCodec = nullptr;
387 if (fCurrScanlineCodec) {
389 return fCurrScanlineCodec->getScanlineOrder();
400 if (fCurrScanlineCodec) {
    [all...]
SkIcoCodec.h 88 // fCurrScanlineCodec to one of the fEmbeddedCodecs, if it can find a
89 // codec of the appropriate size. We will use fCurrScanlineCodec for
91 // fCurrScanlineCodec is owned by this class, but should not be an
93 SkCodec* fCurrScanlineCodec;

Completed in 498 milliseconds