Home
last modified time | relevance | path

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

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