Searched refs:FcCharSetLeaf (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfccharset.c81 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 Dfclang.c134 if (FcCharSetLeaf(&fcLangCharSets[i].charset, j) !=
135 FcCharSetLeaf(exclusiveCharset, j))
H A Dfcint.h375 #define FcCharSetLeaf(c,i) (FcOffsetToPtr(FcCharSetLeaves(c), \ macro
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h392 #define FcCharSetLeaf(c,i) (FcOffsetToPtr(FcCharSetLeaves(c), \ macro

Completed in 8 milliseconds