Home | History | Annotate | Download | only in ports

Lines Matching refs:hasId

198     FcBool hasId = true;
199 for (int i = 0; hasId && i < id; ++i) {
200 hasId = FcPatternRemove(minimal, object, 0);
202 if (!hasId) {
210 while (hasId) {
211 hasId = FcPatternRemove(minimal, object, 1);