Home | History | Annotate | Download | only in rendering

Lines Matching refs:PaintPhase

1546     PaintPhase phase = paintInfo.phase;
1674 PaintPhase newPhase = (paintInfo.phase == PaintPhaseChildOutlines) ? PaintPhaseOutline : paintInfo.phase;
1726 PaintPhase paintPhase = paintInfo.phase;
1729 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && style()->visibility() == VISIBLE) {
1736 if (paintPhase == PaintPhaseMask && style()->visibility() == VISIBLE) {
1742 if (paintPhase == PaintPhaseBlockBackground)
1752 if (paintPhase != PaintPhaseSelfOutline) {
1766 if (paintPhase == PaintPhaseFloat || paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip) {
1770 paintFloats(paintInfo, scrolledX, scrolledY, paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip);
1774 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE)
1778 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseChildOutlines)) {
1803 if (paintPhase == PaintPhaseForeground) {