Searched refs:FcCharSetLeaves (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fccharset.c | 84 free (FcCharSetLeaves (fcs)); 153 intptr_t *leaves = FcCharSetLeaves (fcs); 260 FcCharSetLeaves(fcs)[pos] = FcPtrToOffset (FcCharSetLeaves(fcs), 1186 ent_leaves = FcCharSetLeaves (&ent->set); 1248 free (FcCharSetLeaves (b)); 1324 leaves = FcCharSetLeaves (cs); 1365 leaves = FcCharSetLeaves (cs);
|
| H A D | fcint.h | 374 #define FcCharSetLeaves(c) FcOffsetMember(c,leaves_offset,intptr_t) macro 375 #define FcCharSetLeaf(c,i) (FcOffsetToPtr(FcCharSetLeaves(c), \ 376 FcCharSetLeaves(c)[i], \
|
| H A D | fcdbg.c | 157 intptr_t *leaves = FcCharSetLeaves (c);
|
| /xsrc/external/mit/fontconfig/include/ |
| H A D | fcint.h | 391 #define FcCharSetLeaves(c) FcOffsetMember(c,leaves_offset,intptr_t) macro 392 #define FcCharSetLeaf(c,i) (FcOffsetToPtr(FcCharSetLeaves(c), \ 393 FcCharSetLeaves(c)[i], \
|
Completed in 9 milliseconds