Searched refs:ucs4 (Results 1 – 3 of 3) sorted by relevance
190 FcBool FcCharSetAddChar(FcCharSet *fcs, FcChar32 ucs4) in FcCharSetAddChar() argument191 { return m_pFcCharSetAddChar(fcs, ucs4); } in FcCharSetAddChar()193 FcBool FcCharSetHasChar(FcCharSet *fcs, FcChar32 ucs4) in FcCharSetHasChar() argument194 { return m_pFcCharSetHasChar(fcs, ucs4); } in FcCharSetHasChar()253 FT_UInt FcFreeTypeCharIndex( FT_Face face, FcChar32 ucs4 ) in FcFreeTypeCharIndex() argument254 { return m_pFcFreeTypeCharIndex ? m_pFcFreeTypeCharIndex( face, ucs4 ) : 0; } in FcFreeTypeCharIndex()
288 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont) in ucs4toindex() argument306 unicode[0] = ucs4; in ucs4toindex()
63 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont);
Completed in 28 milliseconds