Lines Matching refs:sx
59 ts_transform_float_t sx; member
200 A->sx * B->sx + A->shx * B->shy + A->tx * B->w0, \
201 A->sx * B->shx + A->shx * B->sy + A->tx * B->w1, \
202 A->sx * B->tx + A->shx * B->ty + A->tx, \
203 A->shy * B->sx + A->sy * B->shy + A->ty * B->w0, \
206 A->w0 * B->sx + A->w1 * B->shy + B->w0, \
297 ts_transform_float_t const sx, in ts_transform_stack_store_matrix_8() argument
308 t->sx = sx; in ts_transform_stack_store_matrix_8()
330 ts_transform_float_t const sx, in ts_transform_stack_store_matrix() argument
343 sx, shx,tx, in ts_transform_stack_store_matrix()
353 sx * d, shx * d, tx * d, in ts_transform_stack_store_matrix()
366 ts_transform_float_t const sx, in ts_transform_stack_push_matrix_8() argument
378 sx, shx,tx, in ts_transform_stack_push_matrix_8()
389 ts_transform_float_t const sx, in ts_transform_stack_push_matrix() argument
402 sx, shx,tx, in ts_transform_stack_push_matrix()
412 sx * d, shx * d, tx * d, in ts_transform_stack_push_matrix()
433 ts_transform_float_t const sx, in ts_transform_stack_push_affine() argument
441 sx, shx, tx, in ts_transform_stack_push_affine()
459 ts_transform_float_t const sx, in ts_transform_stack_push_scale() argument
463 sx, 0.0, 0.0, in ts_transform_stack_push_scale()
545 ts_transform_float_t const sx, in ts_transform_stack_push_rotate_scale_xy() argument
554 … sx*cos_theta,-sx*sin_theta, cx - cx*sx*cos_theta + cy*sy*sin_theta, in ts_transform_stack_push_rotate_scale_xy()
555 … sy*sin_theta, sy*cos_theta, cy - cy*sy*cos_theta - cx*sx*sin_theta, in ts_transform_stack_push_rotate_scale_xy()
626 ts_transform_float_t sx = x1 - x0; in ts_transform_stack_push_unit_to_quad() local
632 ts_transform_float_t const dx3 = -sx - dx2; in ts_transform_stack_push_unit_to_quad()
642 sx, shx, x0, in ts_transform_stack_push_unit_to_quad()
664 sx += w0 * x1; in ts_transform_stack_push_unit_to_quad()
671 sx, shx, x0, in ts_transform_stack_push_unit_to_quad()
808 *xp = x * t->sx + y * t->shx + t->tx; in ts_transform_stack_transform_xy()