Searched refs:FcRefIsConst (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcatomic.h169 static inline FcBool FcRefIsConst (const FcRef *r) { return r->count == FC_REF_CONSTANT_VALUE; } function in typeref:typename:FcBool
H A Dfccharset.c73 if (FcRefIsConst (&fcs->ref))
274 if (fcs == NULL || FcRefIsConst (&fcs->ref))
290 if (fcs == NULL || FcRefIsConst (&fcs->ref))
366 if (!FcRefIsConst (&src->ref))
525 if (FcRefIsConst (&a->ref)) {
1310 if (!FcRefIsConst (&cs->ref))
1349 if (!FcRefIsConst (&cs->ref) && serialize->cs_freezer)
H A Dfcstr.c1568 if (FcRefIsConst (&set->ref))
1583 if (FcRefIsConst (&set->ref))
1598 if (FcRefIsConst (&set->ref))
H A Dfcpat.c430 if (FcRefIsConst (&p->ref))
632 if (FcRefIsConst (&p->ref))
684 if (FcRefIsConst (&p->ref))
1218 if (!FcRefIsConst (&p->ref))
H A Dfccache.c937 !FcRefIsConst (&font->ref))
H A Dfccfg.c3109 if (!FcRefIsConst (&rs->ref))

Completed in 39 milliseconds