Searched refs:dimensionsSupported (Results 1 – 3 of 3) sorted by relevance
213 if (!this->dimensionsSupported(info.dimensions())) { in getPixels()293 if (!this->dimensionsSupported(info.dimensions())) { in startIncrementalDecode()347 if (!this->dimensionsSupported(info.dimensions())) { in startScanlineDecode()
82 if (this->codec()->dimensionsSupported(info.dimensions())) { in onGetAndroidPixels()94 if (!this->codec()->dimensionsSupported(scaledSize)) { in onGetAndroidPixels()
836 bool dimensionsSupported(const SkISize& dim) { in dimensionsSupported() function