Home
last modified time | relevance | path

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

/external/skqp/src/codec/
DSkSampledCodec.cpp82 if (this->codec()->dimensionsSupported(info.dimensions())) { in onGetAndroidPixels()
93 if (!this->codec()->dimensionsSupported(scaledSize)) { in onGetAndroidPixels()
DSkCodec.cpp352 if (!this->dimensionsSupported(info.dimensions())) { in getPixels()
432 if (!this->dimensionsSupported(info.dimensions())) { in startIncrementalDecode()
500 if (!this->dimensionsSupported(info.dimensions())) { in startScanlineDecode()
/external/skia/src/codec/
DSkSampledCodec.cpp78 if (this->codec()->dimensionsSupported(info.dimensions())) { in onGetAndroidPixels()
89 if (!this->codec()->dimensionsSupported(scaledSize)) { in onGetAndroidPixels()
DSkCodec.cpp410 if (!this->dimensionsSupported(info.dimensions())) { in getPixels()
501 if (!this->dimensionsSupported(info.dimensions())) { in startIncrementalDecode()
560 if (!this->dimensionsSupported(info.dimensions())) { in startScanlineDecode()
/external/skqp/include/codec/
DSkCodec.h857 bool dimensionsSupported(const SkISize& dim) { in dimensionsSupported() function
/external/skia/include/codec/
DSkCodec.h904 bool dimensionsSupported(const SkISize& dim) { in dimensionsSupported() function