Home
last modified time | relevance | path

Searched refs:hot_spot (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/games/opensonic/opensnc-src-0.1.4/sprites/
H A Dspring.spr7 hot_spot 16 32
32 hot_spot 16 0
57 hot_spot 0 39
82 hot_spot 0 16
107 hot_spot 0 0
132 hot_spot 39 0
157 hot_spot 32 16
242 hot_spot 16 0
268 hot_spot 0 39
294 hot_spot 0 16
[all …]
H A Dfont.spr7 hot_spot 4 3
24 hot_spot 0 0
41 hot_spot 0 0
58 hot_spot 0 0
76 hot_spot 0 0
95 hot_spot 0 0
114 hot_spot 0 0
133 hot_spot 0 0
151 hot_spot 0 0
169 hot_spot 0 0
H A Dhud.spr7 hot_spot 0 0
24 hot_spot 0 0
42 hot_spot 0 0
68 hot_spot 0 0
102 hot_spot 0 0
120 hot_spot 0 0
138 hot_spot 0 0
156 hot_spot 0 0
174 hot_spot 0 0
H A Dloop.spr7 hot_spot 0 0
25 hot_spot 0 0
44 hot_spot 0 0
63 hot_spot 0 0
81 hot_spot 0 0
99 hot_spot 0 0
117 hot_spot 0 0
H A Dshield.spr7 hot_spot 23 19
24 hot_spot 23 19
41 hot_spot 23 19
58 hot_spot 23 19
75 hot_spot 23 19
92 hot_spot 23 19
H A Ddanger.spr7 hot_spot 0 0
24 hot_spot 0 0
41 hot_spot 0 0
58 hot_spot 0 0
H A Dmenu.spr7 hot_spot 0 0
32 hot_spot 0 0
51 hot_spot 0 0
69 hot_spot 0 0
H A Dmisc.spr7 hot_spot 0 0
24 hot_spot 10 32
41 hot_spot 9 9
H A Dgoal.spr7 hot_spot 20 54
33 hot_spot 26 57
83 hot_spot 32 93
H A Dglasses.spr7 // hot_spot 8 5
8 hot_spot 8 10
H A Ddnadoor.spr7 hot_spot 8 63
40 hot_spot 32 15
/dports/games/opensonic/opensnc-src-0.1.4/src/entities/items/
H A Dspikes.c188 b[0] = act->position.x - act->hot_spot.x + 5; in floor_strategy()
189 b[1] = act->position.y - act->hot_spot.y - 5; in floor_strategy()
193 feet = player->actor->position.y - player->actor->hot_spot.y + actor_image(player->actor)->h; in floor_strategy()
202 b[0] = act->position.x - act->hot_spot.x + 5; in ceiling_strategy()
203 b[1] = act->position.y - act->hot_spot.y + actor_image(act)->h - 5; in ceiling_strategy()
215 b[0] = act->position.x - act->hot_spot.x + actor_image(act)->w - 5; in leftwall_strategy()
216 b[1] = act->position.y - act->hot_spot.y + 5; in leftwall_strategy()
228 b[0] = act->position.x - act->hot_spot.x - 5; in rightwall_strategy()
229 b[1] = act->position.y - act->hot_spot.y + 5; in rightwall_strategy()
245 a[0] = pl->position.x - pl->hot_spot.x; in hittest()
[all …]
H A Ddnadoor.c153 a[0] = act->position.x - act->hot_spot.x - diff; in dnadoor_update()
154 a[1] = act->position.y - act->hot_spot.y - diff; in dnadoor_update()
159 b[0] = it->data->actor->position.x - it->data->actor->hot_spot.x - diff; in dnadoor_update()
160 b[1] = it->data->actor->position.y - it->data->actor->hot_spot.y - diff; in dnadoor_update()
196 a[0] = pl->position.x - pl->hot_spot.x; in hittest()
197 a[1] = pl->position.y - pl->hot_spot.y; in hittest()
201 b[0] = act->position.x - act->hot_spot.x; in hittest()
202 b[1] = act->position.y - act->hot_spot.y - offset; in hittest()
H A Danimalprison.c242 act->position.x - act->hot_spot.x + random(actor_image(act)->w), in state_exploding_handle()
243 act->position.y - act->hot_spot.y + random(actor_image(act)->h/2) in state_exploding_handle()
264 act->position.x - act->hot_spot.x + random(actor_image(act)->w), in state_releasing_handle()
265 act->position.y - act->hot_spot.y + random(actor_image(act)->h/2) in state_releasing_handle()
291 a[0] = pl->position.x - pl->hot_spot.x; in animalprison_got_hit_by_player()
292 a[1] = pl->position.y - pl->hot_spot.y; in animalprison_got_hit_by_player()
296 b[0] = act->position.x - act->hot_spot.x + 5; in animalprison_got_hit_by_player()
297 b[1] = act->position.y - act->hot_spot.y; in animalprison_got_hit_by_player()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_pointer.c105 if ( hot_spot. x < 0) hot_spot. x = 0; in create_cursor()
106 if ( hot_spot. y < 0) hot_spot. y = 0; in create_cursor()
107 if ( hot_spot. x >= c-> w) hot_spot. x = c-> w - 1; in create_cursor()
108 if ( hot_spot. y >= c-> h) hot_spot. y = c-> h - 1; in create_cursor()
109 cp-> hot_spot = hot_spot; in create_cursor()
196 if ( hot_spot. x < 0) hot_spot. x = 0; in create_cursor()
197 if ( hot_spot. y < 0) hot_spot. y = 0; in create_cursor()
200 cp-> hot_spot = hot_spot; in create_cursor()
208 hot_spot. x, guts.cursor_height - hot_spot. y - 1); in create_cursor()
576 if (hot_spot) *hot_spot = cp->hot_spot; in get_cursor()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/shared_impl/
H A Dppb_instance_shared.cc63 const PP_Point* hot_spot) { in ValidateSetCursorParams() argument
74 if (!hot_spot) in ValidateSetCursorParams()
95 if (hot_spot->x < 0 || hot_spot->x >= desc.size.width || hot_spot->y < 0 || in ValidateSetCursorParams()
96 hot_spot->y >= desc.size.height) in ValidateSetCursorParams()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/shared_impl/
H A Dppb_instance_shared.cc63 const PP_Point* hot_spot) { in ValidateSetCursorParams() argument
74 if (!hot_spot) in ValidateSetCursorParams()
95 if (hot_spot->x < 0 || hot_spot->x >= desc.size.width || hot_spot->y < 0 || in ValidateSetCursorParams()
96 hot_spot->y >= desc.size.height) in ValidateSetCursorParams()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/cpp/
H A Dmouse_cursor.cc23 const Point& hot_spot) { in SetCursor() argument
28 &hot_spot.pp_point())); in SetCursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/cpp/
H A Dmouse_cursor.cc23 const Point& hot_spot) { in SetCursor() argument
28 &hot_spot.pp_point())); in SetCursor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/thunk/
H A Dppb_mouse_cursor_thunk.cc23 const struct PP_Point* hot_spot) { in SetCursor() argument
28 return enter.functions()->SetCursor(instance, type, image, hot_spot); in SetCursor()
H A Dppb_cursor_control_thunk.cc21 const PP_Point* hot_spot) { in SetCursor() argument
26 static_cast<PP_MouseCursor_Type>(type), custom_image, hot_spot); in SetCursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/thunk/
H A Dppb_mouse_cursor_thunk.cc24 const struct PP_Point* hot_spot) { in SetCursor() argument
29 return enter.functions()->SetCursor(instance, type, image, hot_spot); in SetCursor()
H A Dppb_cursor_control_thunk.cc21 const PP_Point* hot_spot) { in SetCursor() argument
26 static_cast<PP_MouseCursor_Type>(type), custom_image, hot_spot); in SetCursor()
/dports/games/opensonic/opensnc-src-0.1.4/src/entities/object_decorators/
H A Delliptical_trajectory.c141 act->position.x = act->hot_spot.x - actor_image(act)->w + right->x; in update()
146 act->position.x = act->hot_spot.x + left->x + brick_image(left)->w; in update()
151 act->position.y = act->hot_spot.y - actor_image(act)->h + down->y; in update()
156 act->position.y = act->hot_spot.y + up->y + brick_image(up)->h; in update()
/dports/games/opensonic/opensnc-src-0.1.4/src/core/
H A Dsprite.h38 v2d_t hot_spot; /* hot spot */ member
48 v2d_t hot_spot; member

1234567