Home
last modified time | relevance | path

Searched refs:getValidSubset (Results 1 – 25 of 25) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/codec/
H A DSkAndroidCodecAdapter.cpp21 return this->codec()->getValidSubset(desiredSubset); in onGetSupportedSubset()
H A DSkWebpCodec.cpp392 SkASSERT(this->getValidSubset(&subset) && subset == *options.fSubset); in onGetPixels()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/codec/
H A DSkAndroidCodecAdapter.cpp21 return this->codec()->getValidSubset(desiredSubset); in onGetSupportedSubset()
H A DSkWebpCodec.cpp392 SkASSERT(this->getValidSubset(&subset) && subset == *options.fSubset); in onGetPixels()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/codec/
H A DSkAndroidCodecAdapter.cpp21 return this->codec()->getValidSubset(desiredSubset); in onGetSupportedSubset()
H A DSkWebpCodec.cpp394 SkASSERT(this->getValidSubset(&subset) && subset == *options.fSubset); in onGetPixels()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/codec/
H A DSkAndroidCodecAdapter.cpp21 return this->codec()->getValidSubset(desiredSubset); in onGetSupportedSubset()
H A DSkWebpCodec.cpp392 SkASSERT(this->getValidSubset(&subset) && subset == *options.fSubset); in onGetPixels()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/codec/
H A DSkAndroidCodecAdapter.cpp21 return this->codec()->getValidSubset(desiredSubset); in onGetSupportedSubset()
H A DSkWebpCodec.cpp392 SkASSERT(this->getValidSubset(&subset) && subset == *options.fSubset); in onGetPixels()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/codec/
H A DSkAndroidCodecAdapter.cpp21 return this->codec()->getValidSubset(desiredSubset); in onGetSupportedSubset()
H A DSkWebpCodec.cpp392 SkASSERT(this->getValidSubset(&subset) && subset == *options.fSubset); in onGetPixels()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/codec/
H A DSkWebpAdapterCodec.cpp22 return this->codec()->getValidSubset(desiredSubset); in onGetSupportedSubset()
H A DSkWebpCodec.cpp460 SkASSERT(this->getValidSubset(&subset) && subset == *options.fSubset); in onGetPixels()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/codec/
H A DSkWebpAdapterCodec.cpp22 return this->codec()->getValidSubset(desiredSubset); in onGetSupportedSubset()
H A DSkWebpCodec.cpp241 SkASSERT(this->getValidSubset(&subset) && subset == bounds); in onGetPixels()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/codec/
H A DSkCodec.h169 bool getValidSubset(SkIRect* desiredSubset) const { in getValidSubset() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/codec/
H A DSkCodec.h254 bool getValidSubset(SkIRect* desiredSubset) const { in getValidSubset() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/codec/
H A DSkCodec.h220 bool getValidSubset(SkIRect* desiredSubset) const { in getValidSubset() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/codec/
H A DSkCodec.h244 bool getValidSubset(SkIRect* desiredSubset) const { in getValidSubset() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/codec/
H A DSkCodec.h244 bool getValidSubset(SkIRect* desiredSubset) const { in getValidSubset() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/codec/
H A DSkCodec.h254 bool getValidSubset(SkIRect* desiredSubset) const { in getValidSubset() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/codec/
H A DSkCodec.h244 bool getValidSubset(SkIRect* desiredSubset) const { in getValidSubset() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/codec/
H A DSkCodec.h244 bool getValidSubset(SkIRect* desiredSubset) const { in getValidSubset() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DCodecTest.cpp411 const bool supported = codec->getValidSubset(&subset); in check()