Searched refs:FcBool (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontconfig.cxx | 61 typedef int FcBool; typedef 96 FcBool (*m_pFcInit)(); 123 FcBool (*m_pFcConfigParseAndLoad)(FcConfig*,const FcChar8*,FcBool); 129 FcBool (*m_pFcPatternAddBool)(FcPattern*,const char*,FcBool); 151 FcBool FcInit() in FcInit() 226 FcBool FcConfigParseAndLoad( FcConfig* pConfig, const FcChar8* pFileName, FcBool bComplain ) in FcConfigParseAndLoad() 289 m_pFcInit = (FcBool(*)()) in FontCfgWrapper() 337 m_pFcConfigParseAndLoad = (FcBool(*)(FcConfig*, const FcChar8*, FcBool)) in FontCfgWrapper() 354 m_pFcPatternAddBool = (FcBool(*)(FcPattern*,const char*,FcBool)) in FontCfgWrapper() 450 FcBool bOutline = FcFalse; in addFontSet() [all …]
|
Completed in 21 milliseconds