Home
last modified time | relevance | path

Searched refs:float2fixed_rounded (Results 1 – 25 of 36) sorted by relevance

12

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxipixel.c261 row_extent.x = float2fixed_rounded(width * mat.xx); in gx_image_enum_begin()
264 float2fixed_rounded(width * mat.xy)); in gx_image_enum_begin()
267 float2fixed_rounded(height * mat.yx)); in gx_image_enum_begin()
268 col_extent.y = float2fixed_rounded(height * mat.yy); in gx_image_enum_begin()
280 x_extent.x = float2fixed_rounded(rw * mat.xx); in gx_image_enum_begin()
283 float2fixed_rounded(rw * mat.xy)); in gx_image_enum_begin()
286 float2fixed_rounded(rh * mat.yx)); in gx_image_enum_begin()
287 y_extent.y = float2fixed_rounded(rh * mat.yy); in gx_image_enum_begin()
H A Dgxfixed.h118 #define float2fixed_rounded(f) ((fixed)floor((f)*(float)fixed_scale + 0.5)) macro
H A Dgspath.c154 ppt->x = float2fixed_rounded(x); in clamp_point_aux()
155 ppt->y = float2fixed_rounded(y); in clamp_point_aux()
H A Dgsmatrix.c542 ppt->x = float2fixed_rounded(fpt.x); in gs_point_transform2fixed_rounding()
543 ppt->y = float2fixed_rounded(fpt.y); in gs_point_transform2fixed_rounding()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxipixel.c261 row_extent.x = float2fixed_rounded(width * mat.xx); in gx_image_enum_begin()
264 float2fixed_rounded(width * mat.xy)); in gx_image_enum_begin()
267 float2fixed_rounded(height * mat.yx)); in gx_image_enum_begin()
268 col_extent.y = float2fixed_rounded(height * mat.yy); in gx_image_enum_begin()
280 x_extent.x = float2fixed_rounded(rw * mat.xx); in gx_image_enum_begin()
283 float2fixed_rounded(rw * mat.xy)); in gx_image_enum_begin()
286 float2fixed_rounded(rh * mat.yx)); in gx_image_enum_begin()
287 y_extent.y = float2fixed_rounded(rh * mat.yy); in gx_image_enum_begin()
H A Dgxfixed.h118 #define float2fixed_rounded(f) ((fixed)floor((f)*(float)fixed_scale + 0.5)) macro
H A Dgspath.c154 ppt->x = float2fixed_rounded(x); in clamp_point_aux()
155 ppt->y = float2fixed_rounded(y); in clamp_point_aux()
H A Dgsmatrix.c542 ppt->x = float2fixed_rounded(fpt.x); in gs_point_transform2fixed_rounding()
543 ppt->y = float2fixed_rounded(fpt.y); in gs_point_transform2fixed_rounding()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxipixel.c445 row_extent.x = float2fixed_rounded(width * mat.xx); in gx_image_enum_begin()
448 float2fixed_rounded(width * mat.xy)); in gx_image_enum_begin()
451 float2fixed_rounded(height * mat.yx)); in gx_image_enum_begin()
452 col_extent.y = float2fixed_rounded(height * mat.yy); in gx_image_enum_begin()
464 x_extent.x = float2fixed_rounded(rw * mat.xx); in gx_image_enum_begin()
467 float2fixed_rounded(rw * mat.xy)); in gx_image_enum_begin()
470 float2fixed_rounded(rh * mat.yx)); in gx_image_enum_begin()
471 y_extent.y = float2fixed_rounded(rh * mat.yy); in gx_image_enum_begin()
H A Dgzpath.h380 ((ppt)->x = float2fixed_rounded(pgs->current_point.x), \
381 (ppt)->y = float2fixed_rounded(pgs->current_point.y), 0) )
H A Dgxfixed.h119 #define float2fixed_rounded(f) ((fixed)floor((f)*(float)fixed_scale + 0.5)) macro
H A Dgspath.c145 ppt->x = float2fixed_rounded(x); in clamp_point_aux()
146 ppt->y = float2fixed_rounded(y); in clamp_point_aux()
H A Dgsmatrix.c544 ppt->x = float2fixed_rounded(fpt.x); in gs_point_transform2fixed_rounding()
545 ppt->y = float2fixed_rounded(fpt.y); in gs_point_transform2fixed_rounding()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxipixel.c445 row_extent.x = float2fixed_rounded(width * mat.xx); in gx_image_enum_begin()
448 float2fixed_rounded(width * mat.xy)); in gx_image_enum_begin()
451 float2fixed_rounded(height * mat.yx)); in gx_image_enum_begin()
452 col_extent.y = float2fixed_rounded(height * mat.yy); in gx_image_enum_begin()
464 x_extent.x = float2fixed_rounded(rw * mat.xx); in gx_image_enum_begin()
467 float2fixed_rounded(rw * mat.xy)); in gx_image_enum_begin()
470 float2fixed_rounded(rh * mat.yx)); in gx_image_enum_begin()
471 y_extent.y = float2fixed_rounded(rh * mat.yy); in gx_image_enum_begin()
H A Dgzpath.h380 ((ppt)->x = float2fixed_rounded(pgs->current_point.x), \
381 (ppt)->y = float2fixed_rounded(pgs->current_point.y), 0) )
H A Dgxfixed.h119 #define float2fixed_rounded(f) ((fixed)floor((f)*(float)fixed_scale + 0.5)) macro
H A Dgspath.c145 ppt->x = float2fixed_rounded(x); in clamp_point_aux()
146 ppt->y = float2fixed_rounded(y); in clamp_point_aux()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgzpath.h376 ((ppt)->x = float2fixed_rounded(pgs->current_point.x), \
377 (ppt)->y = float2fixed_rounded(pgs->current_point.y), 0) )
H A Dgxfixed.h121 #define float2fixed_rounded(f) ((fixed)floor((f)*(float)fixed_scale + 0.5)) macro
H A Dgspath.c145 ppt->x = float2fixed_rounded(x); in clamp_point_aux()
146 ppt->y = float2fixed_rounded(y); in clamp_point_aux()
H A Dgsmatrix.c546 ppt->x = float2fixed_rounded(fpt.x); in gs_point_transform2fixed_rounding()
547 ppt->y = float2fixed_rounded(fpt.y); in gs_point_transform2fixed_rounding()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgzpath.h376 ((ppt)->x = float2fixed_rounded(pgs->current_point.x), \
377 (ppt)->y = float2fixed_rounded(pgs->current_point.y), 0) )
H A Dgxfixed.h121 #define float2fixed_rounded(f) ((fixed)floor((f)*(float)fixed_scale + 0.5)) macro
H A Dgspath.c145 ppt->x = float2fixed_rounded(x); in clamp_point_aux()
146 ppt->y = float2fixed_rounded(y); in clamp_point_aux()
H A Dgsmatrix.c546 ppt->x = float2fixed_rounded(fpt.x); in gs_point_transform2fixed_rounding()
547 ppt->y = float2fixed_rounded(fpt.y); in gs_point_transform2fixed_rounding()

12