Home
last modified time | relevance | path

Searched refs:yorig (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Modules/
Dimgfile.c251 int xwtd, ywtd, xorig, yorig; in imgfile_readscaled() local
348 yorig = (int)(y*yfac); in imgfile_readscaled()
350 getrow(image, rs, yorig, 0); in imgfile_readscaled()
355 getrow(image, rs, yorig, 0); in imgfile_readscaled()
356 getrow(image, gs, yorig, 1); in imgfile_readscaled()
357 getrow(image, bs, yorig, 2); in imgfile_readscaled()
Dfmmodule.c97 info.yorig, in fh_getfontinfo()
/external/mesa3d/src/mesa/main/
Ddrawpix.h40 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
Ddrawpix.c298 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, in _mesa_Bitmap() argument
328 GLint y = IFLOOR(ctx->Current.RasterPos[1] + epsilon - yorig); in _mesa_Bitmap()
Ddlist.h45 float xorig, yorig; /**< bitmap origin */ member
Ddlist.c767 g->yorig = bitmap_yorig; in build_bitmap_atlas()
1567 GLfloat xorig, GLfloat yorig, in save_Bitmap() argument
1578 n[4].f = yorig; in save_Bitmap()
1587 xorig, yorig, xmove, ymove, pixels)); in save_Bitmap()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c710 const float xorig = g->xorig, yorig = g->yorig; in st_DrawAtlasBitmaps() local
714 const float y0 = IFLOOR(ctx->Current.RasterPos[1] - yorig + epsilon); in st_DrawAtlasBitmaps()
/external/python/cpython2/Doc/library/
Dfm.rst94 ``(printermatched, fixed_width, xorig, yorig, xsize, ysize, height, nglyphs)``.
/external/mesa3d/src/gallium/auxiliary/hud/
Dfont.c72 float xorig, yorig; /* Relative origin of the character */ member
/external/mesa3d/include/GL/
Dgl.h1211 GLfloat xorig, GLfloat yorig,
Dglext.h5161 …NGLBITMAPXOESPROC) (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GL…
5265 GLAPI void APIENTRY glBitmapxOES (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfi…
/external/swiftshader/include/GL/
Dglext.h5157 …NGLBITMAPXOESPROC) (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GL…
5261 GLAPI void APIENTRY glBitmapxOES (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfi…
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c37016 _mesa_marshal_Bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GL… in _mesa_marshal_Bitmap() argument
37021 CALL_Bitmap(ctx->CurrentServerDispatch, (width, height, xorig, yorig, xmove, ymove, bitmap)); in _mesa_marshal_Bitmap()