/third_party/cups-filters/cupsfilters/ |
D | image-zoom.c | 121 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()
|
D | image-private.h | 116 unsigned xorig, /* X origin */ member
|
/third_party/libinput/tools/ |
D | libinput-measure-touchpad-size.py | 312 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/main/ |
D | dlist.h | 78 float xorig, yorig; /**< bitmap origin */ member
|
D | drawpix.c | 321 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, in _mesa_Bitmap() argument 354 GLint x = util_ifloor(ctx->Current.RasterPos[0] + epsilon - xorig); in _mesa_Bitmap()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bitmap.c | 698 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/ |
D | font.c | 72 float xorig, yorig; /* Relative origin of the character */ member
|
/third_party/openGLES/api/GLSC/1.0.1/ |
D | gl.h | 474 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat …
|
/third_party/openGLES/api/GLSC/1.0/ |
D | gl.h | 470 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat …
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/ |
D | gl.h | 474 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat …
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/ |
D | gl.h | 470 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat …
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_1_0_autogen.h | 16 void bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, \
|
D | validationGL1.cpp | 27 GLfloat xorig, in ValidateBitmap() argument
|
D | validationGL1_autogen.h | 25 GLfloat xorig,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_fixed_point.txt | 127 void BitmapxOES(sizei width, sizei height, fixed xorig, fixed yorig,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_1_autogen.h | 16 void bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, \
|
D | validationGL1.cpp | 28 GLfloat xorig, in ValidateBitmap() argument
|
D | validationGL1_autogen.h | 28 GLfloat xorig,
|
/third_party/openGLES/extensions/OES/ |
D | OES_fixed_point.txt | 137 void BitmapxOES(sizei width, sizei height, fixed xorig, fixed yorig,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_0_autogen.h | 24 GLfloat xorig,
|
D | entry_points_gl_1_0_autogen.cpp | 85 GLfloat xorig, in Bitmap() argument 94 width, height, xorig, yorig, xmove, ymove, (uintptr_t)bitmap); in Bitmap() 102 ValidateBitmap(context, width, height, xorig, yorig, xmove, ymove, bitmap)); in Bitmap() 105 context->bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); in Bitmap() 107 ANGLE_CAPTURE(Bitmap, isCallValid, context, width, height, xorig, yorig, xmove, ymove, in Bitmap()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | gldrv.h | 42 …void (APIENTRY *glBitmap )( GLsizei width, GLsizei height, GLfloat xorig, GLf…
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.h | 25 GLfloat xorig,
|
D | entry_points_gl_1_autogen.cpp | 106 GLfloat xorig, in GL_Bitmap() argument 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()
|
/third_party/mesa3d/include/GL/ |
D | gl.h | 1204 GLfloat xorig, GLfloat yorig,
|