Searched refs:screen_width (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/exynos/
H A Dexynos_fimg2d_test.c45 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 Dhalves.pl46 sub screen_width() { subroutine
201 $term_width = screen_width();
H A Dinsdelln.pl82 sub screen_width() { subroutine
274 $term_width = screen_width();
H A Dscroll.pl82 sub screen_width() { subroutine
273 $term_width = screen_width();
H A Dlrmm-scroll.pl83 sub screen_width() { subroutine
361 $term_width = &screen_width;
/xsrc/external/mit/xf86-video-imstt/dist/src/
H A Dimstt_accel.c199 iptr->screen_width = iptr->pitch >> 1;
203 iptr->screen_width = iptr->pitch >> 2;
206 iptr->screen_width = iptr->pitch = iptr->ll;
H A Dimstt.h39 unsigned long screen_width; member in struct:_IMSTTRec
/xsrc/external/mit/xinput/dist/src/
H A Dtransform.c130 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 Dxf86Elo.c191 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 Dx11-ssh-askpass.h161 long screen_width; member in struct:__anon7bedf7b40808
H A Dx11-ssh-askpass.c580 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