Home
last modified time | relevance | path

Searched refs:getSupportedSubset (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/include/codec/
H A DSkAndroidCodec.h164 bool getSupportedSubset(SkIRect* desiredSubset) const;
165 // TODO: Rename SkCodec::getValidSubset() to getSupportedSubset()
/third_party/skia/src/codec/
H A DSkAndroidCodec.cpp294 bool SkAndroidCodec::getSupportedSubset(SkIRect* desiredSubset) const { in getSupportedSubset() function in SkAndroidCodec
308 // We test this by calling getSupportedSubset() and verifying that no modifications in getSampledSubsetDimensions()
311 if (!this->getSupportedSubset(&copySubset) || copySubset != subset) { in getSampledSubsetDimensions()
/third_party/skia/client_utils/android/
H A DBitmapRegionDecoder.cpp75 if (!fCodec->getSupportedSubset(&subset)) { in decodeRegion()
94 // We need to be safe here because getSupportedSubset() may have modified the subset. in decodeRegion()

Completed in 2 milliseconds