HomeSort by relevance Sort by last modified time
    Searched defs:skipScanlines (Results 1 - 5 of 5) sorted by null

  /external/skia/src/codec/
SkStubHeifDecoderAPI.h 62 int skipScanlines(int) {
SkCodec.cpp 481 // Subsetting in the y-dimension can be accomplished using skipScanlines().
534 bool SkCodec::skipScanlines(int countLines) {
  /external/skqp/src/codec/
SkStubHeifDecoderAPI.h 62 int skipScanlines(int) {
SkCodec.cpp 481 // Subsetting in the y-dimension can be accomplished using skipScanlines().
534 bool SkCodec::skipScanlines(int countLines) {
  /frameworks/av/media/libheif/
HeifDecoderImpl.cpp 567 size_t HeifDecoderImpl::skipScanlines(size_t count) {

Completed in 207 milliseconds