Searched refs:ftransform (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/pixman/dist/demos/
H A Dscale.c209 pixman_f_transform_t ftransform; local in function:rescale
218 pixman_f_transform_init_identity (&ftransform);
236 pixman_f_transform_scale (&ftransform, NULL, fscale_x, fscale_y);
238 pixman_f_transform_translate (&ftransform, NULL, - new_width / 2.0, - new_height / 2.0);
241 pixman_f_transform_rotate (&ftransform, NULL, cos (rotation), sin (rotation));
243 pixman_f_transform_translate (&ftransform, NULL, new_width / 2.0, new_height / 2.0);
245 pixman_f_transform_invert (&ftransform, &ftransform);
247 compute_extents (&ftransform, &sx, &sy);
249 pixman_transform_from_pixman_f_transform (&transform, &ftransform);
[all...]
/xsrc/external/mit/MesaLib/dist/docs/
H A Dshading.rst24 transforms the vertex position with ftransform() and passes through
107 - The ftransform() function doesn't necessarily match the results of
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c940 struct pixman_f_transform ftransform; local in function:glamor_get_transform_extent_from_box
947 pixman_f_transform_from_pixman_transform(&ftransform, transform);
948 pixman_f_transform_point(&ftransform, &p0);
949 pixman_f_transform_point(&ftransform, &p1);
950 pixman_f_transform_point(&ftransform, &p2);
951 pixman_f_transform_point(&ftransform, &p3);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp1086 B0(ftransform);
2091 add_function("ftransform", _ftransform(), NULL);
5890 /* ftransform() refers to global variables, and is always emitted
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp996 B0(ftransform);
1913 add_function("ftransform", _ftransform(), NULL);
5395 /* ftransform() refers to global variables, and is always emitted

Completed in 25 milliseconds