Home
last modified time | relevance | path

Searched refs:UI_PIE_CLICK_STYLE (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_region_menu_pie.c124 pie->block_radial->pie_data.flags |= UI_PIE_CLICK_STYLE; in UI_pie_menu_begin()
133 pie->block_radial->pie_data.flags |= UI_PIE_CLICK_STYLE; in UI_pie_menu_begin()
H A Dinterface_intern.h142 UI_PIE_CLICK_STYLE = (1 << 4), enumerator
H A Dinterface_handlers.c10272 const bool is_click_style = (block->pie_data.flags & UI_PIE_CLICK_STYLE); in ui_pie_handler()
10376 block->pie_data.flags |= UI_PIE_CLICK_STYLE; in ui_pie_handler()
H A Dinterface_widgets.c5150 !(block->pie_data.flags & (UI_PIE_INVALID_DIR | UI_PIE_CLICK_STYLE))) { in ui_draw_pie_center()