Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkWbmpCodec.h55 bool onSkipScanlines(int count) override;
DSkHeifCodec.h67 bool onSkipScanlines(int count) override;
DSkIcoCodec.h65 bool onSkipScanlines(int count) override;
DSkBmpCodec.h141 bool onSkipScanlines(int count) override;
DSkJpegCodec.h119 bool onSkipScanlines(int count) override;
DSkWbmpCodec.cpp175 bool SkWbmpCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkWbmpCodec
DSkHeifCodec.cpp368 bool SkHeifCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkHeifCodec
DSkIcoCodec.cpp314 bool SkIcoCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkIcoCodec
DSkBmpCodec.cpp648 bool SkBmpCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkBmpCodec
DSkCodec.cpp547 bool result = this->onSkipScanlines(countLines); in skipScanlines()
DSkJpegCodec.cpp777 bool SkJpegCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkJpegCodec
/external/skqp/src/codec/
DSkWbmpCodec.h55 bool onSkipScanlines(int count) override;
DSkHeifCodec.h65 bool onSkipScanlines(int count) override;
DSkIcoCodec.h65 bool onSkipScanlines(int count) override;
DSkJpegCodec.h119 bool onSkipScanlines(int count) override;
DSkBmpCodec.h141 bool onSkipScanlines(int count) override;
DSkWbmpCodec.cpp175 bool SkWbmpCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkWbmpCodec
DSkIcoCodec.cpp314 bool SkIcoCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkIcoCodec
DSkHeifCodec.cpp359 bool SkHeifCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkHeifCodec
DSkBmpCodec.cpp647 bool SkBmpCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkBmpCodec
DSkCodec.cpp547 bool result = this->onSkipScanlines(countLines); in skipScanlines()
DSkJpegCodec.cpp777 bool SkJpegCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkJpegCodec
/external/skqp/include/codec/
DSkCodec.h889 virtual bool onSkipScanlines(int /*countLines*/) { return false; } in onSkipScanlines() function
/external/skia/include/codec/
DSkCodec.h889 virtual bool onSkipScanlines(int /*countLines*/) { return false; } in onSkipScanlines() function