Home | History | Annotate | Download | only in rendering

Lines Matching refs:line

100             SkIRect line;
104 line.fLeft = r.fLeft - borderWidth;
105 line.fRight = r.fRight + borderWidth;
106 line.fTop = r.fTop - borderWidth;
107 line.fBottom = r.fBottom + borderWidth;
108 if (clip.intersects(line)) {
109 clip.op(line, SkRegion::kReverseDifference_Op);
112 line = clip.getBounds();
113 if (SkIRect::Intersects(startRect, line)) {
117 line = clip.getBounds();
120 clip.setRect(line);
122 r.set(line.fLeft, line.fTop, line.fRight, line.fBottom);
125 startRect.set(line.fLeft, line.fTop, line.fRight, line.fBottom);