Home
last modified time | relevance | path

Searched refs:gs_point_transform2fixed_rounding (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxmatrix.h56 int gs_point_transform2fixed_rounding(const gs_matrix_fixed * pmat,
H A Dgspath1.c379 (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 Dgsmatrix.c454 gs_point_transform2fixed_rounding(const gs_matrix_fixed * pmat, in gs_point_transform2fixed_rounding() function