Lines Matching refs:FcConfig

55     typedef void FcConfig;  typedef
98 FcConfig* (*m_pFcConfigGetCurrent)();
103 FcFontSet* (*m_pFcFontList)(FcConfig*,FcPattern*,FcObjectSet*);
104 FcFontSet* (*m_pFcConfigGetFonts)(FcConfig*,FcSetName);
119 FcPattern* (*m_pFcFontSetMatch)(FcConfig*,FcFontSet**, int, FcPattern*,FcResult*);
120 FcPattern* (*m_pFcFontMatch)(FcConfig*,FcPattern*,FcResult*);
121 FcBool (*m_pFcConfigAppFontAddFile)(FcConfig*, const FcChar8*);
122 FcBool (*m_pFcConfigAppFontAddDir)(FcConfig*, const FcChar8*);
123 FcBool (*m_pFcConfigParseAndLoad)(FcConfig*,const FcChar8*,FcBool);
124 FcBool (*m_pFcConfigSubstitute)(FcConfig*,FcPattern*,FcMatchKind);
157 FcConfig* FcConfigGetCurrent() in FcConfigGetCurrent()
178 FcFontSet* FcFontList( FcConfig* pConfig, FcPattern* pPattern, FcObjectSet* pSet ) in FcFontList()
181 FcFontSet* FcConfigGetFonts( FcConfig* pConfig, FcSetName eSet) in FcConfigGetFonts()
222 FcBool FcConfigAppFontAddFile( FcConfig* pConfig, const FcChar8* pFileName ) in FcConfigAppFontAddFile()
224 FcBool FcConfigAppFontAddDir(FcConfig* pConfig, const FcChar8* pDirName ) in FcConfigAppFontAddDir()
226 FcBool FcConfigParseAndLoad( FcConfig* pConfig, const FcChar8* pFileName, FcBool bComplain ) in FcConfigParseAndLoad()
231 …FcPattern* FcFontSetMatch( FcConfig* pConfig, FcFontSet **ppFontSet, int nset, FcPattern* pPattern… in FcFontSetMatch()
233 FcPattern* FcFontMatch( FcConfig* pConfig, FcPattern* pPattern, FcResult* pResult ) in FcFontMatch()
235 FcBool FcConfigSubstitute( FcConfig* pConfig, FcPattern* pPattern, FcMatchKind eKind ) in FcConfigSubstitute()
293 m_pFcConfigGetCurrent = (FcConfig *(*)()) in FontCfgWrapper()
303 m_pFcFontList = (FcFontSet*(*)(FcConfig*,FcPattern*,FcObjectSet*)) in FontCfgWrapper()
305 m_pFcConfigGetFonts = (FcFontSet*(*)(FcConfig*,FcSetName)) in FontCfgWrapper()
333 m_pFcConfigAppFontAddFile = (FcBool(*)(FcConfig*, const FcChar8*)) in FontCfgWrapper()
335 m_pFcConfigAppFontAddDir = (FcBool(*)(FcConfig*, const FcChar8*)) in FontCfgWrapper()
337 m_pFcConfigParseAndLoad = (FcBool(*)(FcConfig*, const FcChar8*, FcBool)) in FontCfgWrapper()
341 m_pFcFontSetMatch = (FcPattern*(*)(FcConfig*,FcFontSet**,int,FcPattern*,FcResult*)) in FontCfgWrapper()
343 m_pFcFontMatch = (FcPattern*(*)(FcConfig*,FcPattern*,FcResult*)) in FontCfgWrapper()
345 m_pFcConfigSubstitute = (FcBool(*)(FcConfig*,FcPattern*,FcMatchKind)) in FontCfgWrapper()
1122 FcConfig* pConfig = rWrapper.FcConfigGetCurrent(); in getFontOptions()
1200 FcConfig* pConfig = rWrapper.FcConfigGetCurrent(); in matchFont()