Searched refs:FcCharSetLeaf (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fccharset.c | 81 free (FcCharSetLeaf (fcs, i)); 141 return FcCharSetLeaf(fcs, pos); 236 return FcCharSetLeaf(fcs, pos); 259 free (FcCharSetLeaf (fcs, pos)); 331 iter->leaf = FcCharSetLeaf(fcs, pos); 347 iter->leaf = FcCharSetLeaf(fcs, pos); 550 FcCharLeaf *bl = FcCharSetLeaf(b, bi); 558 FcCharLeaf *al = FcCharSetLeaf(a, ai); 735 FcChar32 *am = FcCharSetLeaf(a, ai)->map; 736 FcChar32 *bm = FcCharSetLeaf( [all...] |
| H A D | fclang.c | 134 if (FcCharSetLeaf(&fcLangCharSets[i].charset, j) != 135 FcCharSetLeaf(exclusiveCharset, j))
|
| H A D | fcint.h | 375 #define FcCharSetLeaf(c,i) (FcOffsetToPtr(FcCharSetLeaves(c), \ macro
|
| /xsrc/external/mit/fontconfig/include/ |
| H A D | fcint.h | 392 #define FcCharSetLeaf(c,i) (FcOffsetToPtr(FcCharSetLeaves(c), \ macro
|
Completed in 8 milliseconds