Lines Matching defs:xform
565 pixman_transform_t xform;
570 memset (&xform, 0, sizeof xform);
571 xform.matrix[0][0] = pixman_fixed_1;
572 xform.matrix[1][1] = pixman_fixed_1;
573 xform.matrix[2][2] = pixman_fixed_1;
583 pixman_transform_rotate (&xform, NULL, c, s);
590 pixman_transform_translate (&xform, NULL, tx, ty);
597 pixman_transform_scale (&xform, NULL, sx, sy);
606 xform.matrix[i][j] = prng_rand();
612 memset (&xform, 0, sizeof xform);
618 pixman_image_set_transform (image, &xform);