Searched refs:ZoomX (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_zoom.c62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX);
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX);
215 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
225 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
235 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
247 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
260 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
273 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
287 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
384 GLint j = unzoom_x(ctx->Pixel.ZoomX, img
[all...]
H A Ds_copypix.c104 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
116 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
252 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
267 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
354 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
364 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
637 ctx->Pixel.ZoomX != 1.0F ||
H A Ds_drawpix.c209 ctx->Pixel.ZoomX != 1.0f ||
265 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
311 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
416 const GLboolean zoom = ctx->Pixel.ZoomX!=1.0 || ctx->Pixel.ZoomY!=1.0;
559 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
/external/mesa3d/src/mesa/swrast/
H A Ds_zoom.c62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX);
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX);
215 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
225 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
235 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
247 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
260 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
273 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
287 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
384 GLint j = unzoom_x(ctx->Pixel.ZoomX, img
[all...]
H A Ds_copypix.c104 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
116 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
252 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
267 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
354 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
364 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
637 ctx->Pixel.ZoomX != 1.0F ||
H A Ds_drawpix.c209 ctx->Pixel.ZoomX != 1.0f ||
265 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
311 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
416 const GLboolean zoom = ctx->Pixel.ZoomX!=1.0 || ctx->Pixel.ZoomY!=1.0;
559 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c149 ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c149 ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c149 ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F)
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c149 ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c149 ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F)
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c149 ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpixel.c57 if (ctx->Pixel.ZoomX == xfactor &&
62 ctx->Pixel.ZoomX = xfactor;
707 ctx->Pixel.ZoomX = 1.0;
H A Dimage.c602 ASSERT(ctx->Pixel.ZoomX == 1.0F);
H A Dmtypes.h1057 GLfloat ZoomX, ZoomY; member in struct:gl_pixel_attrib
H A Dget.c956 { GL_ZOOM_X, CONTEXT_FLOAT(Pixel.ZoomX), NO_EXTRA },
/external/mesa3d/src/mesa/main/
H A Dpixel.c57 if (ctx->Pixel.ZoomX == xfactor &&
62 ctx->Pixel.ZoomX = xfactor;
707 ctx->Pixel.ZoomX = 1.0;
H A Dimage.c602 ASSERT(ctx->Pixel.ZoomX == 1.0F);
H A Dmtypes.h1057 GLfloat ZoomX, ZoomY; member in struct:gl_pixel_attrib
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_dd.c310 ctx->Pixel.ZoomX == 1.0 && /* no zooming */
443 ctx->Pixel.ZoomX == 1.0 && /* no zooming */
572 ctx->Pixel.ZoomX == 1.0 && /* no zooming */
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c310 ctx->Pixel.ZoomX == 1.0 && /* no zooming */
443 ctx->Pixel.ZoomX == 1.0 && /* no zooming */
572 ctx->Pixel.ZoomX == 1.0 && /* no zooming */
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c795 x1 = x + width * ctx->Pixel.ZoomX;
839 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
1184 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY,
1342 ctx->Pixel.ZoomX == 1.0 &&
1629 width, height, ctx->Pixel.ZoomX, ctx->Pixel.ZoomY,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c795 x1 = x + width * ctx->Pixel.ZoomX;
839 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
1184 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY,
1342 ctx->Pixel.ZoomX == 1.0 &&
1629 width, height, ctx->Pixel.ZoomX, ctx->Pixel.ZoomY,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c2165 const GLfloat dstX1 = dstX + width * ctx->Pixel.ZoomX;
2231 const GLint tileX = (GLint) (x + i * ctx->Pixel.ZoomX);
2464 const GLfloat x1 = x + width * ctx->Pixel.ZoomX;
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c2165 const GLfloat dstX1 = dstX + width * ctx->Pixel.ZoomX;
2231 const GLint tileX = (GLint) (x + i * ctx->Pixel.ZoomX);
2464 const GLfloat x1 = x + width * ctx->Pixel.ZoomX;

Completed in 3972 milliseconds

12