Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_conv_stroke.h28 struct conv_stroke : struct
32 conv_stroke(VertexSource& vs) : in conv_stroke() argument
105 conv_stroke(const conv_stroke<VertexSource, Markers>&); argument
106 const conv_stroke<VertexSource, Markers>&
107 operator = (const conv_stroke<VertexSource, Markers>&); argument
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp297 typedef agg::conv_stroke<dash_converter> dash_stroke; in RasterizeStroke()
306 agg::conv_stroke<agg::path_storage> stroke(*path_data); in RasterizeStroke()