Searched refs:xorig (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DSetClOrig.c36 int xorig,
42 if (xorig != gv->clip_x_origin) {
43 gv->clip_x_origin = xorig;
33 XSetClipOrigin(register Display * dpy,GC gc,int xorig,int yorig) argument
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutbitmap.h15 const GLfloat xorig; member in struct:__anonfc4ce6130108
H A Dglut_bitmap.c47 glBitmap(ch->width, ch->height, ch->xorig, ch->yorig,
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglutbitmap.h17 const GLfloat xorig; member in struct:__anon436ba2d50108
H A Dglut_bitmap.c47 glBitmap(ch->width, ch->height, ch->xorig, ch->yorig,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddrawpix.h40 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
H A Ddlist.h45 float xorig, yorig; /**< bitmap origin */ member in struct:gl_bitmap_glyph
H A Ddrawpix.c297 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
326 GLint x = IFLOOR(ctx->Current.RasterPos[0] + epsilon - xorig);
296 _mesa_Bitmap(GLsizei width,GLsizei height,GLfloat xorig,GLfloat yorig,GLfloat xmove,GLfloat ymove,const GLubyte * bitmap) argument
H A Ddlist.c851 g->xorig = bitmap_xorig;
1665 GLfloat xorig, GLfloat yorig,
1675 n[3].f = xorig;
1685 xorig, yorig, xmove, ymove, pixels));
1664 save_Bitmap(GLsizei width,GLsizei height,GLfloat xorig,GLfloat yorig,GLfloat xmove,GLfloat ymove,const GLubyte * pixels) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddrawpix.h40 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
H A Ddlist.h45 float xorig, yorig; /**< bitmap origin */ member in struct:gl_bitmap_glyph
H A Ddrawpix.c319 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
352 GLint x = util_ifloor(ctx->Current.RasterPos[0] + epsilon - xorig);
318 _mesa_Bitmap(GLsizei width,GLsizei height,GLfloat xorig,GLfloat yorig,GLfloat xmove,GLfloat ymove,const GLubyte * bitmap) argument
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Ddmxcompat.c91 int *xorig, int *yorig)
103 *xorig = strtol(end, &end, 10);
125 int x, y, xoff, yoff, xorig, yorig; local in function:dmxVDLRead
188 &xorig, &yorig);
211 xorig, yorig,
87 dmxVDLDisplayEntry(const char * buf,char * name,int * len,int * x,int * y,int * xoff,int * yoff,int * xorig,int * yorig) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_bitmap.c703 const float xorig = g->xorig, yorig = g->yorig; local in function:st_DrawAtlasBitmaps
706 const float x0 = IFLOOR(ctx->Current.RasterPos[0] - xorig + epsilon);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_bitmap.c702 const float xorig = g->xorig, yorig = g->yorig; local in function:st_DrawAtlasBitmaps
705 const float x0 = util_ifloor(ctx->Current.RasterPos[0] - xorig + epsilon);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Drenderpixswap.c60 __GLX_SWAP_FLOAT((GLbyte *)&hdr->xorig);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dfont.c72 float xorig, yorig; /* Relative origin of the character */ member in struct:tagSFG_Font
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dfont.c72 float xorig, yorig; /* Relative origin of the character */ member in struct:tagSFG_Font
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated1.c239 GLfloat xorig; member in struct:marshal_cmd_Bitmap
250 GLfloat xorig = cmd->xorig; local in function:_mesa_unmarshal_Bitmap
255 CALL_Bitmap(ctx->CurrentServerDispatch, (width, height, xorig, yorig, xmove, ymove, bitmap));
261 _mesa_marshal_Bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap) argument
268 CALL_Bitmap(ctx->CurrentServerDispatch, (width, height, xorig, yorig, xmove, ymove, bitmap));
274 cmd->xorig = xorig;
H A Dindirect.h76 extern _X_HIDDEN void __indirect_glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dgldrv.h42 void (APIENTRY *glBitmap )( GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap );
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxproto.h1515 FLOAT32 xorig F32; \
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect.h76 extern _X_HIDDEN void __indirect_glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl.h1211 GLfloat xorig, GLfloat yorig,
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp80 void __indirect_glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) { } argument

Completed in 66 milliseconds

12