Home | History | Annotate | Download | only in rendering

Lines Matching refs:paintPhase

518     PaintPhase paintPhase = paintInfo.phase;
532 popContentsClip(paintInfo, paintPhase, tx, ty);
537 PaintPhase paintPhase = paintInfo.phase;
538 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
541 if (paintPhase == PaintPhaseMask) {
547 if (paintPhase == PaintPhaseBlockBackground)
551 if (paintPhase == PaintPhaseChildBlockBackgrounds)
552 paintPhase = PaintPhaseChildBlockBackground;
555 info.phase = paintPhase;
565 if (collapseBorders() && paintPhase == PaintPhaseChildBlockBackground && style()->visibility() == VISIBLE) {
590 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE)