Home | History | Annotate | Download | only in vega

Lines Matching refs:fwit

1027    struct stroke_iterator fwit;
1036 stroke_forward_iterator(&fwit, stroker->segments,
1041 debug_assert(fwit.cmds[0] == VG_MOVE_TO_ABS);
1043 fwclosed = vg_stroke_outline(&fwit, stroker, VG_FALSE, fw_start_tangent);
1048 fwit.coords[0], fwit.coords[1], fw_start_tangent,
1057 struct stroke_iterator *it = &fwit;