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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfccharset.c33 FcCharSet *fcs; local in function:FcCharSetCreate
35 fcs = (FcCharSet *) malloc (sizeof (FcCharSet));
36 if (!fcs)
38 FcRefInit (&fcs->ref, 1);
39 fcs->num = 0;
40 fcs->leaves_offset = 0;
41 fcs->numbers_offset = 0;
42 return fcs;
48 FcCharSet *fcs = (FcCharSet *) vbuf; local in function:FcCharSetPromote
52 FcRefSetConst (&fcs
67 FcCharSetDestroy(FcCharSet * fcs) argument
99 FcCharSetFindLeafForward(const FcCharSet * fcs,int start,FcChar16 num) argument
131 FcCharSetFindLeafPos(const FcCharSet * fcs,FcChar32 ucs4) argument
137 FcCharSetFindLeaf(const FcCharSet * fcs,FcChar32 ucs4) argument
148 FcCharSetPutLeaf(FcCharSet * fcs,FcChar32 ucs4,FcCharLeaf * leaf,int pos) argument
229 FcCharSetFindLeafCreate(FcCharSet * fcs,FcChar32 ucs4) argument
252 FcCharSetInsertLeaf(FcCharSet * fcs,FcChar32 ucs4,FcCharLeaf * leaf) argument
260 FcCharSetLeaves(fcs)[pos] = FcPtrToOffset (FcCharSetLeaves(fcs), local in function:FcCharSetInsertLeaf
269 FcCharSetAddChar(FcCharSet * fcs,FcChar32 ucs4) argument
285 FcCharSetDelChar(FcCharSet * fcs,FcChar32 ucs4) argument
316 FcCharSetIterSet(const FcCharSet * fcs,FcCharSetIter * iter) argument
336 FcCharSetIterNext(const FcCharSet * fcs,FcCharSetIter * iter) argument
354 FcCharSetIterStart(const FcCharSet * fcs,FcCharSetIter * iter) argument
398 FcCharSetAddLeaf(FcCharSet * fcs,FcChar32 ucs4,FcCharLeaf * leaf) argument
418 FcCharSet *fcs; local in function:FcCharSetOperate
591 FcCharSetHasChar(const FcCharSet * fcs,FcChar32 ucs4) argument
1109 FcCharSetHash(FcCharSet * fcs) argument
1140 FcCharSetFreezeBase(FcCharSetFreezer * freezer,FcCharSet * fcs) argument
1220 FcCharSetFreeze(FcCharSetFreezer * freezer,const FcCharSet * fcs) argument
[all...]
H A Dfcfreetype.c2599 FcCharSet *fcs; local in function:FcFreeTypeCharSet
2602 fcs = FcCharSetCreate ();
2603 if (!fcs)
2637 FcCharSetAddChar (fcs, ucs4);
2641 leaf = FcCharSetFindLeafCreate (fcs, ucs4);
2664 if (FcCharSetHasChar (fcs, ucs4))
2665 FcCharSetAddChar (fcs, ucs4 - 0xF000);
2674 FC_Has = FcCharSetHasChar (fcs, ucs4);
2684 return fcs;
2686 FcCharSetDestroy (fcs);
[all...]
H A Dfcint.h808 FcCharSetFreeze (FcCharSetFreezer *freezer, const FcCharSet *fcs);
830 FcCharSetFindLeafCreate (FcCharSet *fcs, FcChar32 ucs4);
/xsrc/external/mit/fontconfig/dist/fc-validate/
H A Dfc-validate.c182 FcCharSet *fcs, *fcs_sub; local in function:main
195 fcs = FcFreeTypeCharSet (face, NULL);
196 fcs_sub = FcCharSetSubtract (fcs_lang, fcs);
237 FcCharSetDestroy (fcs);
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h509 FcCharSetDestroy (FcCharSet *fcs);
512 FcCharSetAddChar (FcCharSet *fcs, FcChar32 ucs4);
515 FcCharSetDelChar (FcCharSet *fcs, FcChar32 ucs4);
536 FcCharSetHasChar (const FcCharSet *fcs, FcChar32 ucs4);
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h825 FcCharSetFreeze (FcCharSetFreezer *freezer, const FcCharSet *fcs);
847 FcCharSetFindLeafCreate (FcCharSet *fcs, FcChar32 ucs4);

Completed in 17 milliseconds