Searched refs:decodeBounds (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/codec/
H A DSkPngCodec.cpp72 * is non-NULL, and decodeBounds succeeds, it will have created a new
110 bool decodeBounds();
146 bool AutoCleanPng::decodeBounds() { function in class:AutoCleanPng
819 const bool decodedBounds = autoClean.decodeBounds();
825 // On success, decodeBounds releases ownership of png_ptr and info_ptr.
833 // decodeBounds takes care of setting outCodec
/external/skqp/src/codec/
H A DSkPngCodec.cpp72 * is non-NULL, and decodeBounds succeeds, it will have created a new
110 bool decodeBounds();
146 bool AutoCleanPng::decodeBounds() { function in class:AutoCleanPng
813 const bool decodedBounds = autoClean.decodeBounds();
819 // On success, decodeBounds releases ownership of png_ptr and info_ptr.
827 // decodeBounds takes care of setting outCodec

Completed in 134 milliseconds