Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkRawCodec.cpp798 const SkISize fullDim = this->getInfo().dimensions(); in onDimensionsSupported() local
799 const float fullShortEdge = static_cast<float>(SkTMin(fullDim.fWidth, fullDim.fHeight)); in onDimensionsSupported()