OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vcgen_stroke
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/third_party/agg23/
agg_vcgen_stroke.h
21
class
vcgen_stroke
class in namespace:agg
39
vcgen_stroke
();
102
vcgen_stroke
(const
vcgen_stroke
&);
103
const
vcgen_stroke
& operator = (const
vcgen_stroke
&);
agg_vcgen_stroke.cpp
32
vcgen_stroke
::
vcgen_stroke
() :
function in class:agg::vcgen_stroke
48
void
vcgen_stroke
::remove_all()
54
void
vcgen_stroke
::add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd)
80
void
vcgen_stroke
::rewind(unsigned)
92
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 197 milliseconds