Searched refs:gs_point_transform2fixed_rounding (Results 1 – 3 of 3) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gxmatrix.h | 56 int gs_point_transform2fixed_rounding(const gs_matrix_fixed * pmat,
|
H A D | gspath1.c | 379 (code = gs_point_transform2fixed_rounding(&pis->ctm, x0, y0, &p0)) < 0) || in arc_add() 380 (code = gs_point_transform2fixed_rounding(&pis->ctm, xt, yt, &pt)) < 0 || in arc_add() 381 (code = gs_point_transform2fixed_rounding(&pis->ctm, arc->p3.x, arc->p3.y, &p3)) < 0 || in arc_add()
|
H A D | gsmatrix.c | 454 gs_point_transform2fixed_rounding(const gs_matrix_fixed * pmat, in gs_point_transform2fixed_rounding() function
|