Home
last modified time | relevance | path

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

12

/third_party/cups-filters/cupsfilters/
H A Dimage-zoom.c121 z->xorig = xc1; in _cupsImageZoomNew()
148 z->xorig = xc0; in _cupsImageZoomNew()
246 cupsImageGetCol(z->img, z->xorig - iy, z->yorig, z->width, z->in); in zoom_bilinear()
248 cupsImageGetRow(z->img, z->xorig, z->yorig + iy, z->width, z->in); in zoom_bilinear()
324 cupsImageGetCol(z->img, z->xorig - iy, z->yorig, z->width, z->in); in zoom_nearest()
326 cupsImageGetRow(z->img, z->xorig, z->yorig + iy, z->width, z->in); in zoom_nearest()
H A Dimage-private.h116 unsigned xorig, /* X origin */ member
/third_party/mesa3d/src/mesa/main/
H A Ddlist.h78 float xorig, yorig; /**< bitmap origin */ member
H A Ddrawpix.c321 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, in _mesa_Bitmap()
354 GLint x = util_ifloor(ctx->Current.RasterPos[0] + epsilon - xorig); in _mesa_Bitmap()
320 _mesa_Bitmap( GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap ) _mesa_Bitmap() argument
H A Ddlist.c959 g->xorig = bitmap_xorig; in build_bitmap_atlas()
1635 GLfloat xorig, GLfloat yorig, in save_Bitmap()
1645 n[3].f = xorig; in save_Bitmap()
1655 xorig, yorig, xmove, ymove, pixels)); in save_Bitmap()
1634 save_Bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * pixels) save_Bitmap() argument
/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-size.py312 xorig = evdev.absinfo[libevdev.EV_ABS.ABS_X]
315 skip = between(xorig.minimum, touchpad.x.minimum, deviation)
316 skip = skip and between(xorig.maximum, touchpad.x.maximum, deviation)
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c698 const float xorig = g->xorig, yorig = g->yorig; in st_DrawAtlasBitmaps() local
701 const float x0 = util_ifloor(ctx->Current.RasterPos[0] - xorig + epsilon); in st_DrawAtlasBitmaps()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dfont.c72 float xorig, yorig; /* Relative origin of the character */ member
/third_party/openGLES/api/GLSC/1.0.1/
H A Dgl.h474 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h470 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
H A Dgl.h470 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
H A Dgl.h474 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_1_autogen.h16 void bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, \
H A DvalidationGL1.cpp28 GLfloat xorig, in ValidateBitmap()
24 ValidateBitmap(const Context *, angle::EntryPoint entryPoint, GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) ValidateBitmap() argument
H A DvalidationGL1_autogen.h28 GLfloat xorig,
H A DContext_gl.cpp693 GLfloat xorig, in bitmap()
691 bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) bitmap() argument
/third_party/mesa3d/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 );
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.h25 GLfloat xorig,
H A Dentry_points_gl_1_autogen.cpp106 GLfloat xorig, in GL_Bitmap()
114 "context = %d, width = %d, height = %d, xorig = %f, yorig = %f, xmove = %f, ymove = %f, " in GL_Bitmap()
116 CID(context), width, height, xorig, yorig, xmove, ymove, (uintptr_t)bitmap); in GL_Bitmap()
123 xorig, yorig, xmove, ymove, bitmap)); in GL_Bitmap()
126 context->bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); in GL_Bitmap()
128 ANGLE_CAPTURE(Bitmap, isCallValid, context, width, height, xorig, yorig, xmove, ymove, in GL_Bitmap()
104 GL_Bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) GL_Bitmap() argument
H A DlibGL_autogen.cpp39 GLfloat xorig, in glBitmap()
45 return GL_Bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); in glBitmap()
37 glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) glBitmap() argument
/third_party/astc-encoder/Source/
H A Dstb_image.h4875 int xorig[] = { 0,4,0,2,0,1,0 }; in stbi__create_png_image() local
4881 x = (a->s->img_x - xorig[p] + xspc[p]-1) / xspc[p]; in stbi__create_png_image()
4892 int out_x = i*xspc[p]+xorig[p]; in stbi__create_png_image()
/third_party/mesa3d/include/GL/
H A Dgl.h1204 GLfloat xorig, GLfloat yorig,
/third_party/mesa3d/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) { } in __indirect_glBitmap() argument
/third_party/glfw/deps/glad/
H A Dgl.h1932 typedef void (GLAD_API_PTR *PFNGLBITMAPPROC)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
/third_party/openGLES/api/GL/
H A Dglext.h5142 typedef void (APIENTRYP PFNGLBITMAPXOESPROC) (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
5246 GLAPI void APIENTRY glBitmapxOES (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);

Completed in 155 milliseconds

12