Searched refs:preservePhase (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | SVGForeignObjectPainter.cpp | 38 …bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextCl… in paint() local 40 childPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground; in paint() 42 if (!preservePhase) { in paint()
|
D | BlockFlowPainter.cpp | 14 …kFlowPainter::paintFloats(PaintInfo& paintInfo, const LayoutPoint& paintOffset, bool preservePhase) in paintFloats() argument 26 currentPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground; in paintFloats() 33 if (!preservePhase) { in paintFloats()
|
D | BlockFlowPainter.h | 18 void paintFloats(PaintInfo&, const LayoutPoint&, bool preservePhase);
|
D | BlockPainter.cpp | 124 …bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextCl… in paintAsInlineBlock() local 126 info.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground; in paintAsInlineBlock() 128 if (!preservePhase) { in paintAsInlineBlock()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBlockFlow.h | 266 …virtual void paintFloats(PaintInfo&, const LayoutPoint&, bool preservePhase = false) OVERRIDE FINA…
|
D | RenderBlockFlow.cpp | 2121 …derBlockFlow::paintFloats(PaintInfo& paintInfo, const LayoutPoint& paintOffset, bool preservePhase) in paintFloats() argument 2123 BlockFlowPainter(*this).paintFloats(paintInfo, paintOffset, preservePhase); in paintFloats()
|