Searched refs:screen_width (Results 1 - 11 of 11) 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 207 img_w = screen_width; 259 img_w = screen_width; 356 checkerboard = create_checkerboard_pattern(screen_width / 64, screen_height / 64, 32); 362 img_w = (screen_width / 64) * 32; 381 img.width = screen_width; 383 img.stride = screen_width * 4; 389 cur_x = (screen_width - img_w) / 2; 397 ret = g2d_solid_fill(ctx, &img, 0, 0, screen_width, screen_height) || 417 cur_x + img_w + s->x >= screen_width || [all...] |
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | halves.pl | 46 sub screen_width() { subroutine 201 $term_width = screen_width();
|
| H A D | insdelln.pl | 82 sub screen_width() { subroutine 274 $term_width = screen_width();
|
| H A D | scroll.pl | 82 sub screen_width() { subroutine 273 $term_width = screen_width();
|
| H A D | lrmm-scroll.pl | 83 sub screen_width() { subroutine 361 $term_width = &screen_width;
|
| /xsrc/external/mit/xf86-video-imstt/dist/src/ |
| H A D | imstt_accel.c | 199 iptr->screen_width = iptr->pitch >> 1; 203 iptr->screen_width = iptr->pitch >> 2; 206 iptr->screen_width = iptr->pitch = iptr->ll;
|
| H A D | imstt.h | 39 unsigned long screen_width; member in struct:_IMSTTRec
|
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | transform.c | 130 int screen_width, int screen_height, 142 float w = 1.0 * screen_width/width; 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 | 191 int screen_width; /* Width of the associated X screen */ member in struct:_EloPrivateRec 754 priv->screen_width = screenInfo.screens[priv->screen_no]->width; 960 priv->screen_width = -1;
|
| /xsrc/local/programs/x11-ssh-askpass/ |
| H A D | x11-ssh-askpass.h | 161 long screen_width; member in struct:__anon7bedf7b40808
|
| H A D | x11-ssh-askpass.c | 580 Dimension maxWidth = (app->screen_width * 8 / 10); 701 d->w3.w.x = (app->screen_width - d->w3.w.width) / 2; 1505 app.screen_width = WidthOfScreen(app.screen); 1510 app.screen_width = screens[0].width; 1516 app.screen_width * 1000 / WidthMMOfScreen(app.screen);
|
Completed in 19 milliseconds