Searched defs:gx_path_s (Results 1 – 1 of 1) sorted by relevance
284 struct gx_path_s { struct298 gx_path_segments local_segments; argument301 gx_path_segments *segments; argument311 byte /*gx_path_state_flags*/ start_flags; /* flags of moveto */ argument312 byte /*gx_path_state_flags*/ state_flags; /* (see above) */ argument313 byte /*bool*/ bbox_set; /* true if setbbox is in effect */314 byte /*bool*/ bbox_accurate;/* true if bbox is accurate */315 byte _pad; /* just in case the compiler doesn't do it */316 int subpath_count;317 int curve_count;[all …]