Home
last modified time | relevance | path

Searched refs:numberPasses (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/codec/
DSkPngCodec.cpp611 png_infop info_ptr, int bitDepth, int numberPasses) in SkPngInterlacedDecoder() argument
613 , fNumberPasses(numberPasses) in SkPngInterlacedDecoder()
913 const int numberPasses = png_set_interlace_handling(fPng_ptr); in infoCallback() local
971 if (1 == numberPasses) { in infoCallback()
977 numberPasses); in infoCallback()
/third_party/flutter/skia/src/codec/
DSkPngCodec.cpp613 png_infop info_ptr, int bitDepth, int numberPasses) in SkPngInterlacedDecoder() argument
615 , fNumberPasses(numberPasses) in SkPngInterlacedDecoder()
915 const int numberPasses = png_set_interlace_handling(fPng_ptr); in infoCallback() local
956 if (1 == numberPasses) { in infoCallback()
962 numberPasses); in infoCallback()