HomeSort by relevance Sort by last modified time
    Searched refs:ZoomX (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_zoom.c 61 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX);
62 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX);
109 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx)
112 zx = imageX + (x - imageX) * zoomX;
113 zx - imageX = (x - imageX) * zoomX;
114 (zx - imageX) / zoomX = x - imageX;
117 if (zoomX < 0.0F)
119 x = imageX + (GLint) ((zx - imageX) / zoomX);
214 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
224 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x
    [all...]
s_copypix.c 53 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))) {
93 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
105 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
241 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
256 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY)
    [all...]
s_drawpix.c 211 ctx->Pixel.ZoomX != 1.0f ||
267 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
313 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0f || ctx->Pixel.ZoomY != 1.0f;
418 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
607 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel.c 115 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
intel_pixel_copy.c 144 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_copy.c 140 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
  /external/mesa3d/src/mesa/main/
pixel.c 50 if (ctx->Pixel.ZoomX == xfactor &&
55 ctx->Pixel.ZoomX = xfactor;
667 ctx->Pixel.ZoomX = 1.0;
image.c 616 assert(ctx->Pixel.ZoomX == 1.0F);
mtypes.h 757 GLfloat ZoomX, ZoomY;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 310 ctx->Pixel.ZoomX == 1.0 && /* no zooming */
441 ctx->Pixel.ZoomX == 1.0 && /* no zooming */
568 ctx->Pixel.ZoomX == 1.0 && /* no zooming */
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 556 GLfloat zoomX, GLfloat zoomY,
724 x1 = x + width * ctx->Pixel.ZoomX;
770 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]

Completed in 715 milliseconds