Sync to AGG tree to support stippi's Painter classes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10693 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -34,11 +34,12 @@ namespace agg
|
||||
void approximation_scale(double s) { m_approximation_scale = s; }
|
||||
double approximation_scale() const { return m_approximation_scale; }
|
||||
|
||||
void reset() { m_cmd = path_cmd_stop; }
|
||||
static bool auto_close() { return false; }
|
||||
static bool auto_unclose() { return false; }
|
||||
|
||||
void reset() { m_cmd = path_cmd_stop; }
|
||||
void move_to(double x, double y);
|
||||
void line_to(double x, double y);
|
||||
|
||||
unsigned vertex(double* x, double* y);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user