Lines Matching refs:FcCharLeaf
136 static FcCharLeaf *
150 FcCharLeaf *leaf,
228 FcCharLeaf *
232 FcCharLeaf *leaf;
238 leaf = calloc (1, sizeof (FcCharLeaf));
252 FcCharSetInsertLeaf (FcCharSet *fcs, FcChar32 ucs4, FcCharLeaf *leaf)
271 FcCharLeaf *leaf;
287 FcCharLeaf *leaf;
306 FcCharLeaf *leaf;
400 FcCharLeaf *leaf)
402 FcCharLeaf *new = FcCharSetFindLeafCreate (fcs, ucs4);
412 FcBool (*overlap) (FcCharLeaf *result,
413 const FcCharLeaf *al,
414 const FcCharLeaf *bl),
460 FcCharLeaf leaf;
479 FcCharSetIntersectLeaf (FcCharLeaf *result,
480 const FcCharLeaf *al,
481 const FcCharLeaf *bl)
499 FcCharSetUnionLeaf (FcCharLeaf *result,
500 const FcCharLeaf *al,
501 const FcCharLeaf *bl)
550 FcCharLeaf *bl = FcCharSetLeaf(b, bi);
558 FcCharLeaf *al = FcCharSetLeaf(a, ai);
571 FcCharSetSubtractLeaf (FcCharLeaf *result,
572 const FcCharLeaf *al,
573 const FcCharLeaf *bl)
593 FcCharLeaf *leaf;
1014 FcCharLeaf leaf;
1075 FcCharLeafHash (FcCharLeaf *leaf)
1085 static FcCharLeaf *
1086 FcCharSetFreezeLeaf (FcCharSetFreezer *freezer, FcCharLeaf *leaf)
1094 if (ent->hash == hash && !memcmp (&ent->leaf, leaf, sizeof (FcCharLeaf)))
1168 fcs->num * sizeof (FcCharLeaf *) +
1224 FcCharLeaf *l;
1335 sizeof (FcCharLeaf)))
1346 FcCharLeaf *leaf, *leaf_serialized;