Home | History | Annotate | Download | only in cairo

Lines Matching full:cairo_rectangle

125     cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height());
272 cairo_rectangle(cr, r.x(), r.y(), r.width(), r.height());
565 cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height());
588 cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height());
956 cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height());
969 cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height());
1074 cairo_rectangle(cr, x1, y1, x2 - x1, y2 - y1);
1109 cairo_rectangle(cr, x1, y1, x2 - x1, y2 - y1);
1110 cairo_rectangle(cr, r.x(), r.y(), r.width(), r.height());