Home
last modified time | relevance | path

Searched refs:onSkipScanlines (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/codec/
DSkWbmpCodec.h56 bool onSkipScanlines(int count) override;
DSkIcoCodec.h55 bool onSkipScanlines(int count) override;
DSkJpegCodec.h108 bool onSkipScanlines(int count) override;
DSkBmpCodec.h138 bool onSkipScanlines(int count) override;
DSkGifCodec.h150 bool onSkipScanlines(int count) override;
DSkWbmpCodec.cpp186 bool SkWbmpCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkWbmpCodec
DSkPngCodec.cpp585 bool onSkipScanlines(int count) override { in onSkipScanlines() function in SkPngScanlineDecoder
702 bool onSkipScanlines(int count) override { in onSkipScanlines() function in SkPngInterlacedScanlineDecoder
DSkIcoCodec.cpp305 bool SkIcoCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkIcoCodec
DSkCodec.cpp316 bool result = this->onSkipScanlines(countLines); in skipScanlines()
DSkBmpCodec.cpp593 bool SkBmpCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkBmpCodec
DSkGifCodec.cpp578 bool SkGifCodec::onSkipScanlines(int count) { function in SkGifCodec
DSkJpegCodec.cpp519 bool SkJpegCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkJpegCodec
/external/skia/include/codec/
DSkCodec.h660 virtual bool onSkipScanlines(int /*countLines*/) { return false; } in onSkipScanlines() function