/third_party/cups-filters/cupsfilters/ |
H A D | image-zoom.c | 122 z->yorig = yc0; in _cupsImageZoomNew() 149 z->yorig = yc0; 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 D | image-private.h | 117 yorig, /* Y origin */ member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | dlist.h | 78 float xorig, yorig; /**< bitmap origin */ member
|
H A D | drawpix.c | 321 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, in _mesa_Bitmap() 355 GLint y = util_ifloor(ctx->Current.RasterPos[1] + epsilon - yorig); 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 D | dlist.c | 960 g->yorig = bitmap_yorig; in build_bitmap_atlas() 1635 GLfloat xorig, GLfloat yorig, in save_Bitmap() 1646 n[4].f = yorig; 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 D | libinput-measure-touchpad-size.py | 313 yorig = evdev.absinfo[libevdev.EV_ABS.ABS_Y] 318 skip = skip and between(yorig.minimum, touchpad.y.minimum, deviation) 319 skip = skip and between(yorig.maximum, touchpad.y.maximum, deviation)
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_bitmap.c | 698 const float xorig = g->xorig, yorig = g->yorig; in st_DrawAtlasBitmaps() local 702 const float y0 = util_ifloor(ctx->Current.RasterPos[1] - yorig + epsilon); in st_DrawAtlasBitmaps()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | font.c | 72 float xorig, yorig; /* Relative origin of the character */ member
|
/third_party/openGLES/api/GLSC/1.0.1/ |
H A D | gl.h | 474 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 D | gl.h | 470 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 D | gl.h | 470 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 D | gl.h | 474 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 D | Context_gl_1_autogen.h | 16 void bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, \
|
H A D | validationGL1.cpp | 29 GLfloat yorig, 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 D | validationGL1_autogen.h | 29 GLfloat yorig,
|
H A D | Context_gl.cpp | 694 GLfloat yorig, 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 D | gldrv.h | 42 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 D | entry_points_gl_1_autogen.h | 26 GLfloat yorig,
|
H A D | entry_points_gl_1_autogen.cpp | 107 GLfloat yorig, 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 D | libGL_autogen.cpp | 40 GLfloat yorig, 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 D | stb_image.h | 4876 int yorig[] = { 0,0,4,0,2,0,1 }; in stbi__create_png_image() local 4882 y = (a->s->img_y - yorig[p] + yspc[p]-1) / yspc[p]; in stbi__create_png_image() 4891 int out_y = j*yspc[p]+yorig[p]; in stbi__create_png_image()
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 1204 GLfloat xorig, GLfloat yorig,
|
/third_party/mesa3d/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) { } in __indirect_glBitmap() argument
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1932 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 D | glext.h | 5142 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);
|