HomeSort by relevance Sort by last modified time
    Searched refs:subphase (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/rendering/
SVGInlineTextBox.h 45 SVGTextPaintInfo() : activePaintServer(0), subphase(SVGTextPaintSubphaseBackground) {}
48 SVGTextPaintSubphase subphase; member in struct:WebCore::SVGTextPaintInfo
SVGInlineTextBox.cpp 383 if (paintInfo.phase != PaintPhaseSelection && !isPrinting && textPaintInfo.subphase == SVGTextPaintSubphaseBackground) {
403 bool isGlyphPhase = textPaintInfo.subphase == SVGTextPaintSubphaseGlyphFill || textPaintInfo.subphase == SVGTextPaintSubphaseGlyphStroke;
404 bool isSelectionGlyphPhase = textPaintInfo.subphase == SVGTextPaintSubphaseGlyphFillSelection || textPaintInfo.subphase == SVGTextPaintSubphaseGlyphStrokeSelection;
448 if (paintInfo.phase != PaintPhaseSelection && textPaintInfo.subphase == SVGTextPaintSubphaseForeground) {
SVGRootInlineBox.cpp 441 m_textPaintInfo.subphase = SVGTextPaintSubphaseBackground;
456 m_textPaintInfo.subphase = SVGTextPaintSubphaseGlyphFill;
484 m_textPaintInfo.subphase = SVGTextPaintSubphaseGlyphFillSelection;
507 m_textPaintInfo.subphase = SVGTextPaintSubphaseGlyphStroke;
537 m_textPaintInfo.subphase = SVGTextPaintSubphaseGlyphStrokeSelection;
553 m_textPaintInfo.subphase = SVGTextPaintSubphaseForeground;
560 switch (m_textPaintInfo.subphase) {
    [all...]

Completed in 4996 milliseconds