Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_clip/clip_intern.h
| Show First 20 Lines • Show All 172 Lines • ▼ Show 20 Lines | |||||
| void clip_view_offset_for_center_to_point( | void clip_view_offset_for_center_to_point( | ||||
| SpaceClip *sc, const float x, const float y, float *r_offset_x, float *r_offset_y); | SpaceClip *sc, const float x, const float y, float *r_offset_x, float *r_offset_y); | ||||
| void clip_view_center_to_point(SpaceClip *sc, float x, float y); | void clip_view_center_to_point(SpaceClip *sc, float x, float y); | ||||
| bool clip_view_calculate_view_selection( | bool clip_view_calculate_view_selection( | ||||
| const struct bContext *C, bool fit, float *r_offset_x, float *r_offset_y, float *r_zoom); | const struct bContext *C, bool fit, float *r_offset_x, float *r_offset_y, float *r_zoom); | ||||
| bool clip_view_has_locked_selection(const struct bContext *C); | |||||
| void clip_draw_sfra_efra(struct View2D *v2d, struct Scene *scene); | void clip_draw_sfra_efra(struct View2D *v2d, struct Scene *scene); | ||||
| /* tracking_ops.c */ | /* tracking_ops.c */ | ||||
| struct MovieTrackingTrack *tracking_marker_check_slide( | struct MovieTrackingTrack *tracking_marker_check_slide( | ||||
| struct bContext *C, const struct wmEvent *event, int *r_area, int *r_action, int *r_corner); | struct bContext *C, const struct wmEvent *event, int *r_area, int *r_action, int *r_corner); | ||||
| void CLIP_OT_add_marker(struct wmOperatorType *ot); | void CLIP_OT_add_marker(struct wmOperatorType *ot); | ||||
| void CLIP_OT_add_marker_at_click(struct wmOperatorType *ot); | void CLIP_OT_add_marker_at_click(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 64 Lines • Show Last 20 Lines | |||||