Home | History | Annotate | Download | only in vega

Lines Matching defs:stroker

32 #include "stroker.h"
476 struct stroker *stroker = (struct stroker*)cb->user_data;
477 stroker_line_to(stroker, x, y);
482 struct stroker *stroker = (struct stroker*)cb->user_data;
483 stroker_curve_to(stroker,
491 struct stroker *stroker = (struct stroker*)cb->user_data;
492 stroker_emit_line_to(stroker, x, y);
497 struct stroker *stroker = (struct stroker*)cb->user_data;
498 stroker_emit_curve_to(stroker,
670 struct stroker *stroke,
684 struct stroker *stroker,
692 cb.user_data = stroker;