Blender
V3.3
|
#include <BKE_icons.h>
Public Attributes | |
int | icon_id |
int | coords_len |
int | coords_range [2] |
unsigned char(* | coords )[2] |
unsigned char(* | colors )[4] |
const void * | mem |
Used for ICON_DATA_GEOM, assigned to Icon.obj.
Definition at line 60 of file BKE_icons.h.
unsigned char(* Icon_Geom::colors)[4] |
Definition at line 65 of file BKE_icons.h.
Referenced by BKE_icon_geom_from_memory(), BKE_icon_geom_invert_lightness(), BKE_icon_geom_rasterize(), bpy_app_icons_new_triangles(), and icon_free().
unsigned char(* Icon_Geom::coords)[2] |
Definition at line 64 of file BKE_icons.h.
Referenced by BKE_icon_geom_from_memory(), BKE_icon_geom_rasterize(), bpy_app_icons_new_triangles(), and icon_free().
int Icon_Geom::coords_len |
Definition at line 62 of file BKE_icons.h.
Referenced by BKE_icon_geom_from_memory(), BKE_icon_geom_invert_lightness(), BKE_icon_geom_rasterize(), and bpy_app_icons_new_triangles().
int Icon_Geom::coords_range[2] |
Definition at line 63 of file BKE_icons.h.
Referenced by BKE_icon_geom_from_memory(), and bpy_app_icons_new_triangles().
int Icon_Geom::icon_id |
Definition at line 61 of file BKE_icons.h.
Referenced by BKE_icon_changed(), BKE_icon_delete(), BKE_icon_delete_unmanaged(), BKE_icon_ensure_studio_light(), BKE_icon_geom_ensure(), BKE_icon_geom_from_memory(), BKE_icon_get(), BKE_icon_id_delete(), BKE_icon_imbuf_create(), BKE_icon_imbuf_get_buffer(), BKE_icon_set(), bpy_app_icons_new_triangles(), bpy_app_icons_new_triangles_from_file(), bpy_app_icons_release(), icon_add_to_deferred_delete_queue(), icon_create(), icon_free_data(), and icon_ghash_lookup().
const void* Icon_Geom::mem |
Definition at line 67 of file BKE_icons.h.
Referenced by BKE_icon_geom_from_memory(), and icon_free().