| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetClOrig.c | 36 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 D | glutbitmap.h | 15 const GLfloat xorig; member in struct:__anonfc4ce6130108
|
| H A D | glut_bitmap.c | 47 glBitmap(ch->width, ch->height, ch->xorig, ch->yorig,
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glutbitmap.h | 17 const GLfloat xorig; member in struct:__anon436ba2d50108
|
| H A D | glut_bitmap.c | 47 glBitmap(ch->width, ch->height, ch->xorig, ch->yorig,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | drawpix.h | 40 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
|
| H A D | dlist.h | 45 float xorig, yorig; /**< bitmap origin */ member in struct:gl_bitmap_glyph
|
| H A D | drawpix.c | 297 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 D | dlist.c | 851 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 D | drawpix.h | 40 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
|
| H A D | dlist.h | 45 float xorig, yorig; /**< bitmap origin */ member in struct:gl_bitmap_glyph
|
| H A D | drawpix.c | 319 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 D | dmxcompat.c | 91 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 D | st_cb_bitmap.c | 703 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 D | st_cb_bitmap.c | 702 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 D | renderpixswap.c | 60 __GLX_SWAP_FLOAT((GLbyte *)&hdr->xorig);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| H A D | font.c | 72 float xorig, yorig; /* Relative origin of the character */ member in struct:tagSFG_Font
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| H A D | font.c | 72 float xorig, yorig; /* Relative origin of the character */ member in struct:tagSFG_Font
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated1.c | 239 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 D | indirect.h | 76 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 D | gldrv.h | 42 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 D | glxproto.h | 1515 FLOAT32 xorig F32; \
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect.h | 76 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 D | gl.h | 1211 GLfloat xorig, GLfloat yorig,
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 80 void __indirect_glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) { } argument
|