Home
last modified time | relevance | path

Searched refs:vcgen_stroke (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_vcgen_stroke.h21 class vcgen_stroke
39 vcgen_stroke();
102 vcgen_stroke(const vcgen_stroke&);
103 const vcgen_stroke& operator = (const vcgen_stroke&);
Dagg_vcgen_stroke.cpp31 vcgen_stroke::vcgen_stroke() : in vcgen_stroke() function in agg::vcgen_stroke
47 void vcgen_stroke::remove_all() in remove_all()
53 void vcgen_stroke::add_vertex(float x, float y, unsigned cmd) in add_vertex()
78 void vcgen_stroke::rewind(unsigned) in rewind()
90 unsigned vcgen_stroke::vertex(float* x, float* y) in vertex()
Dagg_conv_stroke.h29 public conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers> {
31 typedef conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers> base_type;
33 conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers>(vs) in conv_stroke()