Lines Matching refs:fixed

69     gz_path_add_point(gx_path *, fixed, fixed),
70 gz_path_add_line_notes(gx_path *, fixed, fixed, segment_notes),
71 gz_path_add_curve_notes(gx_path *, fixed, fixed, fixed, fixed, fixed, fixed, segment_notes),
87 gz_path_bbox_add_point(gx_path *, fixed, fixed),
88 gz_path_bbox_add_line_notes(gx_path *, fixed, fixed, segment_notes),
89 … gz_path_bbox_add_curve_notes(gx_path *, fixed, fixed, fixed, fixed, fixed, fixed, segment_notes),
478 gz_path_bbox_add(gx_path * ppath, fixed x, fixed y) in gz_path_bbox_add()
497 gz_path_bbox_move(gx_path * ppath, fixed x, fixed y) in gz_path_bbox_move()
507 gx_path_add_point(gx_path * ppath, fixed x, fixed y) in gx_path_add_point()
512 gz_path_add_point(gx_path * ppath, fixed x, fixed y) in gz_path_add_point()
522 gz_path_bbox_add_point(gx_path * ppath, fixed x, fixed y) in gz_path_bbox_add_point()
530 gx_path_add_relative_point(gx_path * ppath, fixed dx, fixed dy) in gx_path_add_relative_point()
536 fixed nx = ppath->position.x + dx, ny = ppath->position.y + dy; in gx_path_add_relative_point()
560 gx_path_add_line_notes(gx_path * ppath, fixed x, fixed y, segment_notes notes) in gx_path_add_line_notes()
565 gz_path_add_line_notes(gx_path * ppath, fixed x, fixed y, segment_notes notes) in gz_path_add_line_notes()
582 gz_path_bbox_add_line_notes(gx_path * ppath, fixed x, fixed y, segment_notes notes) in gz_path_bbox_add_line_notes()
614 fixed x = ppts[i].x; in gx_path_add_lines_notes()
615 fixed y = ppts[i].y; in gx_path_add_lines_notes()
651 gx_path_add_rectangle(gx_path * ppath, fixed x0, fixed y0, fixed x1, fixed y1) in gx_path_add_rectangle()
671 fixed x1, fixed y1, fixed x2, fixed y2, fixed x3, fixed y3, in gx_path_add_curve_notes()
678 fixed x1, fixed y1, fixed x2, fixed y2, fixed x3, fixed y3, in gz_path_add_curve_notes()
706 fixed x1, fixed y1, fixed x2, fixed y2, fixed x3, fixed y3, in gz_path_bbox_add_curve_notes()
737 fixed x3, fixed y3, fixed xt, fixed yt, floatp fraction, segment_notes notes) in gx_path_add_partial_arc_notes()
739 fixed x0 = ppath->position.x, y0 = ppath->position.y; in gx_path_add_partial_arc_notes()
741 vd_curveto(x0 + (fixed) ((xt - x0) * fraction), in gx_path_add_partial_arc_notes()
742 y0 + (fixed) ((yt - y0) * fraction), in gx_path_add_partial_arc_notes()
743 x3 + (fixed) ((xt - x3) * fraction), in gx_path_add_partial_arc_notes()
744 y3 + (fixed) ((yt - y3) * fraction), in gx_path_add_partial_arc_notes()
747 x0 + (fixed) ((xt - x0) * fraction), in gx_path_add_partial_arc_notes()
748 y0 + (fixed) ((yt - y0) * fraction), in gx_path_add_partial_arc_notes()
749 x3 + (fixed) ((xt - x3) * fraction), in gx_path_add_partial_arc_notes()
750 y3 + (fixed) ((yt - y3) * fraction), in gx_path_add_partial_arc_notes()