Searched refs:AlphaLigne (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/livarot/ |
H A D | AlphaLigne.h | 2 * AlphaLigne.h 28 class AlphaLigne { class 47 AlphaLigne(int iMin,int iMax); 48 virtual ~AlphaLigne(void);
|
H A D | AlphaLigne.cpp | 2 * AlphaLigne.cpp 10 #include "AlphaLigne.h" 17 AlphaLigne::AlphaLigne(int iMin,int iMax) function in class:AlphaLigne 29 AlphaLigne::~AlphaLigne(void) 35 void AlphaLigne::Affiche(void) 45 void AlphaLigne::Reset(void) 57 int AlphaLigne::AddBord(float spos,float sval,float epos,float eval,float tPente) 215 int AlphaLigne [all...] |
H A D | Shape.h | 53 class AlphaLigne; 313 void Scan(float &pos, int &curP, float to, AlphaLigne *line, bool exact, float step); 317 void QuickScan(float &pos, int &curP, float to, AlphaLigne* line, float step); 514 void DestroyEdge(int no, AlphaLigne *line); 515 void AvanceEdge(int no, float to, AlphaLigne *line, bool exact, float step);
|
H A D | ShapeRaster.cpp | 12 #include "AlphaLigne.h" 1122 void Shape::Scan(float &pos, int &curP, float to, AlphaLigne *line, bool exact, float step) 1521 void Shape::QuickScan(float &pos, int &curP, float to, AlphaLigne* line, float step) 1839 void Shape::DestroyEdge(int no, AlphaLigne* line) 1882 void Shape::AvanceEdge(int no, float to, AlphaLigne *line, bool exact, float step)
|
Completed in 484 milliseconds