Home
last modified time | relevance | path

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

/dports/x11-fm/caja/caja-1.26.0/eel/
H A Deel-canvas-rect-ellipse.c69 double i2w_dx, double i2w_dy, int flags);
377 (* re_parent_class->update) (item, i2w_dx, i2w_dy, flags); in eel_canvas_re_update_shared()
535 double i2w_dx, i2w_dy; in eel_canvas_rect_draw() local
541 i2w_dy = 0.0; in eel_canvas_rect_draw()
542 eel_canvas_item_i2w (item, &i2w_dx, &i2w_dy); in eel_canvas_rect_draw()
545 y1 = re->y1 + i2w_dy; in eel_canvas_rect_draw()
547 y2 = re->y2 + i2w_dy; in eel_canvas_rect_draw()
700 eel_canvas_rect_update (EelCanvasItem *item, double i2w_dx, double i2w_dy, gint flags) in eel_canvas_rect_update() argument
709 eel_canvas_re_update_shared (item, i2w_dx, i2w_dy, flags); in eel_canvas_rect_update()
715 y1 = re->y1 + i2w_dy; in eel_canvas_rect_update()
[all …]
H A Deel-canvas.h145 void (* update) (EelCanvasItem *item, double i2w_dx, double i2w_dy, int flags);
H A Deel-canvas.c410 eel_canvas_item_update (EelCanvasItem *item, double i2w_dx, double i2w_dy, int flags) in eel_canvas_item_update() argument
432 double i2w_dy, in eel_canvas_item_invoke_update() argument
451 EEL_CANVAS_ITEM_GET_CLASS (item)->update (item, i2w_dx, i2w_dy, child_flags); in eel_canvas_item_invoke_update()
1233 double i2w_dy,
1441 eel_canvas_group_update (EelCanvasItem *item, double i2w_dx, double i2w_dy, int flags) in eel_canvas_group_update() argument
1451 (* group_parent_class->update) (item, i2w_dx, i2w_dy, flags); in eel_canvas_group_update()
1462 eel_canvas_item_invoke_update (i, i2w_dx + group->xpos, i2w_dy + group->ypos, flags); in eel_canvas_group_update()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-selection-canvas-item.c65 double i2w_dx, i2w_dy; in nautilus_selection_canvas_item_draw() local
72 i2w_dy = 0.0; in nautilus_selection_canvas_item_draw()
73 eel_canvas_item_i2w (item, &i2w_dx, &i2w_dy); in nautilus_selection_canvas_item_draw()
76 y1 = self->priv->y1 + i2w_dy; in nautilus_selection_canvas_item_draw()
78 y2 = self->priv->y2 + i2w_dy; in nautilus_selection_canvas_item_draw()
306 double i2w_dy, in nautilus_selection_canvas_item_update() argument
320 …VAS_ITEM_CLASS (nautilus_selection_canvas_item_parent_class)->update)(item, i2w_dx, i2w_dy, flags); in nautilus_selection_canvas_item_update()
327 y1 = priv->y1 + i2w_dy; in nautilus_selection_canvas_item_update()
329 y2 = priv->y2 + i2w_dy; in nautilus_selection_canvas_item_update()
H A Dnautilus-canvas-item.h83 double i2w_dx, double i2w_dy);
H A Dnautilus-canvas-item.c515 double i2w_dy) in recompute_bounding_box() argument
532 bounds_rect.y0 += i2w_dy; in recompute_bounding_box()
534 bounds_rect.y1 += i2w_dy; in recompute_bounding_box()
613 double i2w_dy) in nautilus_canvas_item_update_bounds() argument
622 recompute_bounding_box (item, i2w_dx, i2w_dy); in nautilus_canvas_item_update_bounds()
646 double i2w_dy, in nautilus_canvas_item_update() argument
649 nautilus_canvas_item_update_bounds (NAUTILUS_CANVAS_ITEM (item), i2w_dx, i2w_dy); in nautilus_canvas_item_update()
653 EEL_CANVAS_ITEM_CLASS (nautilus_canvas_item_parent_class)->update (item, i2w_dx, i2w_dy, flags); in nautilus_canvas_item_update()
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-selection-canvas-item.c91 double i2w_dx, i2w_dy; in nemo_selection_canvas_item_draw() local
97 i2w_dy = 0.0; in nemo_selection_canvas_item_draw()
98 eel_canvas_item_i2w (item, &i2w_dx, &i2w_dy); in nemo_selection_canvas_item_draw()
101 y1 = self->priv->y1 + i2w_dy; in nemo_selection_canvas_item_draw()
103 y2 = self->priv->y2 + i2w_dy; in nemo_selection_canvas_item_draw()
336 double i2w_dy, in nemo_selection_canvas_item_update() argument
349 …(* EEL_CANVAS_ITEM_CLASS (nemo_selection_canvas_item_parent_class)->update) (item, i2w_dx, i2w_dy,… in nemo_selection_canvas_item_update()
355 y1 = priv->y1 + i2w_dy; in nemo_selection_canvas_item_update()
357 y2 = priv->y2 + i2w_dy; in nemo_selection_canvas_item_update()
H A Dnemo-icon-canvas-item.h101 double i2w_dx, double i2w_dy);
H A Dnemo-icon-canvas-item.c560 double i2w_dx, double i2w_dy) in recompute_bounding_box() argument
577 bounds_rect.y0 += i2w_dy; in recompute_bounding_box()
579 bounds_rect.y1 += i2w_dy; in recompute_bounding_box()
689 double i2w_dx, double i2w_dy) in nemo_icon_canvas_item_update_bounds() argument
698 recompute_bounding_box (item, i2w_dx, i2w_dy); in nemo_icon_canvas_item_update_bounds()
720 double i2w_dx, double i2w_dy, in nemo_icon_canvas_item_update() argument
723 nemo_icon_canvas_item_update_bounds (NEMO_ICON_CANVAS_ITEM (item), i2w_dx, i2w_dy); in nemo_icon_canvas_item_update()
727 EEL_CANVAS_ITEM_CLASS (nemo_icon_canvas_item_parent_class)->update (item, i2w_dx, i2w_dy, flags); in nemo_icon_canvas_item_update()
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-icon-canvas-item.h110 double i2w_dx, double i2w_dy);
H A Dcaja-icon-canvas-item.c742 double i2w_dx, double i2w_dy) in recompute_bounding_box() argument
759 top_left.y += i2w_dy; in recompute_bounding_box()
761 bottom_right.y += i2w_dy; in recompute_bounding_box()
881 double i2w_dx, double i2w_dy) in caja_icon_canvas_item_update_bounds() argument
893 recompute_bounding_box (item, i2w_dx, i2w_dy); in caja_icon_canvas_item_update_bounds()
929 double i2w_dx, double i2w_dy, in caja_icon_canvas_item_update() argument
932 caja_icon_canvas_item_update_bounds (CAJA_ICON_CANVAS_ITEM (item), i2w_dx, i2w_dy); in caja_icon_canvas_item_update()
936 … EEL_CANVAS_ITEM_CLASS (caja_icon_canvas_item_parent_class)->update (item, i2w_dx, i2w_dy, flags); in caja_icon_canvas_item_update()
/dports/x11-fm/nautilus/nautilus-41.1/eel/
H A Deel-canvas.h136 void (* update) (EelCanvasItem *item, double i2w_dx, double i2w_dy, int flags);
H A Deel-canvas.c400 double i2w_dy, in eel_canvas_item_update() argument
423 double i2w_dy, in eel_canvas_item_invoke_update() argument
447 EEL_CANVAS_ITEM_GET_CLASS (item)->update (item, i2w_dx, i2w_dy, child_flags); in eel_canvas_item_invoke_update()
1242 double i2w_dy,
1484 double i2w_dy, in eel_canvas_group_update() argument
1495 (*group_parent_class->update)(item, i2w_dx, i2w_dy, flags); in eel_canvas_group_update()
1506 eel_canvas_item_invoke_update (i, i2w_dx + group->xpos, i2w_dy + group->ypos, flags); in eel_canvas_group_update()
/dports/x11-fm/nemo/nemo-4.8.3/eel/
H A Deel-canvas.h138 void (* update) (EelCanvasItem *item, double i2w_dx, double i2w_dy, int flags);
H A Deel-canvas.c392 eel_canvas_item_update (EelCanvasItem *item, double i2w_dx, double i2w_dy, int flags) in eel_canvas_item_update() argument
414 double i2w_dy, in eel_canvas_item_invoke_update() argument
432 EEL_CANVAS_ITEM_GET_CLASS (item)->update (item, i2w_dx, i2w_dy, child_flags); in eel_canvas_item_invoke_update()
1181 double i2w_dy,
1383 eel_canvas_group_update (EelCanvasItem *item, double i2w_dx, double i2w_dy, int flags) in eel_canvas_group_update() argument
1393 (* group_parent_class->update) (item, i2w_dx, i2w_dy, flags); in eel_canvas_group_update()
1403 eel_canvas_item_invoke_update (i, i2w_dx + group->xpos, i2w_dy + group->ypos, flags); in eel_canvas_group_update()