Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_vcgen_dash.cpp26 vcgen_dash::vcgen_dash() : in vcgen_dash() function in agg::vcgen_dash
39 void vcgen_dash::remove_all_dashes() in remove_all_dashes()
46 void vcgen_dash::add_dash(float dash_len, float gap_len) in add_dash()
54 void vcgen_dash::dash_start(float ds) in dash_start()
59 void vcgen_dash::calc_dash_start(float ds) in calc_dash_start()
77 void vcgen_dash::remove_all() in remove_all()
83 void vcgen_dash::add_vertex(float x, float y, unsigned cmd) in add_vertex()
96 void vcgen_dash::rewind(unsigned) in rewind()
105 unsigned vcgen_dash::vertex(float* x, float* y) in vertex()
Dagg_vcgen_dash.h26 class vcgen_dash
39 vcgen_dash();
56 vcgen_dash(const vcgen_dash&);
57 const vcgen_dash& operator = (const vcgen_dash&);
Dagg_conv_dash.h28 struct conv_dash : public conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> {
30 typedef conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> base_type;
32 conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers>(vs) in conv_dash()