Home
last modified time | relevance | path

Searched refs:eV3DProjStatus (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_project.c103 eV3DProjStatus ret = ED_view3d_project_short_global( in ED_view3d_project_base()
177 eV3DProjStatus ED_view3d_project_short_ex(const ARegion *region, in ED_view3d_project_short_ex()
199 eV3DProjStatus ED_view3d_project_int_ex(const ARegion *region, in ED_view3d_project_int_ex()
221 eV3DProjStatus ED_view3d_project_float_ex(const ARegion *region, in ED_view3d_project_float_ex()
242 eV3DProjStatus ED_view3d_project_short_global(const ARegion *region, in ED_view3d_project_short_global()
251 eV3DProjStatus ED_view3d_project_short_object(const ARegion *region, in ED_view3d_project_short_object()
262 eV3DProjStatus ED_view3d_project_int_global(const ARegion *region, in ED_view3d_project_int_global()
271 eV3DProjStatus ED_view3d_project_int_object(const ARegion *region, in ED_view3d_project_int_object()
282 eV3DProjStatus ED_view3d_project_float_global(const ARegion *region, in ED_view3d_project_float_global()
291 eV3DProjStatus ED_view3d_project_float_object(const ARegion *region, in ED_view3d_project_float_object()
[all …]
H A Dview3d_gizmo_ruler.c598 eV3DProjStatus status = ED_view3d_project_float_global( in gizmo_ruler_draw()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_view3d.h192 } eV3DProjStatus; typedef
293 eV3DProjStatus ED_view3d_project_base(const struct ARegion *region, struct Base *base);
296 eV3DProjStatus ED_view3d_project_short_ex(const struct ARegion *region,
302 eV3DProjStatus ED_view3d_project_short_global(const struct ARegion *region,
306 eV3DProjStatus ED_view3d_project_short_object(const struct ARegion *region,
312 eV3DProjStatus ED_view3d_project_int_ex(const struct ARegion *region,
318 eV3DProjStatus ED_view3d_project_int_global(const struct ARegion *region,
322 eV3DProjStatus ED_view3d_project_int_object(const struct ARegion *region,
328 eV3DProjStatus ED_view3d_project_float_ex(const struct ARegion *region,
334 eV3DProjStatus ED_view3d_project_float_global(const struct ARegion *region,
[all …]