HomeSort by relevance Sort by last modified time
    Searched refs:vcgen_stroke (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
agg_vcgen_stroke.h 21 class vcgen_stroke : public CFX_Object class in namespace:agg
39 vcgen_stroke();
102 vcgen_stroke(const vcgen_stroke&);
103 const vcgen_stroke& operator = (const vcgen_stroke&);
fx_agg_vcgen_stroke.cpp 30 vcgen_stroke::vcgen_stroke() : function in class:agg::vcgen_stroke
46 void vcgen_stroke::remove_all()
52 void vcgen_stroke::add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd)
78 void vcgen_stroke::rewind(unsigned)
90 unsigned vcgen_stroke::vertex(FX_FLOAT* x, FX_FLOAT* y)
agg_conv_stroke.h 29 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)

Completed in 2097 milliseconds