Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_conv_adaptor_vcgen.h33 class Markers = null_markers> class conv_adaptor_vcgen
41 conv_adaptor_vcgen(VertexSource& source) : in conv_adaptor_vcgen() function
72 conv_adaptor_vcgen(const conv_adaptor_vcgen<VertexSource, Generator, Markers>&);
73 const conv_adaptor_vcgen<VertexSource, Generator, Markers>&
74 operator = (const conv_adaptor_vcgen<VertexSource, Generator, Markers>&);
84 unsigned conv_adaptor_vcgen<VertexSource, Generator, Markers>::vertex(FX_FLOAT* x, FX_FLOAT* y) in vertex()
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()
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()