Lines Matching refs:x1
117 int x1 = gdk_pixbuf_get_width(images_[0]);
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);
149 TileImage(cr, images_[3], 0, y1, x1, y2 - y1, opacity);
151 TileImage(cr, images_[4], x1, y1, x2 - x1, y2 - y1, opacity);
159 TileImage(cr, images_[7], x1, y2, x2 - x1, dst_height - y2, opacity);
205 int x1 = gdk_pixbuf_get_width(images_[0]);
221 cairo_rectangle(cr, x1, 0, x2 - x1, height);