Home | History | Annotate | Download | only in text

Lines Matching defs:addRect

1221                     dest.addRect(h1, top, h2, bottom, Path.Direction.CW);
1262 dest.addRect(getLineLeft(startline), top,
1265 dest.addRect(getLineRight(startline), top,
1271 dest.addRect(0, top, width, bottom, Path.Direction.CW);
1281 dest.addRect(width, top, getLineRight(endline), bottom, Path.Direction.CW);
1283 dest.addRect(0, top, getLineLeft(endline), bottom, Path.Direction.CW);