Searched refs:AlphaLigne (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/livarot/
H A DAlphaLigne.h2 * AlphaLigne.h
28 class AlphaLigne { class
47 AlphaLigne(int iMin,int iMax);
48 virtual ~AlphaLigne(void);
H A DAlphaLigne.cpp2 * 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 DShape.h53 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 DShapeRaster.cpp12 #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 42 milliseconds