Searched refs:condition (Results 1 - 7 of 7) sorted by relevance

/inkscape/packaging/wix/
H A Dfiles.py48 def ComponentGroup(name, condition, level):
50 add componentgroup that contain all items from file_ids that match condition
54 keys = [k for k in file_ids.keys() if condition in k]
/inkscape/src/extension/implementation/
H A Dscript.h89 bool read(Glib::IOCondition condition);
H A Dscript.cpp1131 bool Script::file_listener::read(Glib::IOCondition condition) { argument
1132 if (condition != Glib::IO_IN) {
/inkscape/src/libcroco/
H A Dcr-tknzr.c205 *Tests the condition and if it is false, sets
208 *@param condition the condition to test.
210 #define ENSURE_PARSING_COND(condition) \
211 if (! (condition)) {status = CR_PARSING_ERROR; goto error ;}
458 /* Stop condition: next_char == '*' */
467 /* Stop condition: next_char != '*' */
480 /* Stop condition: next_char = '*', no need to verify, because peek and read exit to error anyway */
489 /* Continue condition: next_char != '*' */
491 /* Stop condition
[all...]
H A Dcr-parser.c304 *Tests the condition and if it is false, sets
307 *@param condition the condition to test.
309 #define ENSURE_PARSING_COND(condition) \
310 if (! (condition)) {status = CR_PARSING_ERROR; goto error ;}
/inkscape/src/2geom/
H A Dcoord.cpp74 #define ASSERT(condition) \
75 assert(condition);
1748 while (rest < small_distance && // Negated condition 1
1749 unsafe_interval - rest >= ten_kappa && // Negated condition 2
/inkscape/
H A Dbuildtool.cpp228 #define FAIL_IF(condition, error_code) if (condition) return (error_code)

Completed in 62 milliseconds