Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface_icons.h
| Show First 20 Lines • Show All 43 Lines • ▼ Show 20 Lines | |||||
| } IconFile; | } IconFile; | ||||
| #define ICON_DEFAULT_HEIGHT 16 | #define ICON_DEFAULT_HEIGHT 16 | ||||
| #define ICON_DEFAULT_WIDTH 16 | #define ICON_DEFAULT_WIDTH 16 | ||||
| #define ICON_DEFAULT_HEIGHT_SCALE ((int)(UI_UNIT_Y * 0.8f)) | #define ICON_DEFAULT_HEIGHT_SCALE ((int)(UI_UNIT_Y * 0.8f)) | ||||
| #define ICON_DEFAULT_WIDTH_SCALE ((int)(UI_UNIT_X * 0.8f)) | #define ICON_DEFAULT_WIDTH_SCALE ((int)(UI_UNIT_X * 0.8f)) | ||||
| #define PREVIEW_DEFAULT_HEIGHT 96 | #define PREVIEW_DEFAULT_HEIGHT 128 | ||||
| /* | /* | ||||
| * Resizable Icons for Blender | * Resizable Icons for Blender | ||||
| */ | */ | ||||
| void UI_icons_init(int first_dyn_id); | void UI_icons_init(int first_dyn_id); | ||||
| int UI_icon_get_width(int icon_id); | int UI_icon_get_width(int icon_id); | ||||
| int UI_icon_get_height(int icon_id); | int UI_icon_get_height(int icon_id); | ||||
| Show All 22 Lines | |||||