Home
last modified time | relevance | path

Searched refs:ucs4 (Results 1 – 5 of 5) sorted by last modified time

/trunk/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()
/trunk/main/canvas/source/cairo/
H A Dcairo_os2_cairo.cxx314 unsigned long ucs4toindex(unsigned int ucs4, const char* font) in ucs4toindex() argument
338 unicode[0] = ucs4; in ucs4toindex()
H A Dcairo_os2_cairo.hxx59 unsigned long ucs4toindex(unsigned int ucs4, const char* font);
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