Lines Matching defs:scale
3206 return copysignf(state->scale[axis], sign) + state->translate[axis];
5868 state->scale[0], state->scale[1],
5873 vp.ViewportMatrixElementm00 = state->scale[0];
5874 vp.ViewportMatrixElementm11 = state->scale[1];
5875 vp.ViewportMatrixElementm22 = state->scale[2];
8305 * scale is greater than 1).
8307 * scale is greater than 1).
8308 * \param scale The number of framebuffer samples that could potentially be
8319 unsigned width, unsigned height, unsigned scale)
8368 const unsigned idx = scale > 1;
8384 ice->state.current_hash_scale = scale;