Home
last modified time | relevance | path

Searched defs:wUnicode (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp159 bool CFGAS_GEFont::GetCharWidth(wchar_t wUnicode, int32_t* pWidth) { in GetCharWidth()
187 bool CFGAS_GEFont::GetCharBBox(wchar_t wUnicode, FX_RECT* bbox) { in GetCharBBox()
216 int32_t CFGAS_GEFont::GetGlyphIndex(wchar_t wUnicode) { in GetGlyphIndex()
224 wchar_t wUnicode, in GetGlyphIndexAndFont()
Dcfgas_fontmgr.cpp157 wchar_t wUnicode) { in EnumGdiFonts()
184 wchar_t wUnicode, in GetFontByUnicodeImpl()
221 wchar_t wUnicode) { in FindFont()
653 wchar_t wUnicode, in GetFontByUnicodeImpl()
833 wchar_t wUnicode, in GetFontByUnicode()
Dcfgas_fontmgr.h35 wchar_t wUnicode; member
/external/pdfium/core/fxge/android/
Dcfpf_skiafont.cpp43 int32_t CFPF_SkiaFont::GetGlyphIndex(wchar_t wUnicode) { in GetGlyphIndex()