Home
last modified time | relevance | path

Searched refs:currentPaintInfo (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBlock.cpp1743 PaintInfo currentPaintInfo(paintInfo); in paintFloats() local
1744 currentPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground; in paintFloats()
1747 r->m_renderer->paint(currentPaintInfo, currentTX, currentTY); in paintFloats()
1749 currentPaintInfo.phase = PaintPhaseChildBlockBackgrounds; in paintFloats()
1750 r->m_renderer->paint(currentPaintInfo, currentTX, currentTY); in paintFloats()
1751 currentPaintInfo.phase = PaintPhaseFloat; in paintFloats()
1752 r->m_renderer->paint(currentPaintInfo, currentTX, currentTY); in paintFloats()
1753 currentPaintInfo.phase = PaintPhaseForeground; in paintFloats()
1754 r->m_renderer->paint(currentPaintInfo, currentTX, currentTY); in paintFloats()
1755 currentPaintInfo.phase = PaintPhaseOutline; in paintFloats()
[all …]