Lines Matching defs:x2
119 int x2 = images_[2] ? dst_width - gdk_pixbuf_get_width(images_[2]) : x1;
122 if (x2 < x1 || y2 < y1)
143 TileImage(cr, images_[1], x1, 0, x2 - x1, y1, opacity);
145 DrawPixbuf(cr, images_[2], x2, 0, opacity);
151 TileImage(cr, images_[4], x1, y1, x2 - x1, y2 - y1, opacity);
153 TileImage(cr, images_[5], x2, y1, dst_width - x2, y2 - y1, opacity);
159 TileImage(cr, images_[7], x1, y2, x2 - x1, dst_height - y2, opacity);
161 DrawPixbuf(cr, images_[8], x2, y2, opacity);
206 int x2 = width - gdk_pixbuf_get_width(images_[2]);
216 x2, 0, -1, -1,
221 cairo_rectangle(cr, x1, 0, x2 - x1, height);