Lines Matching refs:scale
3284 .minx = MAX2(-fabsf(vp->scale[0]) + vp->translate[0], 0),
3285 .maxx = MIN2( fabsf(vp->scale[0]) + vp->translate[0], cso_fb->width) - 1,
3286 .miny = MAX2(-fabsf(vp->scale[1]) + vp->translate[1], 0),
3287 .maxy = MIN2( fabsf(vp->scale[1]) + vp->translate[1], cso_fb->height) - 1,
3359 return copysignf(state->scale[axis], sign) + state->translate[axis];
5975 state->scale[0], state->scale[1],
5984 vp.ViewportMatrixElementm00 = state->scale[0];
5985 vp.ViewportMatrixElementm11 = state->scale[1];
5986 vp.ViewportMatrixElementm22 = state->scale[2];