Home
last modified time | relevance | path

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

/dports/deskutils/spice-gtk/spice-gtk-0.37/subprojects/spice-common/common/
H A Ddraw.h46 typedef struct SpicePointFix { struct
49 } SpicePointFix; argument
71 SpicePointFix points[0];
H A Dcanvas_base.c2888 SpicePointFix *point) in stroke_lines_append_fix()
2912 SpicePointFix point0, in subdivide_bezier()
2913 SpicePointFix point1, in subdivide_bezier()
2914 SpicePointFix point2, in subdivide_bezier()
2915 SpicePointFix point3) in subdivide_bezier()
2943 SpicePointFix point01, point23, point12, point012, point123, point0123; in subdivide_bezier()
2964 SpicePointFix *point1, in stroke_lines_append_bezier()
2965 SpicePointFix *point2, in stroke_lines_append_bezier()
2966 SpicePointFix *point3) in stroke_lines_append_bezier()
2968 SpicePointFix point0; in stroke_lines_append_bezier()
[all …]
H A Dgenerated_server_marshallers.c1683 SpicePointFix *points__element; in spice_marshall_Path()
1690 SpicePointFix *src3; in spice_marshall_Path()
1691 src3 = (SpicePointFix *)points__element; in spice_marshall_Path()
H A Dgenerated_client_demarshallers.c4451 … segments__element_points__mem_size = sizeof(SpicePointFix) * segments__element_points__nelements; in validate_SpicePath()
4505 SpicePointFix *out3; in parse_struct_SpicePath()
4506 out3 = (SpicePointFix *)end; in parse_struct_SpicePath()
4507 end += sizeof(SpicePointFix); in parse_struct_SpicePath()
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/common/
H A Ddraw.h46 typedef struct SpicePointFix { struct
49 } SpicePointFix; argument
71 SpicePointFix points[0];
H A Dcanvas_base.c2770 SpicePointFix *point) in stroke_lines_append_fix()
2794 SpicePointFix point0, in subdivide_bezier()
2795 SpicePointFix point1, in subdivide_bezier()
2796 SpicePointFix point2, in subdivide_bezier()
2797 SpicePointFix point3) in subdivide_bezier()
2825 SpicePointFix point01, point23, point12, point012, point123, point0123; in subdivide_bezier()
2846 SpicePointFix *point1, in stroke_lines_append_bezier()
2847 SpicePointFix *point2, in stroke_lines_append_bezier()
2848 SpicePointFix *point3) in stroke_lines_append_bezier()
2850 SpicePointFix point0; in stroke_lines_append_bezier()
[all …]
H A Dgenerated_server_marshallers.c1681 SpicePointFix *points__element; in spice_marshall_Path()
1688 SpicePointFix *src3; in spice_marshall_Path()
1689 src3 = (SpicePointFix *)points__element; in spice_marshall_Path()
H A Dgenerated_client_demarshallers.c4473 … segments__element_points__mem_size = sizeof(SpicePointFix) * segments__element_points__nelements; in validate_SpicePath()
4528 SpicePointFix *out3; in parse_struct_SpicePath()
4529 out3 = (SpicePointFix *)end; in parse_struct_SpicePath()
4530 end += sizeof(SpicePointFix); in parse_struct_SpicePath()
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dred-parse-qxl.cpp271 segment_size = sizeof(SpicePathSeg) + (uint64_t) count * sizeof(SpicePointFix); in red_get_path()
294 mem_size2 += sizeof(SpicePathSeg) + (uint64_t) count * sizeof(SpicePointFix); in red_get_path()