Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DPaintPhase.h51 PaintPhaseTextClip, enumerator
DGraphicsContextAnnotator.cpp65 case WebCore::PaintPhaseTextClip: in paintPhaseName()
DRenderLineBoxList.cpp202 …eSelfOutline && paintInfo.phase != PaintPhaseChildOutlines && paintInfo.phase != PaintPhaseTextClip in paint()
DRenderRegion.cpp171 || phase == PaintPhaseTextClip; in shouldPaintRegionContentsInPhase()
DInlineTextBox.cpp494 …bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != R… in paint()
638 …if (paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseTextClip && !isPrinting… in paint()
DRenderFlowThread.cpp309 if (info.phase == PaintPhaseTextClip) in paintFlowThreadPortionInRegion()
DRenderBlock.cpp2096 …ustedPaintOffset, paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip); in paintColumnContents()
2160 …ol preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip; in paintAsInlineBlock()
2249 …hase == PaintPhaseFloat || paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip) { in paintObject()
2253 …(paintInfo, scrolledOffset, paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip); in paintObject()
DRenderBoxModelObject.cpp757 …PaintInfo info(context, maskRect, PaintPhaseTextClip, PaintBehaviorForceBlackText, 0, paintInfo.re… in paintFillLayerExtended()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGForeignObject.cpp71 …ol preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip; in paint()