HomeSort by: relevance | last modified time | path
    Searched refs:cur_x (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xf86-video-s3/dist/src/
s3_reg.h 16 #define CUR_X 0x86e8
234 #define SET_CUR_X(cur_x) S3_OUTW(CUR_X, cur_x)
236 #define SET_CUR_X2(cur_x) S3_OUTW(CUR_X2, cur_x)
239 #define SET_CURPT(cur_x, cur_y) { \
240 SET_CUR_X(cur_x); \
newmmio.h 118 int32 cur_x; member in struct:__anon9271
220 #define SET_CUR_X(c_x) ((mmtr)s3MmioMem)->enh_regs.regs.cur_x = (c_x)
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_cursor.c 59 qxl->cur_x = x;
63 cmd->u.position.x = qxl->cur_x + qxl->hot_x;
133 cmd->u.set.position.x = qxl->cur_x + qxl->hot_x;
181 qxl_set_cursor_position(pScrn, qxl->cur_x, qxl->cur_y);
qxl.h 294 int16_t cur_x; member in struct:_qxl_screen_t
  /xsrc/external/mit/xf86-input-elographics/dist/src/
xf86Elo.c 378 int cur_x, cur_y; local
406 cur_x = WORD_ASSEMBLY(priv->packet_buf[3], priv->packet_buf[4]);
411 cur_x, cur_y,
422 cur_x = priv->max_x - cur_x + priv->min_x;
433 xf86PostMotionEvent(pInfo->dev, TRUE, 0, 2, cur_x, cur_y);
439 xf86PostButtonEvent(pInfo->dev, TRUE, 1, state == ELO_PRESS, 0, 2, cur_x, cur_y);
443 cur_x, cur_y,
  /xsrc/external/mit/libdrm/dist/tests/exynos/
exynos_fimg2d_test.c 330 int cur_x, cur_y; local
389 cur_x = (screen_width - img_w) / 2;
398 g2d_copy(ctx, &tmp_img, &img, 0, 0, cur_x, cur_y, img_w, img_h);
416 if (cur_x + s->x < 0 || cur_y + s->y < 0 ||
417 cur_x + img_w + s->x >= screen_width ||
424 ret = g2d_move(ctx, &img, cur_x, cur_y, cur_x + s->x, cur_y + s->y,
432 cur_x += s->x;
  /xsrc/external/mit/xf86-video-geode/dist/src/gfx/
rndr_gu1.c 625 unsigned short bpp_shift, section, cur_x; local
685 cur_x = x;
693 WRITE_REG16(GP_DST_XCOOR, cur_x);
703 cur_x += section;
  /xsrc/external/mit/freetype/dist/src/pshinter/
pshalgo.h 171 FT_Pos cur_x; member in struct:PSH_PointRec_
pshalgo.c 1137 point->cur_x = point->cur_u;
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
rndr_gu1.c 775 unsigned short bpp_shift, section, cur_x; local
835 cur_x = x;
842 WRITE_REG16(GP_DST_XCOOR, cur_x);
852 cur_x += section;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
xtrapdi.h 277 INT16 cur_x; /* Current X & Y coord for relative motion */ member in struct:__anon11967
xtrapemacros.h 175 #define XETrapGetCurX(avail) ((avail)->cur_x)
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.c 2229 int add_x, cur_x = w; local
2259 config->output[ot]->initial_x = cur_x;
2269 cur_x += add_x;
2271 w = cur_x;
  /xsrc/external/mit/xterm/dist/
graphics_regis.c 4158 int cur_x, int cur_y,
4463 int ref_x = cur_x, ref_y = cur_y;
4526 cur_x, cur_y, ref_x, ref_y));
4603 int cur_x, int cur_y,
4625 cur_x, cur_y,

Completed in 20 milliseconds