Home
last modified time | relevance | path

Searched refs:cur_y (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/solutions/eduk1_demo/k1_apps/aircraftBattle/
A DaircraftBattle.md107 int cur_y; // 飞行物对象的控制坐标
142 int top = dfo->cur_y + cur_map->offset_y;
153 dfo->cur_y + cur_map->offset_y,
175 int cur_y;
206 my_craft->cur_y -= my_craft->speed;
283 int cur_y;
349 craft->cur_y += craft->speed;
361 craft->cur_y = craft->pos_y;
410 int cur_y;
452 bullet->cur_y = -100;
[all …]
A DaircraftBattle.c303 bullet->cur_y = -100; in create_bullet()
390 craft->cur_y = craft->start_y; in reload_dfo()
407 craft->cur_y += craft->speed; in move_enemy()
408 int top = craft->cur_y + cur_map->offset_y; in move_enemy()
418 int top = my_craft->cur_y + cur_map->offset_y; in move_MyCraft()
427 my_craft->cur_y -= my_craft->speed; in move_MyCraft()
431 my_craft->cur_y += my_craft->speed; in move_MyCraft()
451 bullet->cur_y -= bullet->speed; in move_bullet()
488 int top = dfo->cur_y + cur_map->offset_y; in draw_dfo()
496 OLED_Icon_Draw(dfo->cur_y + cur_map->offset_y, in draw_dfo()
[all …]
A DaircraftBattle.h63 int cur_y; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c67 const uint8_t* cur_y = io->y; in EmitFancyRGB() local
79 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, mb_w); in EmitFancyRGB()
82 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, in EmitFancyRGB()
93 cur_y += 2 * io->y_stride; in EmitFancyRGB()
94 upsample(cur_y - io->y_stride, cur_y, in EmitFancyRGB()
99 cur_y += io->y_stride; in EmitFancyRGB()
102 memcpy(p->tmp_y, cur_y, mb_w * sizeof(*p->tmp_y)); in EmitFancyRGB()
111 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, in EmitFancyRGB()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c1053 const uint8_t *cur_u = picture->u, *cur_v = picture->v, *cur_y = picture->y; in WebPPictureYUVAToARGB() local
1058 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, width); in WebPPictureYUVAToARGB()
1059 cur_y += picture->y_stride; in WebPPictureYUVAToARGB()
1067 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v, in WebPPictureYUVAToARGB()
1069 cur_y += 2 * picture->y_stride; in WebPPictureYUVAToARGB()
1074 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, width); in WebPPictureYUVAToARGB()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.h178 FT_Pos cur_y; member
A Dpshalgo.c1246 point->cur_y = point->cur_u; in psh_glyph_save_points()

Completed in 17 milliseconds