Searched refs:shorten (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_conv_marker_adaptor.h39 void shorten(double s) { base_type::generator().shorten(s); } function in struct:agg::conv_marker_adaptor
40 double shorten() const { return base_type::generator().shorten(); } function in struct:agg::conv_marker_adaptor
H A Dagg_conv_shorten_path.h38 void shorten(double s) { base_type::generator().shorten(s); } function in class:agg::conv_shorten_path
39 double shorten() const { return base_type::generator().shorten(); } function in class:agg::conv_shorten_path
H A Dagg_conv_dash.h56 void shorten(double s) { base_type::generator().shorten(s); } function in struct:agg::conv_dash
57 double shorten() const { return base_type::generator().shorten(); } function in struct:agg::conv_dash
H A Dagg_vcgen_dash.h56 void shorten(double s) { m_shorten = s; } function in class:agg::vcgen_dash
57 double shorten() const { return m_shorten; } function in class:agg::vcgen_dash
H A Dagg_conv_stroke.h61 void shorten(double s) { base_type::generator().shorten(s); } function in struct:agg::conv_stroke
62 double shorten() const { return base_type::generator().shorten(); } function in struct:agg::conv_stroke
H A Dagg_vcgen_vertex_sequence.h49 void shorten(double s) { m_shorten = s; } function in class:agg::vcgen_vertex_sequence
50 double shorten() const { return m_shorten; } function in class:agg::vcgen_vertex_sequence
H A Dagg_vcgen_stroke.h73 void shorten(double s) { m_shorten = s; } function in class:agg::vcgen_stroke
74 double shorten() const { return m_shorten; } function in class:agg::vcgen_stroke
/haiku/src/libs/icon/transformer/
H A DStrokeTransformer.cpp66 if (archive->FindDouble("shorten", &value) == B_OK)
67 shorten(value);
87 clone->shorten(shorten());
164 ret = into->AddDouble("shorten",shorten());
204 // // shorten
206 // shorten()));
247 // shorten
248 float s = object->Value(PROPERTY_STROKE_SHORTEN, (float)shorten());
[all...]

Completed in 62 milliseconds