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

  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 75 if (ctx->Pixel.ZoomY == -1.0f) {
122 if (ctx->Pixel.ZoomY == -1.0f) {
172 if (ctx->Pixel.ZoomY == -1.0f) {
210 fabsf(ctx->Pixel.ZoomY) != 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;
s_copypix.c 53 GLfloat zoomX, GLfloat zoomY)
55 if (zoomX == 1.0 && zoomY == 1.0) {
80 else if ((srcy < dsty) && (srcy + height < dsty + (height * zoomY))) {
84 else if ((srcy > dsty) && (srcy + height > dsty + (height * zoomY))) {
104 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);
    [all...]
s_zoom.c 79 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY);
80 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 149 ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F)
  /external/mesa3d/src/mesa/main/
pixel.c 58 ctx->Pixel.ZoomY == yfactor)
63 ctx->Pixel.ZoomY = yfactor;
708 ctx->Pixel.ZoomY = 1.0;
image.c 584 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
603 ASSERT(ctx->Pixel.ZoomY == 1.0F || ctx->Pixel.ZoomY == -1.0F);
618 if (ctx->Pixel.ZoomY == 1.0F) {
mtypes.h 1057 GLfloat ZoomX, ZoomY;
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 656 GLfloat zoomX, GLfloat zoomY,
790 y = ctx->DrawBuffer->Height - (int) (y + height * ctx->Pixel.ZoomY);
797 y1 = y + height * ctx->Pixel.ZoomY;
839 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 311 ctx->Pixel.ZoomY == 1.0 &&
444 ctx->Pixel.ZoomY == 1.0 &&
573 ctx->Pixel.ZoomY == 1.0 &&
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 220 milliseconds