Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_image.h
| Show First 20 Lines • Show All 85 Lines • ▼ Show 20 Lines | |||||
| void ED_image_get_uv_aspect(struct Image *ima, | void ED_image_get_uv_aspect(struct Image *ima, | ||||
| struct ImageUser *iuser, | struct ImageUser *iuser, | ||||
| float *r_aspx, | float *r_aspx, | ||||
| float *r_aspy); | float *r_aspy); | ||||
| void ED_image_mouse_pos(struct SpaceImage *sima, | void ED_image_mouse_pos(struct SpaceImage *sima, | ||||
| const struct ARegion *region, | const struct ARegion *region, | ||||
| const int mval[2], | const int mval[2], | ||||
| float co[2]); | float co[2]); | ||||
| void ED_image_view_all(struct SpaceImage *sima, struct ARegion *region, struct wmOperator *op); | |||||
| void ED_image_view_center_to_point(struct SpaceImage *sima, float x, float y); | void ED_image_view_center_to_point(struct SpaceImage *sima, float x, float y); | ||||
| void ED_image_point_pos(struct SpaceImage *sima, | void ED_image_point_pos(struct SpaceImage *sima, | ||||
| const struct ARegion *region, | const struct ARegion *region, | ||||
| float x, | float x, | ||||
| float y, | float y, | ||||
| float *r_x, | float *r_x, | ||||
| float *r_y); | float *r_y); | ||||
| void ED_image_point_pos__reverse(struct SpaceImage *sima, | void ED_image_point_pos__reverse(struct SpaceImage *sima, | ||||
| const struct ARegion *region, | const struct ARegion *region, | ||||
| ▲ Show 20 Lines • Show All 59 Lines • Show Last 20 Lines | |||||