HomeSort by relevance Sort by last modified time
    Searched defs:GetGlyphIndex (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxge/android/
cfpf_skiafont.cpp 56 int32_t CFPF_SkiaFont::GetGlyphIndex(wchar_t wUnicode) {
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 226 int32_t CFGAS_GEFont::GetGlyphIndex(wchar_t wUnicode) {
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 572 int CPDF_CIDFont::GetGlyphIndex(uint32_t unicode, bool* pVertGlyph) {
717 int index = GetGlyphIndex(unicode, pVertGlyph);
744 return GetGlyphIndex(charcode, pVertGlyph);

Completed in 2992 milliseconds