Home
last modified time | relevance | path

Searched refs:relative_location (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/py-fife/fifengine-0.4.2/engine/core/model/structures/
H A Drenderernode.cpp61 m_location(relative_location), in RendererNode()
67 …RendererNode::RendererNode(Instance* attached_instance, const Location &relative_location, const P… in RendererNode() argument
69 m_location(relative_location), in RendererNode()
141 …void RendererNode::setAttached(Instance* attached_instance, const Location &relative_location, con… in setAttached() argument
143 m_location = relative_location; in setAttached()
146 void RendererNode::setAttached(Instance* attached_instance, const Location &relative_location) { in setAttached() argument
148 m_location = relative_location; in setAttached()
175 void RendererNode::setRelative(const Location &relative_location) { in setRelative() argument
179 m_location = relative_location; in setRelative()
181 void RendererNode::setRelative(const Location &relative_location, Point relative_point) { in setRelative() argument
[all …]
H A Drenderernode.i33 …RendererNode(Instance* attached_instance, const Location &relative_location, Layer* relative_layer…
34 …RendererNode(Instance* attached_instance, const Location &relative_location, const Point &relative…
45 …void setAttached(Instance* attached_instance, const Location &relative_location, const Point &rela…
46 void setAttached(Instance* attached_instance, const Location &relative_location);
54 void setRelative(const Location &relative_location);
55 void setRelative(const Location &relative_location, Point relative_point);
H A Drenderernode.h41 …RendererNode(Instance* attached_instance, const Location &relative_location, Layer* relative_layer…
42 …RendererNode(Instance* attached_instance, const Location &relative_location, const Point &relative…
53 …void setAttached(Instance* attached_instance, const Location &relative_location, const Point &rela…
54 void setAttached(Instance* attached_instance, const Location &relative_location);
62 void setRelative(const Location &relative_location);
63 void setRelative(const Location &relative_location, Point relative_point);
/dports/net/gupnp/gupnp-1.4.0/libgupnp/
H A Dgupnp-root-device.c44 char *relative_location; member
78 g_free (priv->relative_location); in gupnp_root_device_finalize()
292 char *desc_path, *location, *usn, *relative_location; in gupnp_root_device_initable_init() local
395 priv->relative_location = g_strdup_printf ("%s.xml", udn + 5); in gupnp_root_device_initable_init()
397 priv->relative_location = g_strdup_printf ("RootDevice%p.xml", device); in gupnp_root_device_initable_init()
399 relative_location = g_strjoin (NULL, in gupnp_root_device_initable_init()
401 priv->relative_location, in gupnp_root_device_initable_init()
405 gupnp_context_host_path (context, desc_path, relative_location); in gupnp_root_device_initable_init()
409 soup_uri_set_path (uri, relative_location); in gupnp_root_device_initable_init()
412 g_free (relative_location); in gupnp_root_device_initable_init()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dadvanced_inv_area.h81 const aim_location relative_location; variable
84 advanced_inv_area( aim_location id ) : id( id ), relative_location( id ) {} in advanced_inv_area()
88 aim_location relative_location );
H A Dadvanced_inv_area.cpp57 aim_location relative_location ) : in advanced_inv_area() argument
62 relative_location( relative_location ) in advanced_inv_area()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dadvanced_inv_area.h81 const aim_location relative_location; variable
84 advanced_inv_area( aim_location id ) : id( id ), relative_location( id ) {} in advanced_inv_area()
88 aim_location relative_location );
H A Dadvanced_inv_area.cpp57 aim_location relative_location ) : in advanced_inv_area() argument
62 relative_location( relative_location ) in advanced_inv_area()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc878 gfx::Point relative_location = location; in AvoidMouse() local
881 relative_location.set_x(top_right_x - relative_location.x()); in AvoidMouse()
883 relative_location.set_x( in AvoidMouse()
884 relative_location.x() - (top_left.x() + position_.x())); in AvoidMouse()
886 relative_location.set_y( in AvoidMouse()
887 relative_location.y() - (top_left.y() + position_.y())); in AvoidMouse()
891 if (relative_location.y() > -kMousePadding && in AvoidMouse()
892 relative_location.x() < size_.width() + kMousePadding) { in AvoidMouse()
893 int offset = kMousePadding + relative_location.y(); in AvoidMouse()
900 if (relative_location.x() > size_.width()) { in AvoidMouse()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/mojom/
H A Devent_mojom_traits.cc22 location_data->relative_location = event->location_f(); in CreateLocationData()
36 scroll_data->location->relative_location, in ReadScrollData()
57 gesture_data->location->relative_location.x(), in ReadGestureData()
58 gesture_data->location->relative_location.y(), event->flags(), time_stamp, in ReadGestureData()
435 mouse_data->wheel_offset, mouse_data->location->relative_location, in Read()
441 mouse_data->location->relative_location, in Read()
458 touch_data->location->relative_location, in Read()
H A Devent.mojom29 // |relative_location| is in the coordinate system of the target and in DIPs.
30 gfx.mojom.PointF relative_location;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/mojom/
H A Devent_mojom_traits.cc23 location_data->relative_location = event->location_f(); in CreateLocationData()
37 scroll_data->location->relative_location, in ReadScrollData()
58 gesture_data->location->relative_location.x(), in ReadGestureData()
59 gesture_data->location->relative_location.y(), event->flags(), time_stamp, in ReadGestureData()
438 mouse_data->wheel_offset, mouse_data->location->relative_location, in Read()
444 mouse_data->location->relative_location, in Read()
461 touch_data->location->relative_location, in Read()
H A Devent.mojom29 // |relative_location| is in the coordinate system of the target and in DIPs.
30 gfx.mojom.PointF relative_location;
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/macro/
H A Denv.ex213 [{:elixir_compiler, :__FILE__, 1, relative_location(env)}]
216 [{env.module, :__MODULE__, 0, relative_location(env)}]
220 [{env.module, name, arity, relative_location(env)}]
224 defp relative_location(env) do function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/macro/
H A Denv.ex294 [{:elixir_compiler, :__FILE__, 1, relative_location(env)}]
297 [{env.module, :__MODULE__, 0, relative_location(env)}]
301 [{env.module, name, arity, relative_location(env)}]
305 defp relative_location(env) do function
/dports/audio/fapg/fapg-0.43/
H A Dfapg.c1442 char * relative_location; in parse_file() local
1444 relative_location = relative_uri_malloc(newpath, original_path); in parse_file()
1445 if (relative_location != NULL) { in parse_file()
1446 escaped_location = xml_escape_malloc(relative_location); in parse_file()
1451 free(relative_location); in parse_file()
/dports/games/naev/naev-0.7.0/src/
H A Dpilot_weapon.c873 Vector2d approach_vector, relative_location, orthoradial_vector; in pilot_weapFlyTime() local
900 vect_cset( &relative_location, VX(target->solid->pos) - VX(parent->solid->pos), in pilot_weapFlyTime()
907 radial_speed = vect_dot( &approach_vector, &relative_location ); in pilot_weapFlyTime()
908 radial_speed = radial_speed / VMOD(relative_location); in pilot_weapFlyTime()
911 orthoradial_speed = orthoradial_speed / VMOD(relative_location); in pilot_weapFlyTime()
H A Dweapon.c1162 Vector2d relative_location; in weapon_aimTurret() local
1171 vect_cset( &relative_location, VX(pilot_target->solid->pos) - VX(parent->solid->pos), in weapon_aimTurret()
1192 if (lead_angle && fabs( angle_diff(ANGLE(x, y), VANGLE(relative_location)) ) > lead_angle) { in weapon_aimTurret()
1194 if (ANGLE(x, y) < VANGLE(relative_location)) in weapon_aimTurret()
1195 rdir = angle_diff(lead_angle, VANGLE(relative_location)); in weapon_aimTurret()
1197 rdir = angle_diff(-1*lead_angle, VANGLE(relative_location)); in weapon_aimTurret()
H A Dai.c1827 Vector2d tv, approach_vector, relative_location, orthoradial_vector; in aiL_aim() local
1856 …vect_cset(&relative_location, VX(p->solid->pos) - VX(cur_pilot->solid->pos), VY(p->solid->pos) -… in aiL_aim()
1859 radial_speed = vect_dot(&approach_vector, &relative_location); in aiL_aim()
1860 radial_speed = radial_speed / VMOD(relative_location); in aiL_aim()
1863 orthoradial_speed = orthoradial_speed / VMOD(relative_location); in aiL_aim()
/dports/www/moodle310/moodle/backup/cc/cc_lib/
H A Dcc_utils.php286 public static function relative_location($originpath, $linkingpath) { function in cc_helpers
/dports/www/moodle311/moodle/backup/cc/cc_lib/
H A Dcc_utils.php286 public static function relative_location($originpath, $linkingpath) { function in cc_helpers
/dports/www/moodle39/moodle/backup/cc/cc_lib/
H A Dcc_utils.php286 public static function relative_location($originpath, $linkingpath) { function in cc_helpers
/dports/cad/stepcode/stepcode-0.8/data/ISO15926/
H A D15926-0002-lifecycle_integration.exp611 SUBTYPE OF (relative_location);
948 ENTITY relative_location
952 END_ENTITY; -- relative_location
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/loader/
H A Dloader.c3032 } else if (NULL == relative_location) {
3038 rel_size = strlen(relative_location);
3100 memcpy(cur_path_ptr, relative_location, rel_size);
3115 … copy_data_file_path(default_config_home, relative_location, rel_size, &cur_path_ptr);
3117 … copy_data_file_path(xdg_config_home, relative_location, rel_size, &cur_path_ptr);
3120 copy_data_file_path(xdg_config_dirs, relative_location, rel_size, &cur_path_ptr);
3121 copy_data_file_path(SYSCONFDIR, relative_location, rel_size, &cur_path_ptr);
3123 copy_data_file_path(EXTRASYSCONFDIR, relative_location, rel_size, &cur_path_ptr);
3129 … copy_data_file_path(default_data_home, relative_location, rel_size, &cur_path_ptr);
3131 copy_data_file_path(xdg_data_home, relative_location, rel_size, &cur_path_ptr);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-loader/src/loader/
H A Dloader.c3619 … const char *env_override, const char *path_override, const char *relative_location, argument
3699 } else if (NULL == relative_location) {
3705 rel_size = strlen(relative_location);
3756 memcpy(cur_path_ptr, relative_location, rel_size);
3764 CopyDataFilePath(xdgconfdirs, relative_location, rel_size, &cur_path_ptr);
3765 CopyDataFilePath(SYSCONFDIR, relative_location, rel_size, &cur_path_ptr);
3767 CopyDataFilePath(EXTRASYSCONFDIR, relative_location, rel_size, &cur_path_ptr);
3769 CopyDataFilePath(xdgdatadirs, relative_location, rel_size, &cur_path_ptr);
3771 CopyDataFilePath(xdgdatahome, relative_location, rel_size, &cur_path_ptr);
3772 CopyDataFilePath(home_root, relative_location, rel_size, &cur_path_ptr);
[all …]

12