Lines Matching refs:line_style
161 draw_line_style line_style; in DrawF_Path() local
211 line_style.join_style=style.flags&3; in DrawF_Path()
212 line_style.end_cap_style=(style.flags&3)>>2; in DrawF_Path()
213 line_style.start_cap_style=(style.flags&3)>>4; in DrawF_Path()
214 line_style.reserved=0; in DrawF_Path()
215 line_style.mitre_limit=10; in DrawF_Path()
216 line_style.start_cap_width=style.cap_width; in DrawF_Path()
217 line_style.end_cap_width=style.cap_width; in DrawF_Path()
218 line_style.start_cap_length=style.cap_length; in DrawF_Path()
219 line_style.end_cap_length=style.cap_length; in DrawF_Path()
220 e=xdraw_process_path(thepath,0x70000000,0,0,width,&line_style,dash_pattern, in DrawF_Path()