Home | History | Annotate | Download | only in agg23

Lines Matching refs:FX_FLOAT

41     void add_dash(FX_FLOAT dash_len, FX_FLOAT gap_len);
42 void dash_start(FX_FLOAT ds);
43 void shorten(FX_FLOAT s)
52 void add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd);
54 unsigned vertex(FX_FLOAT* x, FX_FLOAT* y);
58 void calc_dash_start(FX_FLOAT ds);
59 FX_FLOAT m_dashes[max_dashes];
60 FX_FLOAT m_total_dash_len;
62 FX_FLOAT m_dash_start;
63 FX_FLOAT m_shorten;
64 FX_FLOAT m_curr_dash_start;
66 FX_FLOAT m_curr_rest;