Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DPaintPhase.h51 PaintPhaseTextClip, enumerator
DGraphicsContextAnnotator.cpp65 case WebCore::PaintPhaseTextClip: in paintPhaseName()
DRenderLineBoxList.cpp200 …eSelfOutline && paintInfo.phase != PaintPhaseChildOutlines && paintInfo.phase != PaintPhaseTextClip in paint()
DInlineTextBox.cpp500 …bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != R… in paint()
644 …if (paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseTextClip && !isPrinting… in paint()
DRenderBlock.cpp1912 …ustedPaintOffset, paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip); in paintColumnContents()
1976 …ol preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip; in paintAsInlineBlock()
2076 …hase == PaintPhaseFloat || paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip) { in paintObject()
2080 …(paintInfo, scrolledOffset, paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip); in paintObject()
DRenderBoxModelObject.cpp762 PaintInfo info(context, maskRect, PaintPhaseTextClip, PaintBehaviorForceBlackText, 0); in paintFillLayerExtended()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGForeignObject.cpp76 …ol preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip; in paint()