Home
last modified time | relevance | path

Searched refs:IntLigne (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A Dint-line.h47 class IntLigne {
61 IntLigne();
62 virtual ~IntLigne();
73 void Booleen(IntLigne* a, IntLigne* b, BooleanOp mod);
75 void Copy(IntLigne* a);
H A Dint-line.cpp23 IntLigne::IntLigne() in IntLigne() function in IntLigne
35 IntLigne::~IntLigne() in ~IntLigne()
49 void IntLigne::Reset() in Reset()
82 float IntLigne::RemainingValAt(int at) in RemainingValAt()
94 void IntLigne::Flatten() in Flatten()
152 void IntLigne::Affiche() in Affiche()
180 void IntLigne::Booleen(IntLigne *a, IntLigne *b, BooleanOp mod) in Booleen()
443 void IntLigne::Copy(BitLigne* a) in Copy()
779 void IntLigne::Copy(IntLigne *a) in Copy()
959 void IntLigne::Enqueue(int no) in Enqueue()
[all …]
H A Dfloat-line.h20 class IntLigne; variable
102 void Copy(IntLigne *a);
H A Dfloat-line.cpp600 void FloatLigne::Copy(IntLigne *a) in Copy()