Searched refs:cur_x (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_reg.h234 #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); \
H A Dnewmmio.h118 int32 cur_x; member in struct:__anon6afe68d40f08
220 #define SET_CUR_X(c_x) ((mmtr)s3MmioMem)->enh_regs.regs.cur_x = (c_x)
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_cursor.c59 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);
H A Dqxl.h294 int16_t cur_x; member in struct:_qxl_screen_t
/xsrc/external/mit/xf86-input-elographics/dist/src/
H A Dxf86Elo.c378 int cur_x, cur_y; local in function:xf86EloReadInput
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/
H A Dexynos_fimg2d_test.c330 int cur_x, cur_y; local in function:g2d_move_test
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/
H A Drndr_gu1.c625 unsigned short bpp_shift, section, cur_x; local in function:gu1_color_pattern_fill
685 cur_x = x;
693 WRITE_REG16(GP_DST_XCOOR, cur_x);
703 cur_x += section;
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshalgo.h171 FT_Pos cur_x; member in struct:PSH_PointRec_
H A Dpshalgo.c1137 point->cur_x = point->cur_u;
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Drndr_gu1.c775 unsigned short bpp_shift, section, cur_x; local in function:gu1_color_pattern_fill
835 cur_x = x;
842 WRITE_REG16(GP_DST_XCOOR, cur_x);
852 cur_x += section;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxtrapdi.h277 INT16 cur_x; /* Current X & Y coord for relative motion */ member in struct:__anon5dec76a90908
H A Dxtrapemacros.h175 #define XETrapGetCurX(avail) ((avail)->cur_x)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.c2229 int add_x, cur_x = w; local in function:xf86TargetRightOf
2259 config->output[ot]->initial_x = cur_x;
2269 cur_x += add_x;
2271 w = cur_x;
/xsrc/external/mit/xterm/dist/
H A Dgraphics_regis.c4158 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,
4156 load_regis_write_control(RegisParseState * state,RegisGraphicsContext const * context,int cur_x,int cur_y,int option,RegisDataFragment * arg,RegisWriteControls * out) argument
4601 load_regis_write_control_set(RegisParseState * state,RegisGraphicsContext const * context,int cur_x,int cur_y,RegisDataFragment * controls,RegisWriteControls * out) argument

Completed in 30 milliseconds