Searched defs:onSkipScanlines (Results 1 – 5 of 5) sorted by relevance
186 bool SkWbmpCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkWbmpCodec
316 bool SkIcoCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkIcoCodec
645 bool SkBmpCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkBmpCodec
766 bool SkJpegCodec::onSkipScanlines(int count) { in onSkipScanlines() function in SkJpegCodec
856 virtual bool onSkipScanlines(int /*countLines*/) { return false; } in onSkipScanlines() function