Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/xfa/fgas/font/
H A Dcfgas_gefont.cpp153 absl::optional<uint16_t> CFGAS_GEFont::GetCharWidth(wchar_t wUnicode) { in GetCharWidth()
178 absl::optional<FX_RECT> CFGAS_GEFont::GetCharBBox(wchar_t wUnicode) { in GetCharBBox()
199 int32_t CFGAS_GEFont::GetGlyphIndex(wchar_t wUnicode) { in GetGlyphIndex()
207 wchar_t wUnicode, in GetGlyphIndexAndFont()
H A Dcfgas_fontmgr.cpp84 wchar_t wUnicode; member
189 wchar_t wUnicode) { in EnumGdiFonts()
216 wchar_t wUnicode, in GetFontByUnicodeImpl()
252 wchar_t wUnicode) { in FindFont()
666 wchar_t wUnicode, in GetFontByUnicodeImpl()
833 wchar_t wUnicode, in GetFontByUnicode()
/aosp_15_r20/external/pdfium/core/fxge/android/
H A Dcfpf_skiafont.cpp45 int32_t CFPF_SkiaFont::GetGlyphIndex(wchar_t wUnicode) { in GetGlyphIndex()