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

/inkscape/src/
H A Dsp-item-notify-moveto.cpp12 #define return_if_fail(test) if (!(test)) { printf("WARNING: assertion '%s' failed", #test); return; } macro
23 return_if_fail(SP_IS_ITEM(&item));
24 return_if_fail( unsigned(snappoint_ix) < 8 );
27 return_if_fail( dir_lensq != 0 );
31 return_if_fail( snappoint_ix < int(snappoints.size()) );
H A Dcolor.cpp27 #define return_if_fail(x) if (!(x)) { printf("assertion failed: " #x); return; } macro
143 return_if_fail(r >= 0.0);
144 return_if_fail(r <= 1.0);
145 return_if_fail(g >= 0.0);
146 return_if_fail(g <= 1.0);
147 return_if_fail(b >= 0.0);
148 return_if_fail(b <= 1.0);
226 return_if_fail (color != NULL);
227 return_if_fail (rgb != NULL);
241 return_if_fail (colo
[all...]

Completed in 17 milliseconds