Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkRRect.cpp780 SkScalar horizArea = (innerBounds.width() - dw) * innerBounds.height(); in InnerBounds() local
791 if (horizArea > vertArea && horizArea > innerArea) { in InnerBounds()