Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_clip.h
| Show First 20 Lines • Show All 93 Lines • ▼ Show 20 Lines | |||||
| void ED_space_clip_set_clip(struct bContext *C, | void ED_space_clip_set_clip(struct bContext *C, | ||||
| struct bScreen *screen, | struct bScreen *screen, | ||||
| struct SpaceClip *sc, | struct SpaceClip *sc, | ||||
| struct MovieClip *clip); | struct MovieClip *clip); | ||||
| struct Mask *ED_space_clip_get_mask(struct SpaceClip *sc); | struct Mask *ED_space_clip_get_mask(struct SpaceClip *sc); | ||||
| void ED_space_clip_set_mask(struct bContext *C, struct SpaceClip *sc, struct Mask *mask); | void ED_space_clip_set_mask(struct bContext *C, struct SpaceClip *sc, struct Mask *mask); | ||||
| typedef struct ClipViewLockState { | |||||
| bool is_view_locked; | |||||
| float offset_x, offset_y; | |||||
| float lock_offset_x, lock_offset_y; | |||||
| float zoom; | |||||
| } ClipViewLockState; | |||||
| void ED_clip_view_lock_state_store(const struct bContext *C, ClipViewLockState *state); | |||||
| void ED_clip_view_lock_state_restore_no_jump(const struct bContext *C, | |||||
| const ClipViewLockState *state); | |||||
| /* ** clip_ops.c ** */ | /* ** clip_ops.c ** */ | ||||
| void ED_operatormacros_clip(void); | void ED_operatormacros_clip(void); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||