Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_image.h
| Show All 22 Lines | |||||
| #ifndef __ED_IMAGE_H__ | #ifndef __ED_IMAGE_H__ | ||||
| #define __ED_IMAGE_H__ | #define __ED_IMAGE_H__ | ||||
| struct ARegion; | struct ARegion; | ||||
| struct ImBuf; | struct ImBuf; | ||||
| struct Image; | struct Image; | ||||
| struct ImageUser; | struct ImageUser; | ||||
| struct ReportList; | |||||
| struct Scene; | struct Scene; | ||||
| struct SpaceImage; | struct SpaceImage; | ||||
| struct ToolSettings; | struct ToolSettings; | ||||
| struct ViewLayer; | struct ViewLayer; | ||||
| struct bContext; | struct bContext; | ||||
| struct wmWindowManager; | struct wmWindowManager; | ||||
| /* image_edit.c, exported for transform */ | /* image_edit.c, exported for transform */ | ||||
| ▲ Show 20 Lines • Show All 66 Lines • ▼ Show 20 Lines | void ED_image_draw_info(struct Scene *scene, | ||||
| const unsigned char cp[4], | const unsigned char cp[4], | ||||
| const float fp[4], | const float fp[4], | ||||
| const float linearcol[4], | const float linearcol[4], | ||||
| int *zp, | int *zp, | ||||
| float *zpf); | float *zpf); | ||||
| bool ED_space_image_show_cache(struct SpaceImage *sima); | bool ED_space_image_show_cache(struct SpaceImage *sima); | ||||
| int ED_image_save_all_modified_count(const struct bContext *C); | |||||
| bool ED_image_save_all_modified(const struct bContext *C, struct ReportList *reports); | |||||
| #endif /* __ED_IMAGE_H__ */ | #endif /* __ED_IMAGE_H__ */ | ||||