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(FX_WCHAR wUnicode) {
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 288 int32_t iGlyph = GetGlyphIndex(wUnicode, true, &pFont, bCharCode);
323 int32_t iGlyph = GetGlyphIndex(wUnicode, true, &pFont, bCharCode);
352 int32_t CFGAS_GEFont::GetGlyphIndex(FX_WCHAR wUnicode, bool bCharCode) {
353 return GetGlyphIndex(wUnicode, true, nullptr, bCharCode);
356 int32_t CFGAS_GEFont::GetGlyphIndex(FX_WCHAR wUnicode,
377 it->second->GetGlyphIndex(wUnicode, false, nullptr, bCharCode);
403 iGlyphIndex = pFont->GetGlyphIndex(wUnicode, false, nullptr, bCharCode);
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 556 int CPDF_CIDFont::GetGlyphIndex(uint32_t unicode, bool* pVertGlyph) {
701 int index = GetGlyphIndex(unicode, pVertGlyph);
729 return GetGlyphIndex(charcode, pVertGlyph);

Completed in 65 milliseconds