Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_engine.c66 pd->is_image_editor = sima != NULL; in OVERLAY_engine_init()
68 if (pd->is_image_editor) { in OVERLAY_engine_init()
142 if (pd->is_image_editor) { in OVERLAY_cache_init()
291 if (pd->is_image_editor) { in OVERLAY_cache_populate()
483 if (pd->is_image_editor) { in OVERLAY_cache_finish()
513 if (!pd->is_image_editor) { in OVERLAY_draw_scene()
523 if (pd->is_image_editor) { in OVERLAY_draw_scene()
H A Doverlay_grid.c62 if (pd->is_image_editor) { in OVERLAY_grid_init()
208 if (pd->is_image_editor) { in OVERLAY_grid_cache_init()
258 if (pd->is_image_editor) { in OVERLAY_grid_cache_init()
H A Doverlay_background.c56 else if (pd->is_image_editor) { in OVERLAY_background_cache_init()
H A Doverlay_private.h321 bool is_image_editor; member