Home
last modified time | relevance | path

Searched refs:ICON_DOT (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_shapekey.c132 /* icon */ ICON_DOT,
/dports/games/xorgramana/XorGramana-0.0.8/
H A Dicons.h59 ICON_DOT, enumerator
H A Dicons.c331 case '.': return ICON_DOT; in char_to_icon()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Doutliner_draw.c1994 icon = ICON_DOT; in outliner_draw_mode_column_toggle()
2174 data.icon = ICON_DOT; in tree_element_get_icon()
2200 data.icon = ICON_DOT; in tree_element_get_icon()
2264 data.icon = ICON_DOT; in tree_element_get_icon()
2348 data.icon = ICON_DOT; in tree_element_get_icon()
2389 data.icon = ICON_DOT; in tree_element_get_icon()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_utils.c243 if (icon == ICON_DOT) { in uiDefAutoButR()
H A Dinterface_layout.c1820 icon = ICON_DOT; in ui_item_rna_size()
2991 ICON_DOT, in uiItemDecoratorR_prop()
H A Dinterface_templates.c6161 if (icon == ICON_DOT) { in uiTemplateList()
6217 if (icon == ICON_DOT) { in uiTemplateList()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_define.c967 srna->icon = ICON_DOT; in RNA_def_struct_ptr()
H A Drna_access.c743 return ICON_DOT; in RNA_struct_ui_icon()