HomeSort by relevance Sort by last modified time
    Searched defs:borderRect (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderReplaced.cpp 139 IntRect borderRect = IntRect(tx, ty, width(), height());
141 if (borderRect.isEmpty())
146 paintInfo.context->addRoundedRectClip(style()->getRoundedBorderFor(borderRect));
RenderWidget.cpp 278 IntRect borderRect = IntRect(tx, ty, width(), height());
280 if (borderRect.isEmpty())
285 paintInfo.context->addRoundedRectClip(style()->getRoundedBorderFor(borderRect));

Completed in 2834 milliseconds