Searched refs:screen_height (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libdrm/dist/tests/exynos/ |
| H A D | exynos_fimg2d_test.c | 45 static unsigned int screen_width, screen_height; variable in typeref:typename:unsigned int 208 img_h = screen_height; 260 img_h = screen_height; 356 checkerboard = create_checkerboard_pattern(screen_width / 64, screen_height / 64, 32); 363 img_h = (screen_height / 64) * 32; 382 img.height = screen_height; 390 cur_y = (screen_height - img_h) / 2; 397 ret = g2d_solid_fill(ctx, &img, 0, 0, screen_width, screen_height) || 418 cur_y + img_h + s->y >= screen_height) 466 img_h = screen_height; [all...] |
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | insdelln.pl | 77 sub screen_height() { subroutine 273 $term_height = screen_height();
|
| H A D | scroll.pl | 77 sub screen_height() { subroutine 272 $term_height = screen_height();
|
| H A D | lrmm-scroll.pl | 78 sub screen_height() { subroutine 360 $term_height = &screen_height;
|
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | transform.c | 130 int screen_width, int screen_height, 143 float h = 1.0 * screen_height/height; 129 set_transformation_matrix(Display * dpy,Matrix * m,int offset_x,int offset_y,int screen_width,int screen_height,int rotation) argument
|
| /xsrc/external/mit/xf86-input-elographics/dist/src/ |
| H A D | xf86Elo.c | 192 int screen_height; /* Height of the screen */ member in struct:_EloPrivateRec 755 priv->screen_height = screenInfo.screens[priv->screen_no]->height; 961 priv->screen_height = -1;
|
| /xsrc/local/programs/x11-ssh-askpass/ |
| H A D | x11-ssh-askpass.h | 162 long screen_height; member in struct:__anon7bedf7b40808
|
| H A D | x11-ssh-askpass.c | 702 d->w3.w.y = (app->screen_height - d->w3.w.height) / 3; 1506 app.screen_height = HeightOfScreen(app.screen); 1511 app.screen_height = screens[0].height; 1518 app.screen_height * 1000 / HeightMMOfScreen(app.screen);
|
Completed in 8 milliseconds