Searched refs:zoomX (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_copypix.c53 GLfloat zoomX, GLfloat zoomY)
55 if (zoomX == 1.0F && zoomY == 1.0F) {
61 if (srcx > (dstx + ((zoomX > 0.0F) ? (width * zoomX + 1.0F) : 0.0F))) {
65 else if (srcx + width + 1.0F < dstx + ((zoomX > 0.0F) ? 0.0F : (width * zoomX))) {
50 regions_overlap(GLint srcx,GLint srcy,GLint dstx,GLint dsty,GLint width,GLint height,GLfloat zoomX,GLfloat zoomY) argument
H A Ds_zoom.c110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) argument
113 zx = imageX + (x - imageX) * zoomX;
114 zx - imageX = (x - imageX) * zoomX;
115 (zx - imageX) / zoomX = x - imageX;
118 if (zoomX < 0.0F)
120 x = imageX + (GLint) ((zx - imageX) / zoomX);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_copypix.c53 GLfloat zoomX, GLfloat zoomY)
55 if (zoomX == 1.0F && zoomY == 1.0F) {
61 if (srcx > (dstx + ((zoomX > 0.0F) ? (width * zoomX + 1.0F) : 0.0F))) {
65 else if (srcx + width + 1.0F < dstx + ((zoomX > 0.0F) ? 0.0F : (width * zoomX))) {
50 regions_overlap(GLint srcx,GLint srcy,GLint dstx,GLint dsty,GLint width,GLint height,GLfloat zoomX,GLfloat zoomY) argument
H A Ds_zoom.c110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) argument
113 zx = imageX + (x - imageX) * zoomX;
114 zx - imageX = (x - imageX) * zoomX;
115 (zx - imageX) / zoomX = x - imageX;
118 if (zoomX < 0.0F)
120 x = imageX + (GLint) ((zx - imageX) / zoomX);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c737 GLfloat zoomX, GLfloat zoomY,
735 draw_textured_quad(struct gl_context * ctx,GLint x,GLint y,GLfloat z,GLsizei width,GLsizei height,GLfloat zoomX,GLfloat zoomY,struct pipe_sampler_view ** sv,int num_sampler_view,void * driver_vp,void * driver_fp,struct st_fp_variant * fpv,const GLfloat * color,GLboolean invertTex,GLboolean write_depth,GLboolean write_stencil) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c737 GLfloat zoomX, GLfloat zoomY,
735 draw_textured_quad(struct gl_context * ctx,GLint x,GLint y,GLfloat z,GLsizei width,GLsizei height,GLfloat zoomX,GLfloat zoomY,struct pipe_sampler_view ** sv,int num_sampler_view,void * driver_vp,void * driver_fp,struct st_fp_variant * fpv,const GLfloat * color,GLboolean invertTex,GLboolean write_depth,GLboolean write_stencil) argument

Completed in 10 milliseconds