Searched refs:FcFontSet (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontconfig.h239 } FcFontSet; typedef in typeref:struct:_FcFontSet
307 FcPublic FcFontSet *
377 FcPublic FcFontSet *
475 FcFontSetPrint (const FcFontSet *s);
486 FcFileScan (FcFontSet *set,
494 FcDirScan (FcFontSet *set,
502 FcDirSave (FcFontSet *set, FcStrSet *dirs, const FcChar8 *dir);
522 FcPublic FcFontSet *
526 FcFontSetDestroy (FcFontSet *s);
529 FcFontSetAdd (FcFontSet *
[all...]
H A Dfontpath.c684 typedef FcFontSet* (*FcFontListFuncType)(FcConfig *config,
701 typedef void (*FcFontSetDestroyFuncType)(FcFontSet *s);
713 typedef FcFontSet* (*FcFontSetCreateFuncType)();
714 typedef FcBool (*FcFontSetAddFuncType)(FcFontSet *s, FcPattern *font);
720 typedef FcFontSet* (*FcFontSortFuncType)(FcConfig *config,
752 FcFontSet *fontSet;
1148 FcFontSet* fontset;

Completed in 35 milliseconds