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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineFlowBox.cpp 32 void SVGInlineFlowBox::paintSelectionBackground(PaintInfo& paintInfo)
34 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
36 PaintInfo childPaintInfo(paintInfo);
45 void SVGInlineFlowBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit, LayoutUnit)
47 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection)
    [all...]
SVGRootInlineBox.cpp 35 void SVGRootInlineBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit, LayoutUnit)
37 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
42 PaintInfo childPaintInfo(paintInfo);
52 GraphicsContextStateSaver stateSaver(*paintInfo.context);
53 SVGRenderingContext renderingContext(&renderer(), paintInfo);
56 child->paint(paintInfo, paintOffset, 0, 0);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 368 return parentClipRect != PaintInfo::infiniteRect();
527 LayoutRect result = PaintInfo::infiniteRect();
    [all...]

Completed in 94 milliseconds