Home
last modified time | relevance | path

Searched defs:desiredSubset (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/codec/
DSkSampledCodec.h27 bool onGetSupportedSubset(SkIRect* desiredSubset) const override { return true; } in onGetSupportedSubset()
/third_party/skia/client_utils/android/
DBitmapRegionDecoder.cpp49 const SkIRect& desiredSubset, int sampleSize, SkColorType dstColorType, in decodeRegion()
/third_party/skia/include/codec/
DSkCodec.h256 bool getValidSubset(SkIRect* desiredSubset) const { in getValidSubset()