Home
last modified time | relevance | path

Searched refs:conv_dash (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_conv_dash.h28 struct conv_dash : public conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> { struct
31 conv_dash(VertexSource& vs) : in conv_dash() argument
56 conv_dash(const conv_dash<VertexSource, Markers>&); argument
57 const conv_dash<VertexSource, Markers>&
58 operator = (const conv_dash<VertexSource, Markers>&); argument
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp154 typedef agg::conv_dash<agg::path_storage> dash_converter; in RasterizeStroke()