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

  /external/webkit/WebCore/rendering/
RenderReplaced.cpp 129 IntRect borderRect = IntRect(tx, ty, width(), height());
131 if (borderRect.isEmpty())
138 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
140 paintInfo.context->addRoundedRectClip(borderRect, topLeft, topRight, bottomLeft, bottomRight);
RenderWidget.cpp 244 IntRect borderRect = IntRect(tx, ty, width(), height());
246 if (borderRect.isEmpty())
253 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
255 paintInfo.context->addRoundedRectClip(borderRect, topLeft, topRight, bottomLeft, bottomRight);
RenderBoxModelObject.cpp 458 IntRect borderRect(tx, ty, w, h);
460 if (borderRect.isEmpty())
466 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
468 context->addRoundedRectClip(borderRect, includeLeftEdge ? topLeft : IntSize(),
    [all...]
RenderBox.cpp 876 IntRect borderRect = IntRect(tx, ty, width(), height());
877 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
879 paintInfo.context->addRoundedRectClip(borderRect, topLeft, topRight, bottomLeft, bottomRight);
    [all...]

Completed in 67 milliseconds