HomeSort by relevance Sort by last modified time
    Searched refs:getSupportedSubset (Results 1 - 4 of 4) sorted by null

  /external/skia/include/codec/
SkAndroidCodec.h 111 bool getSupportedSubset(SkIRect* desiredSubset) const;
112 // TODO: Rename SkCodec::getValidSubset() to getSupportedSubset()
  /external/skia/src/codec/
SkAndroidCodec.cpp 132 bool SkAndroidCodec::getSupportedSubset(SkIRect* desiredSubset) const {
146 // We test this by calling getSupportedSubset() and verifying that no modifications
149 if (!this->getSupportedSubset(&copySubset) || copySubset != subset) {
  /external/skia/src/android/
SkBitmapRegionCodec.cpp 46 if (!fCodec->getSupportedSubset(&subset)) {
86 // We need to be safe here because getSupportedSubset() may have modified the subset.
  /external/skia/dm/
DMSrcSink.cpp 746 if (!codec->getSupportedSubset(&subset)) {
    [all...]

Completed in 79 milliseconds