Home
last modified time | relevance | path

Searched refs:SCALE_XY (Results 1 – 9 of 9) sorted by relevance

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxpath2.c289 #define SCALE_XY(pt) gx_point_scale_exp2(&pt, log2_scale_x, log2_scale_y) in gx_path_scale_exp2_shared() macro
290 SCALE_XY(ppath->position); in gx_path_scale_exp2_shared()
297 SCALE_XY(((curve_segment *)pseg)->p1); in gx_path_scale_exp2_shared()
298 SCALE_XY(((curve_segment *)pseg)->p2); in gx_path_scale_exp2_shared()
300 SCALE_XY(pseg->pt); in gx_path_scale_exp2_shared()
303 #undef SCALE_XY in gx_path_scale_exp2_shared()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxpath2.c289 #define SCALE_XY(pt) gx_point_scale_exp2(&pt, log2_scale_x, log2_scale_y) in gx_path_scale_exp2_shared() macro
290 SCALE_XY(ppath->position); in gx_path_scale_exp2_shared()
297 SCALE_XY(((curve_segment *)pseg)->p1); in gx_path_scale_exp2_shared()
298 SCALE_XY(((curve_segment *)pseg)->p2); in gx_path_scale_exp2_shared()
300 SCALE_XY(pseg->pt); in gx_path_scale_exp2_shared()
303 #undef SCALE_XY in gx_path_scale_exp2_shared()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxpath2.c314 #define SCALE_XY(pt) gx_point_scale_exp2(&pt, log2_scale_x, log2_scale_y) in gx_path_scale_exp2_shared() macro
315 SCALE_XY(ppath->position); in gx_path_scale_exp2_shared()
322 SCALE_XY(((curve_segment *)pseg)->p1); in gx_path_scale_exp2_shared()
323 SCALE_XY(((curve_segment *)pseg)->p2); in gx_path_scale_exp2_shared()
325 SCALE_XY(pseg->pt); in gx_path_scale_exp2_shared()
328 #undef SCALE_XY in gx_path_scale_exp2_shared()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxpath2.c314 #define SCALE_XY(pt) gx_point_scale_exp2(&pt, log2_scale_x, log2_scale_y) in gx_path_scale_exp2_shared() macro
315 SCALE_XY(ppath->position); in gx_path_scale_exp2_shared()
322 SCALE_XY(((curve_segment *)pseg)->p1); in gx_path_scale_exp2_shared()
323 SCALE_XY(((curve_segment *)pseg)->p2); in gx_path_scale_exp2_shared()
325 SCALE_XY(pseg->pt); in gx_path_scale_exp2_shared()
328 #undef SCALE_XY in gx_path_scale_exp2_shared()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxpath2.c315 #define SCALE_XY(pt) gx_point_scale_exp2(&pt, log2_scale_x, log2_scale_y) in gx_path_scale_exp2_shared() macro
316 SCALE_XY(ppath->position); in gx_path_scale_exp2_shared()
323 SCALE_XY(((curve_segment *)pseg)->p1); in gx_path_scale_exp2_shared()
324 SCALE_XY(((curve_segment *)pseg)->p2); in gx_path_scale_exp2_shared()
326 SCALE_XY(pseg->pt); in gx_path_scale_exp2_shared()
329 #undef SCALE_XY in gx_path_scale_exp2_shared()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxpath2.c315 #define SCALE_XY(pt) gx_point_scale_exp2(&pt, log2_scale_x, log2_scale_y) in gx_path_scale_exp2_shared() macro
316 SCALE_XY(ppath->position); in gx_path_scale_exp2_shared()
323 SCALE_XY(((curve_segment *)pseg)->p1); in gx_path_scale_exp2_shared()
324 SCALE_XY(((curve_segment *)pseg)->p2); in gx_path_scale_exp2_shared()
326 SCALE_XY(pseg->pt); in gx_path_scale_exp2_shared()
329 #undef SCALE_XY in gx_path_scale_exp2_shared()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxpath2.c373 #define SCALE_XY(pt) gx_point_scale_exp2(&pt, log2_scale_x, log2_scale_y) in gx_path_scale_exp2_shared() macro
374 SCALE_XY(ppath->position); in gx_path_scale_exp2_shared()
381 SCALE_XY(((curve_segment *)pseg)->p1); in gx_path_scale_exp2_shared()
382 SCALE_XY(((curve_segment *)pseg)->p2); in gx_path_scale_exp2_shared()
385 SCALE_XY(pseg->pt); in gx_path_scale_exp2_shared()
388 #undef SCALE_XY in gx_path_scale_exp2_shared()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxpath2.c373 #define SCALE_XY(pt) gx_point_scale_exp2(&pt, log2_scale_x, log2_scale_y) in gx_path_scale_exp2_shared() macro
374 SCALE_XY(ppath->position); in gx_path_scale_exp2_shared()
381 SCALE_XY(((curve_segment *)pseg)->p1); in gx_path_scale_exp2_shared()
382 SCALE_XY(((curve_segment *)pseg)->p2); in gx_path_scale_exp2_shared()
385 SCALE_XY(pseg->pt); in gx_path_scale_exp2_shared()
388 #undef SCALE_XY in gx_path_scale_exp2_shared()
/dports/multimedia/gavl/gavl-1.4.0/gavl/
H A Dscale_context.c42 #define SCALE_XY 2 macro