Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_mask.h
| Show First 20 Lines • Show All 57 Lines • ▼ Show 20 Lines | void ED_mask_mouse_pos(struct ScrArea *area, | ||||
| float co[2]); | float co[2]); | ||||
| void ED_mask_point_pos( | void ED_mask_point_pos( | ||||
| struct ScrArea *area, struct ARegion *region, float x, float y, float *xr, float *yr); | struct ScrArea *area, struct ARegion *region, float x, float y, float *xr, float *yr); | ||||
| void ED_mask_point_pos__reverse( | void ED_mask_point_pos__reverse( | ||||
| struct ScrArea *area, struct ARegion *region, float x, float y, float *xr, float *yr); | struct ScrArea *area, struct ARegion *region, float x, float y, float *xr, float *yr); | ||||
| void ED_mask_cursor_location_get(struct ScrArea *area, float cursor[2]); | void ED_mask_cursor_location_get(struct ScrArea *area, float cursor[2]); | ||||
| bool ED_mask_selected_minmax(const struct bContext *C, float min[2], float max[2]); | bool ED_mask_selected_minmax(const struct bContext *C, | ||||
| float min[2], | |||||
| float max[2], | |||||
| bool include_handles); | |||||
| /* mask_draw.c */ | /* mask_draw.c */ | ||||
| void ED_mask_draw(const struct bContext *C, const char draw_flag, const char draw_type); | void ED_mask_draw(const struct bContext *C, const char draw_flag, const char draw_type); | ||||
| void ED_mask_draw_region(struct Depsgraph *depsgraph, | void ED_mask_draw_region(struct Depsgraph *depsgraph, | ||||
| struct Mask *mask, | struct Mask *mask, | ||||
| struct ARegion *region, | struct ARegion *region, | ||||
| const char draw_flag, | const char draw_flag, | ||||
| const char draw_type, | const char draw_type, | ||||
| ▲ Show 20 Lines • Show All 54 Lines • Show Last 20 Lines | |||||