Searched refs:cInf (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libavoid/
H A Dconnector.h403 extern bool validateBendPoint(VertInf *aInf, VertInf *bInf, VertInf *cInf);
H A Dconnector.cpp616 bool validateBendPoint(VertInf *aInf, VertInf *bInf, VertInf *cInf) argument
620 if ((aInf == NULL) || (cInf == NULL))
634 Point& c = cInf->point;

Completed in 18 milliseconds