Lines Matching defs:scale
2550 struct matrix scale,
2573 * Where a, e are the scale components, a, b, d, e are the rotation
2574 * component (combined with scale) and c and f are the translation
2593 matrix_init_scale(&scale, sx, sy);
2594 matrix_mult(&scale, &translate, &scale);
2597 matrix_mult(&transform, &scale, &transform);
2603 matrix_init_scale(&scale, 1.0/sx, 1.0/sy);
2604 matrix_mult(&scale, &translate, &scale);
2607 matrix_mult(&device->abs.calibration, &transform, &scale);