Home
last modified time | relevance | path

Searched refs:TileImage (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dnine_box.cc23 void TileImage(cairo_t* cr, GdkPixbuf* src, in TileImage() function
143 TileImage(cr, images_[1], x1, 0, x2 - x1, y1, opacity); in RenderToWidgetWithOpacity()
149 TileImage(cr, images_[3], 0, y1, x1, y2 - y1, opacity); in RenderToWidgetWithOpacity()
151 TileImage(cr, images_[4], x1, y1, x2 - x1, y2 - y1, opacity); in RenderToWidgetWithOpacity()
153 TileImage(cr, images_[5], x2, y1, dst_width - x2, y2 - y1, opacity); in RenderToWidgetWithOpacity()
159 TileImage(cr, images_[7], x1, y2, x2 - x1, dst_height - y2, opacity); in RenderToWidgetWithOpacity()
169 TileImage(cr, images_[1], x, y, width, height, 1.0); in RenderTopCenterStrip()
/external/chromium_org/chrome/browser/ui/gtk/
Dnine_box.cc29 void TileImage(cairo_t* cr, GtkWidget* widget, gfx::Image* src, in TileImage() function
166 TileImage(cr, dst, images_[1], i0w, 0, w - i0w - i2w, i1h, opacity); in RenderToWidgetWithOpacity()
170 TileImage(cr, dst, images_[3], 0, i0h, i3w, h - i0h - i6h, opacity); in RenderToWidgetWithOpacity()
171 TileImage(cr, dst, images_[4], i4x, i4y, i4w, i4h, opacity); in RenderToWidgetWithOpacity()
172 TileImage(cr, dst, images_[5], w - i5w, i2h, i5w, h - i2h - i8h, opacity); in RenderToWidgetWithOpacity()
176 TileImage(cr, dst, images_[7], i6w, h - i7h, w - i6w - i8w, i7h, opacity); in RenderToWidgetWithOpacity()