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

  /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/swrast/
s_copypix.c 53 GLfloat zoomX, GLfloat zoomY)
55 if (zoomX == 1.0F && zoomY == 1.0F) {
69 else if ((srcy < dsty) && (srcy + height < dsty + (height * zoomY))) {
73 else if ((srcy > dsty) && (srcy + height > dsty + (height * zoomY))) {
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);
343 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
353 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
    [all...]
s_drawpix.c 77 if (ctx->Pixel.ZoomY == -1.0f) {
124 if (ctx->Pixel.ZoomY == -1.0f) {
174 if (ctx->Pixel.ZoomY == -1.0f) {
212 fabsf(ctx->Pixel.ZoomY) != 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;
s_zoom.c 78 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY);
79 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY);
  /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 51 ctx->Pixel.ZoomY == yfactor)
56 ctx->Pixel.ZoomY = yfactor;
668 ctx->Pixel.ZoomY = 1.0;
image.c 598 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
617 assert(ctx->Pixel.ZoomY == 1.0F || ctx->Pixel.ZoomY == -1.0F);
632 if (ctx->Pixel.ZoomY == 1.0F) {
mtypes.h 757 GLfloat ZoomX, ZoomY;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 556 GLfloat zoomX, GLfloat zoomY,
719 y = fb_height - (int) (y + height * ctx->Pixel.ZoomY);
726 y1 = y + height * ctx->Pixel.ZoomY;
770 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 &&
442 ctx->Pixel.ZoomY == 1.0 &&
569 ctx->Pixel.ZoomY == 1.0 &&
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]

Completed in 356 milliseconds