Lines Matching defs:stroker
550 void stroker_emit_move_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_emit_move_to()
567 void stroker_emit_line_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_emit_line_to()
583 void stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, in stroker_emit_curve_to()
614 static INLINE void create_round_join(struct stroker *stroker, in create_round_join()
632 static void create_joins(struct stroker *stroker, in create_joins()
750 static void stroker_add_segment(struct stroker *stroker, in stroker_add_segment()
798 void stroker_move_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_move_to()
814 void stroker_line_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_line_to()
827 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, in stroker_curve_to()
869 struct stroker *stroker, in vg_stroke_outline()
1023 static void stroker_process_subpath(struct stroker *stroker) in stroker_process_subpath()
1116 static INLINE VGfloat dash_pattern(struct dash_stroker *stroker, in dash_pattern()
1126 struct dash_stroker *stroker = (struct dash_stroker *)str; in dash_stroker_process_subpath() local
1240 static void default_begin(struct stroker *stroker) in default_begin()
1246 static void default_end(struct stroker *stroker) in default_end()
1253 static void dash_stroker_begin(struct stroker *stroker) in dash_stroker_begin()
1262 static void dash_stroker_end(struct stroker *stroker) in dash_stroker_end()
1271 void stroker_init(struct stroker *stroker, in stroker_init()
1301 struct dash_stroker *stroker = (struct dash_stroker *)str; in dash_stroker_init() local
1326 void stroker_begin(struct stroker *stroker) in stroker_begin()
1331 void stroker_end(struct stroker *stroker) in stroker_end()
1336 void stroker_cleanup(struct stroker *stroker) in stroker_cleanup()
1342 void dash_stroker_cleanup(struct dash_stroker *stroker) in dash_stroker_cleanup()