Home
last modified time | relevance | path

Searched refs:pixbuf_set_rect (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/geeqie/geeqie-1.6/src/
H A Dimage-overlay.c432 pixbuf_set_rect(pixbuf, 0, 0, width, height, 240, 240, 240, 80, 1, 1, 1, 1); in image_osd_info_render()
433 pixbuf_set_rect(pixbuf, 1, 1, width-2, height-2, 240, 240, 240, 130, 1, 1, 1, 1); in image_osd_info_render()
434 pixbuf_set_rect(pixbuf, 2, 2, width-4, height-4, 240, 240, 240, 180, 1, 1, 1, 1); in image_osd_info_render()
475 pixbuf_set_rect(icon, 0, 0, 24, 24, 0, 0, 0, 128, 1, 1, 1, 1); in image_osd_icon_pixbuf()
479 pixbuf_set_rect(icon, 3, 8, 11, 12, in image_osd_icon_pixbuf()
494 pixbuf_set_rect(icon, 3, 3, 18, 18, 0, 0, 0, 200, 3, 3, 3, 0); in image_osd_icon_pixbuf()
500 pixbuf_set_rect(icon, 3, 3, 18, 18, 0, 0, 0, 200, 3, 3, 0, 3); in image_osd_icon_pixbuf()
533 pixbuf_set_rect(rectangles, 0, 0 + (height / 3), width, height / 3, in image_osd_guidelines_render()
536 pixbuf_set_rect(rectangles, 0, 0 + (height / 3 + 1), width, height / 3 - 2, in image_osd_guidelines_render()
540 pixbuf_set_rect(rectangles, 0 + width / 3, 0 , width / 3, height, in image_osd_guidelines_render()
[all …]
H A Dpixbuf_util.h106 void pixbuf_set_rect(GdkPixbuf *pb,
H A Dimage.c244 pixbuf_set_rect(rect_pixbuf, 1, 1, rect_width-2, rect_height - 2, 0, 0, 0, 255, 1, 1, 1, 1); in image_drag_cb()
245 pixbuf_set_rect(rect_pixbuf, 2, 2, rect_width-4, rect_height - 4, 255, 255, 255, 255, 1, 1, 1, 1); in image_drag_cb()
H A Dpixbuf_util.c726 void pixbuf_set_rect(GdkPixbuf *pb, in pixbuf_set_rect() function