Lines Matching refs:cur_y
107 int cur_y; // 飞行物对象的控制坐标
142 int top = dfo->cur_y + cur_map->offset_y;
143 int bottom = dfo->cur_y + cur_map->offset_y + cur_map->icon->width;
153 dfo->cur_y + cur_map->offset_y,
175 int cur_y;
196 int top = my_craft->cur_y + cur_map->offset_y;
197 int bottom = my_craft->cur_y + cur_map->offset_y + cur_map->icon->width;
206 my_craft->cur_y -= my_craft->speed;
210 my_craft->cur_y += my_craft->speed;
283 int cur_y;
349 craft->cur_y += craft->speed;
350 int top = craft->cur_y + cur_map->offset_y;
361 craft->cur_y = craft->pos_y;
371 craft->cur_y = -(random() % 1000) - width / 2;
410 int cur_y;
452 bullet->cur_y = -100;
482 …reload_dfo(bullet, craft->cur_x + craft->arms_list[i]->offset_x, craft->cur_y + craft->arms_list[i…
492 bullet->cur_y -= bullet->speed;
493 int bottom = bullet->cur_y + cur_map->offset_y + cur_map->icon->width;
494 if (bottom < 0 || (bullet->start_y - bullet->cur_y) > bullet->range)
514 if (craft->cur_y <= 0 || craft->cur_x <= 0)
532 int bit_cur_y = bullet->cur_y + cur_map->offset_y + bullet_bit_y;
546 int craft_bit_cur_y = craft->cur_y + cur_craft_map->offset_y + craft_bit_y;