/third_party/mesa3d/src/mesa/main/ |
H A D | drawpix.c | 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.h | 78 float xorig, yorig; /**< bitmap origin */ member
|
H A D | dlist.c | 1634 save_Bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * pixels) save_Bitmap() argument
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-private.h | 116 unsigned xorig, /* X origin */ member
|
/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
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | font.c | 72 float xorig, yorig; /* Relative origin of the character */ member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL1.cpp | 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 | Context_gl.cpp | 691 bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) bitmap() argument
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.cpp | 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 | 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 | 4875 int xorig[] = { 0,4,0,2,0,1,0 }; in stbi__create_png_image() local
|
/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
|