Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dview2d_ops.c181 UI_view2d_sync(vpd->screen, vpd->area, v2d, V2D_LOCK_COPY); in view_pan_apply_ex()
937 UI_view2d_sync(CTX_wm_screen(C), CTX_wm_area(C), v2d, V2D_LOCK_COPY); in view_zoomstep_apply_ex()
1188 UI_view2d_sync(CTX_wm_screen(C), CTX_wm_area(C), v2d, V2D_LOCK_COPY); in view_zoomdrag_apply()
1758 UI_view2d_sync(CTX_wm_screen(C), CTX_wm_area(C), v2d, V2D_LOCK_COPY); in UI_view2d_smooth_view()
1804 UI_view2d_sync(CTX_wm_screen(C), CTX_wm_area(C), v2d, V2D_LOCK_COPY); in view2d_smoothview_invoke()
2131 UI_view2d_sync(CTX_wm_screen(C), CTX_wm_area(C), v2d, V2D_LOCK_COPY); in scroller_activate_apply()
2371 UI_view2d_sync(CTX_wm_screen(C), CTX_wm_area(C), v2d, V2D_LOCK_COPY); in reset_exec()
H A Dview2d.c871 void UI_view2d_sync(bScreen *screen, ScrArea *area, View2D *v2dcur, int flag) in UI_view2d_sync() function
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DUI_view2d.h121 void UI_view2d_sync(struct bScreen *screen, struct ScrArea *area, struct View2D *v2dcur, int flag);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_sequencer/
H A Dsequencer_view.c158 UI_view2d_sync(screen, area, v2d, V2D_LOCK_COPY); in sequencer_view_all_preview_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_clip/
H A Dclip_dopesheet_draw.c321 UI_view2d_sync(NULL, area, v2d, V2D_LOCK_COPY); in clip_draw_dopesheet_channels()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_action/
H A Daction_draw.c84 UI_view2d_sync(NULL, ac->area, v2d, V2D_LOCK_COPY); in draw_channel_names()
H A Daction_edit.c423 UI_view2d_sync(CTX_wm_screen(C), CTX_wm_area(C), v2d, V2D_LOCK_COPY); in actkeys_viewall()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_nla/
H A Dnla_draw.c846 UI_view2d_sync(NULL, ac->area, v2d, V2D_LOCK_COPY); in draw_nla_channel_list()
H A Dnla_edit.c501 UI_view2d_sync(CTX_wm_screen(C), CTX_wm_area(C), v2d, V2D_LOCK_COPY); in nlaedit_viewall()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_space.c833 UI_view2d_sync(screen, area, v2d, V2D_LOCK_SET); in rna_Space_view2d_sync_update()