Lines Matching refs:scale
210 f32 scale = -1.0f / (f - n);
214 mtx[0][0] = ((-1.0f * n) * reverseWidth) * scale;
216 mtx[0][2] = ((((r + l) * reverseWidth) * -0.5f) + 0.5f) * scale;
221 mtx[1][1] = ((-1.0f * n) * reverseHeight) * scale;
222 mtx[1][2] = ((((t+ b) * reverseHeight) * -0.5f) + 0.5f) * scale;
227 mtx[2][2] = scale;
271 f32 scale = -1.0f / (f - n);
275 mtx[0][0] = (cot / aspect) * scale;
277 mtx[0][2] = 0.5f * scale;
281 mtx[1][1] = cot * scale;
282 mtx[1][2] = 0.5f * scale;
287 mtx[2][2] = scale;