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

/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_reg.h235 #define SET_CUR_Y(cur_y) S3_OUTW(CUR_Y, cur_y)
237 #define SET_CUR_Y2(cur_y) S3_OUTW(CUR_Y2, cur_y)
239 #define SET_CURPT(cur_x, cur_y) { \
241 SET_CUR_Y(cur_y); \
H A Dnewmmio.h180 union { int32 cur_y; member in union:__anon6afe68d41108::__anon6afe68d4150a
182 } cur_y; member in struct:__anon6afe68d41108
221 #define SET_CUR_Y(c_y) ((mmtr)s3MmioMem)->cur_y.cur_y = (c_y)
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_cursor.c60 qxl->cur_y = y;
64 cmd->u.position.y = qxl->cur_y + qxl->hot_y;
134 cmd->u.set.position.y = qxl->cur_y + qxl->hot_y;
181 qxl_set_cursor_position(pScrn, qxl->cur_x, qxl->cur_y);
H A Dqxl.h295 int16_t cur_y; member in struct:_qxl_screen_t
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Drndr_gu1.c623 unsigned short blit_mode, passes, cur_y, pat_y, i; local in function:gu1_color_pattern_fill
665 cur_y = y + i;
690 cur_y = y + i;
696 while (cur_y < y + height) {
698 WRITE_REG16(GP_DST_YCOOR, cur_y);
700 cur_y += 8;
709 while (cur_y < y + height) {
711 WRITE_REG16(GP_DST_YCOOR, cur_y);
713 cur_y += 8;
/xsrc/external/mit/xf86-input-elographics/dist/src/
H A Dxf86Elo.c378 int cur_x, cur_y; local in function:xf86EloReadInput
407 cur_y = WORD_ASSEMBLY(priv->packet_buf[5], priv->packet_buf[6]);
411 cur_x, cur_y,
417 cur_y = priv->max_y - cur_y + priv->min_y;
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/xf86-video-nsc/dist/src/gfx/
H A Drndr_gu1.c773 unsigned short blit_mode, passes, cur_y, pat_y, i; local in function:gu1_color_pattern_fill
815 cur_y = y + i;
839 cur_y = y + i;
845 while (cur_y < y + height) {
847 WRITE_REG16(GP_DST_YCOOR, cur_y);
849 cur_y += 8;
857 while (cur_y < y + height) {
859 WRITE_REG16(GP_DST_YCOOR, cur_y);
861 cur_y += 8;
/xsrc/external/mit/libdrm/dist/tests/exynos/
H A Dexynos_fimg2d_test.c330 int cur_x, cur_y; local in function:g2d_move_test
390 cur_y = (screen_height - img_h) / 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 ||
418 cur_y + img_h + s->y >= screen_height)
424 ret = g2d_move(ctx, &img, cur_x, cur_y, cur_x + s->x, cur_y + s->y,
433 cur_y += s->y;
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshalgo.h173 FT_Pos cur_y; member in struct:PSH_PointRec_
H A Dpshalgo.c1142 point->cur_y = point->cur_u;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxtrapdi.h278 INT16 cur_y; member in struct:__anon5dec76a90908
H A Dxtrapemacros.h176 #define XETrapGetCurY(avail) ((avail)->cur_y)
/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
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.c2240 int cur_y = 0; local in function:xf86TargetRightOf
2260 config->output[ot]->initial_y = cur_y;
2264 cur_y += this_tile->tile_v_size;

Completed in 30 milliseconds