Home
last modified time | relevance | path

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

/aoo4110/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx190 FcBool FcCharSetAddChar(FcCharSet *fcs, FcChar32 ucs4) in FcCharSetAddChar() argument
191 { return m_pFcCharSetAddChar(fcs, ucs4); } in FcCharSetAddChar()
193 FcBool FcCharSetHasChar(FcCharSet *fcs, FcChar32 ucs4) in FcCharSetHasChar() argument
194 { return m_pFcCharSetHasChar(fcs, ucs4); } in FcCharSetHasChar()
253 FT_UInt FcFreeTypeCharIndex( FT_Face face, FcChar32 ucs4 ) in FcFreeTypeCharIndex() argument
254 { return m_pFcFreeTypeCharIndex ? m_pFcFreeTypeCharIndex( face, ucs4 ) : 0; } in FcFreeTypeCharIndex()
/aoo4110/main/canvas/source/cairo/
H A Dcairo_win32_cairo.cxx288 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont) in ucs4toindex() argument
306 unicode[0] = ucs4; in ucs4toindex()
H A Dcairo_win32_cairo.hxx63 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont);

Completed in 31 milliseconds