Home
last modified time | relevance | path

Searched refs:FcChar32 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx64 typedef int FcChar32; typedef
107 FcBool (*m_pFcCharSetAddChar)(FcCharSet *, FcChar32);
108 FcBool (*m_pFcCharSetHasChar)(FcCharSet *, FcChar32);
134 FT_UInt (*m_pFcFreeTypeCharIndex)(FT_Face,FcChar32);
190 FcBool FcCharSetAddChar(FcCharSet *fcs, FcChar32 ucs4) in FcCharSetAddChar()
193 FcBool FcCharSetHasChar(FcCharSet *fcs, FcChar32 ucs4) in FcCharSetHasChar()
253 FT_UInt FcFreeTypeCharIndex( FT_Face face, FcChar32 ucs4 ) in FcFreeTypeCharIndex()
311 m_pFcCharSetAddChar = (FcBool(*)(FcCharSet*, FcChar32)) in FontCfgWrapper()
313 m_pFcCharSetHasChar = (FcBool(*)(FcCharSet*, FcChar32)) in FontCfgWrapper()
363 m_pFcFreeTypeCharIndex = (FT_UInt(*)(FT_Face,FcChar32)) in FontCfgWrapper()

Completed in 26 milliseconds