Home
last modified time | relevance | path

Searched refs:yorig (Results 1 – 23 of 23) 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.c308 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, in _mesa_Bitmap() argument
338 GLint y = util_ifloor(ctx->Current.RasterPos[1] + epsilon - yorig); in _mesa_Bitmap()
Ddlist.h45 float xorig, yorig; /**< bitmap origin */ member
Ddlist.c973 g->yorig = bitmap_yorig; in build_bitmap_atlas()
1853 GLfloat xorig, GLfloat yorig, in save_Bitmap() argument
1864 n[4].f = yorig; in save_Bitmap()
1873 xorig, yorig, xmove, ymove, pixels)); in save_Bitmap()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c699 const float xorig = g->xorig, yorig = g->yorig; in st_DrawAtlasBitmaps() local
703 const float y0 = util_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/angle/src/libANGLE/
DContext_gl_1_0_autogen.h16 void bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, \
DvalidationGL1.cpp28 GLfloat yorig, in ValidateBitmap() argument
DvalidationGL1_autogen.h26 GLfloat yorig,
DContext_gl.cpp699 GLfloat yorig, in bitmap() argument
/external/angle/src/libGL/
Dentry_points_gl_1_0_autogen.h25 GLfloat yorig,
Dentry_points_gl_1_0_autogen.cpp89 GLfloat yorig, in Bitmap() argument
99 CID(context), width, height, xorig, yorig, xmove, ymove, (uintptr_t)bitmap); in Bitmap()
106 ValidateBitmap(context, width, height, xorig, yorig, xmove, ymove, bitmap)); in Bitmap()
109 context->bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); in Bitmap()
111 ANGLE_CAPTURE(Bitmap, isCallValid, context, width, height, xorig, yorig, xmove, ymove, in Bitmap()
DlibGL_autogen.cpp55 GLfloat yorig, in glBitmap() argument
60 return gl::Bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); in glBitmap()
/external/mesa3d/src/gallium/frontends/wgl/
Dgldrv.h42 … )( GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GL…
/external/mesa3d/include/GL/
Dgl.h1206 GLfloat xorig, GLfloat yorig,
Dglext.h5160 …NGLBITMAPXOESPROC) (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GL…
5264 GLAPI void APIENTRY glBitmapxOES (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfi…
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp78 void __indirect_glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove… in __indirect_glBitmap() argument
/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/crosvm/gpu_renderer/src/generated/
Depoxy_egl.rs7879 yorig: GLfloat,
7893 yorig: GLfixed,
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h850 GLAPI void GLAPIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloa…