Home
last modified time | relevance | path

Searched refs:SpicePathSeg (Results 1 – 12 of 12) sorted by relevance

/dports/deskutils/spice-gtk/spice-gtk-0.37/subprojects/spice-common/common/
H A Ddraw.h68 typedef struct SpicePathSeg { struct
72 } SpicePathSeg; argument
76 SpicePathSeg *segments[0];
H A Dgenerated_server_marshallers.c1673 SpicePathSeg * *segments__element; in spice_marshall_Path()
1682 SpicePathSeg *src2; in spice_marshall_Path()
1684 src2 = (SpicePathSeg *)*segments__element; in spice_marshall_Path()
H A Dgenerated_client_demarshallers.c4455 segments__element__mem_size = sizeof(SpicePathSeg) + segments__element_points__mem_size; in validate_SpicePath()
4495 SpicePathSeg *out2; in parse_struct_SpicePath()
4498 out2 = (SpicePathSeg *)end; in parse_struct_SpicePath()
4499 end += sizeof(SpicePathSeg); in parse_struct_SpicePath()
H A Dcanvas_base.c3111 SpicePathSeg *seg = stroke->path->segments[i]; in canvas_draw_stroke()
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/common/
H A Ddraw.h68 typedef struct SpicePathSeg { struct
72 } SpicePathSeg; argument
76 SpicePathSeg *segments[0];
H A Dgenerated_server_marshallers.c1671 SpicePathSeg * *segments__element; in spice_marshall_Path()
1680 SpicePathSeg *src2; in spice_marshall_Path()
1682 src2 = (SpicePathSeg *)*segments__element; in spice_marshall_Path()
H A Dgenerated_client_demarshallers.c4477 segments__element__mem_size = sizeof(SpicePathSeg) + segments__element_points__mem_size; in validate_SpicePath()
4517 SpicePathSeg *out2; in parse_struct_SpicePath()
4520 out2 = (SpicePathSeg *)end; in parse_struct_SpicePath()
4521 end += sizeof(SpicePathSeg); in parse_struct_SpicePath()
H A Dcanvas_base.c2993 SpicePathSeg *seg = stroke->path->segments[i]; in canvas_draw_stroke()
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dred-parse-qxl.cpp239 SpicePathSeg *seg; in red_get_path()
271 segment_size = sizeof(SpicePathSeg) + (uint64_t) count * sizeof(SpicePointFix); in red_get_path()
272 mem_size += sizeof(SpicePathSeg *) + SPICE_ALIGN(segment_size, 4); in red_get_path()
284 seg = (SpicePathSeg*)&red->segments[n_segments]; in red_get_path()
294 mem_size2 += sizeof(SpicePathSeg) + (uint64_t) count * sizeof(SpicePointFix); in red_get_path()
304 seg = (SpicePathSeg*)(&seg->points[i]); in red_get_path()
H A Ddisplay-channel-private.h244 SpicePathSeg *seg1, *seg2; in is_equal_path()
/dports/deskutils/spice-gtk/spice-gtk-0.37/subprojects/spice-common/
H A Dspice.proto503 } @ctype(SpicePathSeg);
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/
H A Dspice.proto505 } @ctype(SpicePathSeg);