/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_test.c | 46 static unsigned int screen_width, screen_height; variable 208 img_w = screen_width; in g2d_solid_fill_test() 260 img_w = screen_width; in g2d_copy_test() 357 checkerboard = create_checkerboard_pattern(screen_width / 64, screen_height / 64, 32); in g2d_move_test() 363 img_w = (screen_width / 64) * 32; in g2d_move_test() 382 img.width = screen_width; in g2d_move_test() 384 img.stride = screen_width * 4; in g2d_move_test() 390 cur_x = (screen_width - img_w) / 2; in g2d_move_test() 398 ret = g2d_solid_fill(ctx, &img, 0, 0, screen_width, screen_height) || in g2d_move_test() 418 cur_x + img_w + s->x >= screen_width || in g2d_move_test() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | gifdec.c | 42 int screen_width; member 183 if (!width || width > s->screen_width) { in gif_read_image() 185 width = s->screen_width; in gif_read_image() 187 if (left >= s->screen_width) { in gif_read_image() 199 if (left + width > s->screen_width) { in gif_read_image() 201 pw = s->screen_width - left; in gif_read_image() 203 left + width - s->screen_width); in gif_read_image() 394 s->screen_width = bytestream2_get_le16u(&s->gb); in gif_read_header1() 409 s->screen_width, s->screen_height, s->bits_per_pixel, in gif_read_header1() 493 if ((ret = ff_set_dimensions(avctx, s->screen_width, in gif_decode_frame() [all...] |
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 60 unsigned screen_width; 375 if (columns > TT.screen_width/2) columns = TT.screen_width/2; in listfiles() 392 if (totlen > TT.screen_width) break; in listfiles() 424 } else if ((flags & FLAG_1) || width+1+*len > TT.screen_width) { in listfiles() 563 TT.screen_width = 80; in ls_main() 564 terminal_size(&TT.screen_width, NULL); in ls_main() 565 if (TT.screen_width<2) TT.screen_width = 2; in ls_main()
|
/third_party/toybox/toys/posix/ |
H A D | ls.c | 61 unsigned screen_width; 386 if (columns > TT.screen_width/2) columns = TT.screen_width/2; in listfiles() 403 if (totlen > TT.screen_width) break; in listfiles() 436 } else if ((flags & FLAG_1) || width+1+*len > TT.screen_width) { in listfiles() 575 TT.screen_width = 80; in ls_main() 576 terminal_size(&TT.screen_width, NULL); in ls_main() 577 if (TT.screen_width<2) TT.screen_width = 2; in ls_main()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | vwebp.c | 423 int screen_width, screen_height; in StartDisplay() local 431 screen_width = glutGet(GLUT_SCREEN_WIDTH); in StartDisplay() 433 if (width > screen_width || height > screen_height) { in StartDisplay() 434 if (width > screen_width) { in StartDisplay() 435 height = (height * screen_width + width - 1) / width; in StartDisplay() 436 width = screen_width; in StartDisplay()
|
/third_party/toybox/toys/pending/ |
H A D | vi.c | 29 unsigned screen_height, screen_width; 1402 clip = (aw+iw) - TT.screen_width+margin; in draw_page() 1423 else if ( aw+margin > TT.screen_width) { in draw_page() 1424 clip = aw-TT.screen_width+margin; in draw_page() 1435 x += crunch_str(&end, TT.screen_width-x, stdout, "\t\n", vi_crunch); in draw_page() 1462 crunch_str(&line, TT.screen_width-1, stdout, "\t\n", vi_crunch); in draw_page() 1490 tty_jump(TT.screen_width-strlen(toybuf), TT.screen_height); in draw_page() 1517 TT.screen_width = 80, TT.screen_height = 24; in vi_main() 1518 terminal_size(&TT.screen_width, &TT.screen_height); in vi_main() 1546 terminal_size(&TT.screen_width, in vi_main() [all...] |
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 47 static const uint32_t screen_width = 100; variable 358 p, screen_width); in print_absmotion_event() 664 double x = libinput_event_touch_get_x_transformed(t, screen_width); in print_touch_event()
|
/third_party/toybox/generated/ |
H A D | globals.h | 1144 unsigned screen_width; member 1366 unsigned screen_width; member
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 315 static int screen_width = 0; variable 1316 int max_width = screen_width ? screen_width : INT_MAX; in set_default_window_size() 1329 w = screen_width ? screen_width : default_width; in video_open() 3447 screen_width = cur_stream->width = event.window.data1; in event_loop() 3469 screen_width = parse_number_or_die(opt, arg, OPT_INT64, 1, INT_MAX); in opt_width()
|