Searched refs:screen_height (Results 1 - 7 of 7) sorted by relevance
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_test.c | 46 static unsigned int screen_width, screen_height; variable 209 img_h = screen_height; in g2d_solid_fill_test() 261 img_h = screen_height; in g2d_copy_test() 357 checkerboard = create_checkerboard_pattern(screen_width / 64, screen_height / 64, 32); in g2d_move_test() 364 img_h = (screen_height / 64) * 32; in g2d_move_test() 383 img.height = screen_height; in g2d_move_test() 391 cur_y = (screen_height - img_h) / 2; in g2d_move_test() 398 ret = g2d_solid_fill(ctx, &img, 0, 0, screen_width, screen_height) || in g2d_move_test() 419 cur_y + img_h + s->y >= screen_height) in g2d_move_test() 467 img_h = screen_height; in g2d_copy_with_scale_test() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | gifdec.c | 43 int screen_height; member 191 if (!height || height > s->screen_height) { in gif_read_image() 193 height = s->screen_height; in gif_read_image() 195 if (top >= s->screen_height) { in gif_read_image() 207 if (top + height > s->screen_height) { in gif_read_image() 210 top + height - s->screen_height); in gif_read_image() 211 height = s->screen_height - top; in gif_read_image() 395 s->screen_height = 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, s->screen_height)) < in gif_decode_frame() [all...] |
/third_party/toybox/toys/pending/ |
H A D | vi.c | 29 unsigned screen_height, screen_width; 627 if (distance > (int)TT.screen_height) { in adjust_screen_buffer() 628 int n, adj = distance-TT.screen_height; in adjust_screen_buffer() 769 cur_down(TT.screen_height-1, 1, 0); in vi_L() 776 cur_down(TT.screen_height/2, 1, 0); in vi_M() 976 for (i=0; i<TT.screen_height-2; ++i) { in ctrl_b() 987 for (i=0; i<TT.screen_height-2; ++i) TT.screen = text_nsol(TT.screen); in ctrl_f() 1369 else if (abs(scroll)>TT.screen_height/2) redraw = 3; in draw_page() 1445 for (; y < TT.screen_height; y++ ) { in draw_page() 1453 else if (scroll<0 && TT.screen_height in draw_page() [all...] |
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | vwebp.c | 423 int screen_width, screen_height; in StartDisplay() local 432 screen_height = glutGet(GLUT_SCREEN_HEIGHT); in StartDisplay() 433 if (width > screen_width || height > screen_height) { in StartDisplay() 438 if (height > screen_height) { in StartDisplay() 439 width = (width * screen_height + height - 1) / height; in StartDisplay() 440 height = screen_height; in StartDisplay()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 48 static const uint32_t screen_height = 100; variable 360 p, screen_height); in print_absmotion_event() 665 double y = libinput_event_touch_get_y_transformed(t, screen_height); in print_touch_event()
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 316 static int screen_height = 0; variable 1317 int max_height = screen_height ? screen_height : INT_MAX; in set_default_window_size() 1330 h = screen_height ? screen_height : default_height; in video_open() 3448 screen_height = cur_stream->height = event.window.data2; in event_loop() 3475 screen_height = parse_number_or_die(opt, arg, OPT_INT64, 1, INT_MAX); in opt_height()
|
/third_party/toybox/generated/ |
H A D | globals.h | 1143 unsigned screen_height; member
|
Completed in 18 milliseconds