Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp772 …bool equalHeights = (topLeft.height() == bottomLeft.height() && bottomLeft.height() == topRight.he… in fillRoundedRect() local
773 …if (equalWidths && equalHeights && topLeft.width() * 2 == rect.width() && topLeft.height() * 2 == … in fillRoundedRect()