Searched refs:ucs4 (Results 1 – 5 of 5) sorted by relevance
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontconfig.cxx | 190 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 D | cairo_win32_cairo.cxx | 288 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont) in ucs4toindex() argument 306 unicode[0] = ucs4; in ucs4toindex()
|
H A D | cairo_os2_cairo.cxx | 314 unsigned long ucs4toindex(unsigned int ucs4, const char* font) in ucs4toindex() argument 338 unicode[0] = ucs4; in ucs4toindex()
|
H A D | cairo_win32_cairo.hxx | 63 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont);
|
H A D | cairo_os2_cairo.hxx | 59 unsigned long ucs4toindex(unsigned int ucs4, const char* font);
|
Completed in 39 milliseconds