Searched refs:conv_dash (Results 1 – 2 of 2) sorted by relevance
28 struct conv_dash : public conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> { struct31 conv_dash(VertexSource& vs) : in conv_dash() argument56 conv_dash(const conv_dash<VertexSource, Markers>&); argument57 const conv_dash<VertexSource, Markers>&58 operator = (const conv_dash<VertexSource, Markers>&); argument
154 typedef agg::conv_dash<agg::path_storage> dash_converter; in RasterizeStroke()