Home
last modified time | relevance | path

Searched defs:shortEdge (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/codec/
DSkRawCodec.cpp797 const float shortEdge = static_cast<float>(std::min(dim.fWidth, dim.fHeight)); in onGetScaledDimensions() local
817 const float shortEdge = static_cast<float>(std::min(dim.fWidth, dim.fHeight)); in onDimensionsSupported() local
/external/skia/tests/
DPathOpsAngleIdeas.cpp758 SkDVector shortEdge = quad[1] - quad[0]; in endCtrlRatio() local