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

/inkscape/src/
H A Dconditions.cpp147 static gchar const *_supported_features[] = { local
218 for ( unsigned int i = 0 ; i < sizeof(_supported_features)/sizeof(_supported_features[0]); i++ ) {
219 if ( 0 == strcasecmp(feature, _supported_features[0]) )
226 static gchar const *_supported_features[] = { local
236 for ( unsigned int i = 0 ; i < sizeof(_supported_features)/sizeof(_supported_features[0]); i++ ) {
237 if ( 0 == strcasecmp(feature, _supported_features[0]) )

Completed in 38 milliseconds