Home
last modified time | relevance | path

Searched refs:dimensionsSupported (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/codec/
DSkCodec.cpp213 if (!this->dimensionsSupported(info.dimensions())) { in getPixels()
293 if (!this->dimensionsSupported(info.dimensions())) { in startIncrementalDecode()
347 if (!this->dimensionsSupported(info.dimensions())) { in startScanlineDecode()
DSkSampledCodec.cpp82 if (this->codec()->dimensionsSupported(info.dimensions())) { in onGetAndroidPixels()
94 if (!this->codec()->dimensionsSupported(scaledSize)) { in onGetAndroidPixels()
/external/skia/include/codec/
DSkCodec.h836 bool dimensionsSupported(const SkISize& dim) { in dimensionsSupported() function