HomeSort by relevance Sort by last modified time
    Searched defs:borderRect (Results 1 - 3 of 3) 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));
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 488 IntRect borderRect = rect;
489 borderRect.inflate(-3);
490 const float cx = borderRect.center().x();
491 const float cy = borderRect.center().y() - 1;
508 context->drawRect(borderRect);
512 context->drawEllipse(borderRect);
528 borderRect.inflate(-3);
529 context->drawEllipse(borderRect);

Completed in 181 milliseconds