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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineFlowBox.cpp 34 void SVGInlineFlowBox::paintSelectionBackground(PaintInfo& paintInfo)
36 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
37 ASSERT(!paintInfo.context->paintingDisabled());
39 PaintInfo childPaintInfo(paintInfo);
48 void SVGInlineFlowBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit, LayoutUnit)
50 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);
38 ASSERT(!paintInfo.context->paintingDisabled());
43 PaintInfo childPaintInfo(paintInfo);
53 SVGRenderingContext renderingContext(&renderer(), paintInfo, SVGRenderingContext::SaveGraphicsContext);
56 child->paint(paintInfo, paintOffset, 0, 0);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.cpp 24 #include "core/rendering/PaintInfo.h"
195 void InlineBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit /* lineTop */, LayoutUnit /*lineBottom*/)
197 if (!paintInfo.shouldPaintWithinRoot(&renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
204 RenderBlock::paintAsInlineBlock(&renderer(), paintInfo, childPoint);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 490 LayoutRect result = PaintInfo::infiniteRect();
    [all...]

Completed in 144 milliseconds