Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/codec/
DSkRawCodec.cpp781 const SkISize fullDim = this->dimensions(); in onDimensionsSupported() local
782 const float fullShortEdge = static_cast<float>(SkTMin(fullDim.fWidth, fullDim.fHeight)); in onDimensionsSupported()
/third_party/skia/src/codec/
DSkRawCodec.cpp781 const SkISize fullDim = this->dimensions(); in onDimensionsSupported() local
782 const float fullShortEdge = static_cast<float>(std::min(fullDim.fWidth, fullDim.fHeight)); in onDimensionsSupported()