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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGImage.cpp 137 bool drawsOutline = style()->outlineWidth() && (childPaintInfo.phase == PaintPhaseOutline || childPaintInfo.phase == PaintPhaseSelfOutline);
138 if (drawsOutline || childPaintInfo.phase == PaintPhaseForeground) {
153 if (drawsOutline)
RenderSVGShape.cpp 255 bool drawsOutline = style()->outlineWidth() && (childPaintInfo.phase == PaintPhaseOutline || childPaintInfo.phase == PaintPhaseSelfOutline);
256 if (drawsOutline || childPaintInfo.phase == PaintPhaseForeground) {
299 if (drawsOutline)

Completed in 416 milliseconds