Lines Matching defs:rect
7 SkRect rect = { 20, 20, 120, 80 };9 path.addRect(rect);10 path.moveTo(rect.fLeft, rect.fTop);11 path.lineTo(rect.fRight, rect.fBottom);12 path.moveTo(rect.fLeft, rect.fBottom);13 path.lineTo(rect.fRight, rect.fTop);