Lines Matching refs:FcFontSet

58     typedef void FcFontSet;  typedef
93 FcFontSet* m_pOutlineSet;
103 FcFontSet* (*m_pFcFontList)(FcConfig*,FcPattern*,FcObjectSet*);
104 FcFontSet* (*m_pFcConfigGetFonts)(FcConfig*,FcSetName);
105 FcFontSet* (*m_pFcFontSetCreate)();
110 void (*m_pFcFontSetDestroy)(FcFontSet*);
111 FcBool (*m_pFcFontSetAdd)(FcFontSet*,FcPattern*);
119 FcPattern* (*m_pFcFontSetMatch)(FcConfig*,FcFontSet**, int, FcPattern*,FcResult*);
149 FcFontSet* getFontSet();
178 FcFontSet* FcFontList( FcConfig* pConfig, FcPattern* pPattern, FcObjectSet* pSet ) in FcFontList()
181 FcFontSet* FcConfigGetFonts( FcConfig* pConfig, FcSetName eSet) in FcConfigGetFonts()
184 FcFontSet* FcFontSetCreate() in FcFontSetCreate()
199 void FcFontSetDestroy( FcFontSet* pSet ) in FcFontSetDestroy()
202 FcBool FcFontSetAdd( FcFontSet* pSet, FcPattern* pPattern ) in FcFontSetAdd()
231 …FcPattern* FcFontSetMatch( FcConfig* pConfig, FcFontSet **ppFontSet, int nset, FcPattern* pPattern… in FcFontSetMatch()
303 m_pFcFontList = (FcFontSet*(*)(FcConfig*,FcPattern*,FcObjectSet*)) in FontCfgWrapper()
305 m_pFcConfigGetFonts = (FcFontSet*(*)(FcConfig*,FcSetName)) in FontCfgWrapper()
307 m_pFcFontSetCreate = (FcFontSet*(*)()) in FontCfgWrapper()
317 m_pFcFontSetDestroy = (void(*)(FcFontSet*)) in FontCfgWrapper()
319 m_pFcFontSetAdd = (FcBool(*)(FcFontSet*,FcPattern*)) in FontCfgWrapper()
341 m_pFcFontSetMatch = (FcPattern*(*)(FcConfig*,FcFontSet**,int,FcPattern*,FcResult*)) in FontCfgWrapper()
441 FcFontSet* pOrig = FcConfigGetFonts( FcConfigGetCurrent(), eSetName ); in addFontSet()
489 FcFontSet* FontCfgWrapper::getFontSet() in getFontSet()
710 FcFontSet* pFSet = rWrapper.getFontSet(); in countFontconfigFonts()
1042 FcFontSet* pFontSet = rWrapper.getFontSet(); in Substitute()
1046 FcFontSet* pSet = NULL; in Substitute()
1144 FcFontSet* pFontSet = rWrapper.getFontSet(); in getFontOptions()
1148 FcFontSet* pSet = rWrapper.FcFontSetCreate(); in getFontOptions()
1228 FcFontSet *pFontSet = rWrapper.getFontSet(); in matchFont()
1233 FcFontSet* pSet = rWrapper.FcFontSetCreate(); in matchFont()