Home
last modified time | relevance | path

Searched refs:SI_USE_ALPHA (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_image/
H A Dimage_edit.c181 int result = (SI_USE_ALPHA | SI_SHOW_ALPHA | SI_SHOW_ZBUF | SI_SHOW_R | SI_SHOW_G | SI_SHOW_B); in ED_space_image_get_display_channel_mask()
191 result &= ~(SI_USE_ALPHA | SI_SHOW_ALPHA); in ED_space_image_get_display_channel_mask()
H A Dimage_draw.c600 if (sima_flag & SI_USE_ALPHA) { in draw_image_buffer()
660 if (sima_flag & SI_USE_ALPHA) { in draw_image_buffer()
H A Dspace_image.c129 simage->flag = SI_SHOW_GPENCIL | SI_USE_ALPHA | SI_COORDFLOATS; in image_create()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/image/
H A Dimage_engine.c147 if ((sima->flag & SI_USE_ALPHA) != 0) { in image_cache_image()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_space_types.h1156 SI_USE_ALPHA = (1 << 12), enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_space.c319 {SI_USE_ALPHA,
1536 if (mask & SI_USE_ALPHA) { in rna_SpaceImageEditor_display_channels_itemf()
1537 RNA_enum_items_add_value(&item, &totitem, display_channels_items, SI_USE_ALPHA); in rna_SpaceImageEditor_display_channels_itemf()