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

/inkscape/src/
H A Dsp-hatch.cpp236 bool matched = false; local
237 for (SPObject const *child = hatch->firstChild(); child && !matched; child = child->getNext() ) {
240 matched = true;
243 return matched;
H A Drdf.cpp962 bool * matched = (bool*)calloc(count,sizeof(bool)); local
977 // skip already matched items
978 if (matched[i]) continue;
989 matched[i]=TRUE;
1002 printf("\t\tno '%s' element matched XML (bong)!\n",license->name);
1012 if (matched[i]==0) {
1024 free(matched);
1027 if (result) printf("matched '%s'\n",license->name);

Completed in 229 milliseconds