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

/external/skia/src/codec/
H A DSkAndroidCodec.cpp132 bool SkAndroidCodec::getSupportedSubset(SkIRect* desiredSubset) const { function in class:SkAndroidCodec
146 // We test this by calling getSupportedSubset() and verifying that no modifications
149 if (!this->getSupportedSubset(&copySubset) || copySubset != subset) {

Completed in 61 milliseconds