Home | History | Annotate | Download | only in rendering

Lines Matching refs:paintPhase

2282     PaintPhase phase = paintInfo.phase;
2414 PaintPhase newPhase = (paintInfo.phase == PaintPhaseChildOutlines) ? PaintPhaseOutline : paintInfo.phase;
2484 PaintPhase paintPhase = paintInfo.phase;
2487 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && style()->visibility() == VISIBLE) {
2494 if (paintPhase == PaintPhaseMask && style()->visibility() == VISIBLE) {
2500 if (paintPhase == PaintPhaseBlockBackground)
2513 if (paintPhase != PaintPhaseSelfOutline) {
2527 if (paintPhase == PaintPhaseFloat || paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip) {
2531 paintFloats(paintInfo, scrolledX, scrolledY, paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip);
2535 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE)
2539 if ((paintPhasepaintPhase == PaintPhaseChildOutlines)) {
2565 if (paintPhase == PaintPhaseForeground) {