Searched defs:equals (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dgradient-drag.h65 inline int equals(GrDraggable *other) { function in struct:GrDraggable
/inkscape/src/extension/internal/
H A Dodf.h97 bool equals(const StyleInfo &other) function in class:Inkscape::Extension::Internal::StyleInfo
206 bool equals(const GradientInfo &other) function in class:Inkscape::Extension::Internal::GradientInfo
/inkscape/cxxtest/cxxtest/
H A DTestSuite.h45 bool equals( X x, Y y ) function in namespace:CxxTest
56 if ( !equals( x, y ) ) {
473 inline bool equals( CXXTEST_X x, CXXTEST_Y y ) { return (((CXXTEST_T)x) == ((CXXTEST_T)y)); } \
474 inline bool equals( CXXTEST_Y y, CXXTEST_X x ) { return (((CXXTEST_T)y) == ((CXXTEST_T)x)); } \

Completed in 80 milliseconds