Home
last modified time | relevance | path

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

/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-icon-canvas-item.c600 cairo_rectangle (cr, emblem_rect.x0, emblem_rect.y0, in caja_icon_canvas_item_get_drag_surface()
917 eel_irect_union (&item->details->emblem_rect, &item->details->emblem_rect, &emblem_rect); in caja_icon_canvas_item_update_bounds()
1593 emblem_rect->x1 = emblem_rect->x0 + width; in emblem_layout_next()
1594 emblem_rect->y1 = emblem_rect->y0 + height; in emblem_layout_next()
1671 emblem_rect->x1 = emblem_rect->x0 + width; in emblem_layout_next()
1672 emblem_rect->y1 = emblem_rect->y0 + height; in emblem_layout_next()
1954 draw_pixbuf (emblem_pixbuf, cr, emblem_rect.x0, emblem_rect.y0); in caja_icon_canvas_item_draw()
2473 emblem_rect.x0 = floor (emblem_rect.x0 / pixels_per_unit); in caja_icon_canvas_item_ensure_bounds_up_to_date()
2474 emblem_rect.y0 = floor (emblem_rect.y0 / pixels_per_unit); in caja_icon_canvas_item_ensure_bounds_up_to_date()
2475 emblem_rect.x1 = ceil (emblem_rect.x1 / pixels_per_unit); in caja_icon_canvas_item_ensure_bounds_up_to_date()
[all …]