Home
last modified time | relevance | path

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

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