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

/inkscape/src/libdepixelize/priv/
H A Dbranchless.h39 T first_if(T first, T second, bool cond) argument
41 return cond ? first : second;
/inkscape/src/2geom/
H A Dconic_section_clipper_impl.h60 #define DBGPRINTIF(cond, msg, var) \
61 if (cond) \
78 #define DBGPRINTIF(cond, msg, var)
/inkscape/src/extension/internal/
H A Dodf.cpp330 double cond();
846 double SingularValueDecomposition::cond() function in class:Inkscape::Extension::Internal::SingularValueDecomposition
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1087 bool cond = closest ? (dist < extr_dist) : (dist > extr_dist); local
1088 if (cond) {

Completed in 36 milliseconds