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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGImage.cpp 135 bool drawsOutline = style()->outlineWidth() && (childPaintInfo.phase == PaintPhaseOutline || childPaintInfo.phase == PaintPhaseSelfOutline);
136 if (drawsOutline || childPaintInfo.phase == PaintPhaseForeground) {
151 if (drawsOutline)
RenderSVGShape.cpp 277 bool drawsOutline = style()->outlineWidth() && (childPaintInfo.phase == PaintPhaseOutline || childPaintInfo.phase == PaintPhaseSelfOutline);
278 if (drawsOutline || childPaintInfo.phase == PaintPhaseForeground) {
296 if (drawsOutline)

Completed in 63 milliseconds