Searched refs:strneq (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/ |
H A D | strneq.h | 8 strneq(char const *a, char const *b, size_t n) function
|
H A D | style-internal.cpp | 38 #include "strneq.h" 1189 if ( strneq(str, "url", 3) ) { 1254 if (strneq(str, "icc-color(", 10)) { 1658 } else if (strneq(str, "url", 3)) { 2482 if ((slen == 9) && strneq(hstr, "underline", slen)){ found_underline = true; break; } 2483 if ((slen == 8) && strneq(hstr, "overline", slen)){ found_overline = true; break; } 2484 if ((slen == 12) && strneq(hstr, "line-through", slen)){ found_line_through = true; break; } 2485 if ((slen == 5) && strneq(hstr, "blink", slen)){ found_blink = true; break; } 2486 if ((slen == 4) && strneq(hstr, "none", slen)){ break; } 2619 if ( (slen == 5) && strneq(hst [all...] |
H A D | sp-object.cpp | 34 #include "strneq.h" 1370 && !(strneq(p, "inherit", inherit_len)
|
/inkscape/src/filters/ |
H A D | flood.cpp | 15 #include "strneq.h" 82 if (strneq(cend_ptr, "icc-color(", 10)) {
|
H A D | diffuselighting.cpp | 17 #include "strneq.h" 150 if (strneq(cend_ptr, "icc-color(", 10)) {
|
H A D | specularlighting.cpp | 17 #include "strneq.h" 165 if (strneq(cend_ptr, "icc-color(", 10)) {
|
/inkscape/src/svg/ |
H A D | svg-color.cpp | 30 #include "strneq.h" 250 } else if (strneq(str, "rgb(", 4)) { 313 } else if (strneq(str, "hsl(", 4)) { 567 good = strneq( str, "icc-color(", 10 );
|
/inkscape/src/extension/internal/ |
H A D | gimpgrad.cpp | 27 #include "strneq.h" 156 if (!strneq(tempstr, "Name: ", 6)) {
|
Completed in 476 milliseconds