Home
last modified time | relevance | path

Searched refs:ROTATION_NONE (Results 1 – 20 of 20) sorted by relevance

/dports/devel/kyra/kyra/engine/
H A Dtile.h78 ROTATION_NONE = 0, enumerator
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dpath.h63 ROTATION_NONE, enumerator
H A Dpath.cpp158 } else if (rotation_mode != ROTATION_NONE) { in _update_transform()
310 BIND_ENUM_CONSTANT(ROTATION_NONE); in _bind_methods()
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dpath.h63 ROTATION_NONE, enumerator
H A Dpath.cpp158 } else if (rotation_mode != ROTATION_NONE) { in _update_transform()
310 BIND_ENUM_CONSTANT(ROTATION_NONE); in _bind_methods()
/dports/devel/godot2/godot-2.1.6-stable/scene/3d/
H A Dpath.h62 ROTATION_NONE, enumerator
H A Dpath.cpp111 if (rotation_mode != ROTATION_NONE) { in _update_transform()
266 BIND_CONSTANT(ROTATION_NONE); in _bind_methods()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/3d/
H A Dpath.h62 ROTATION_NONE, enumerator
H A Dpath.cpp111 if (rotation_mode != ROTATION_NONE) { in _update_transform()
266 BIND_CONSTANT(ROTATION_NONE); in _bind_methods()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/decorate/inserttext/
H A Dinserttextwidget.h71 ROTATION_NONE = 0, enumerator
H A Dinserttextwidget.cpp381 case ROTATION_NONE: in composeImage()
576 case ROTATION_NONE: in composeImage()
/dports/net/dante/dante-1.4.3/sockd/
H A Dgetoutaddr.c184 case ROTATION_NONE:
300 if (sockscf.external.rotation == ROTATION_NONE)
H A Dserverconfig.c1756 if (sockscf.external.rotation == ROTATION_NONE) { in checkconfig()
/dports/net/dante/dante-1.4.3/lib/
H A Dconfig.c1582 sockscf.external.rotation = ROTATION_NONE; in optioninit()
H A Dtostring.c2429 case ROTATION_NONE:
H A Dconfig_parse.y1093 sockscf.external.rotation = ROTATION_NONE;
H A Dconfig_parse.c3303 sockscf.external.rotation = ROTATION_NONE; in yyparse()
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h917 #define ROTATION_NONE 1 macro
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs12804 pub const ROTATION_NONE: MF_VIDEO_PROCESSOR_ROTATION = 0i32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs50878 pub const ROTATION_NONE: MF_VIDEO_PROCESSOR_ROTATION = MF_VIDEO_PROCESSOR_ROTATION(0i32);