Searched defs:onDimensionsSupported (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/codec/
H A DSkIcoCodec.cpp241 bool SkIcoCodec::onDimensionsSupported(const SkISize& dim) { function in class:SkIcoCodec
H A DSkWebpCodec.cpp157 bool SkWebpCodec::onDimensionsSupported(const SkISize& dim) { function in class:SkWebpCodec
H A DSkJpegCodec.cpp449 bool SkJpegCodec::onDimensionsSupported(const SkISize& size) { function in class:SkJpegCodec
451 return fDecoderMgr->returnFalse("onDimensionsSupported");
H A DSkRawCodec.cpp797 bool SkRawCodec::onDimensionsSupported(const SkISize& dim) { function in class:SkRawCodec
/external/skia/include/codec/
H A DSkCodec.h683 virtual bool onDimensionsSupported(const SkISize&) { function in class:SkCodec
837 return dim == fSrcInfo.dimensions() || this->onDimensionsSupported(dim);

Completed in 3476 milliseconds