Searched refs:onDimensionsSupported (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/codec/
H A DSkRawCodec.h45 bool onDimensionsSupported(const SkISize&) override;
H A DSkWebpCodec.h32 bool onDimensionsSupported(const SkISize&) override;
H A DSkIcoCodec.h34 bool onDimensionsSupported(const SkISize&) override;
H A DSkJpegCodec.h58 bool onDimensionsSupported(const SkISize&) override;
H A DSkIcoCodec.cpp229 bool SkIcoCodec::onDimensionsSupported(const SkISize& dim) { function in class:SkIcoCodec
H A DSkWebpCodec.cpp117 bool SkWebpCodec::onDimensionsSupported(const SkISize& dim) { function in class:SkWebpCodec
H A DSkJpegCodec.cpp236 bool SkJpegCodec::onDimensionsSupported(const SkISize& size) { function in class:SkJpegCodec
238 return fDecoderMgr->returnFalse("onDimensionsSupported/setjmp");
H A DSkRawCodec.cpp751 bool SkRawCodec::onDimensionsSupported(const SkISize& dim) { function in class:SkRawCodec
/external/skia/include/codec/
H A DSkCodec.h517 virtual bool onDimensionsSupported(const SkISize&) { function in class:SkCodec
651 return dim == fSrcInfo.dimensions() || this->onDimensionsSupported(dim);

Completed in 294 milliseconds