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

  /external/pdfium/core/fxge/android/
cfpf_skiafont.h 28 int32_t GetGlyphIndex(FX_WCHAR wUnicode);
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);
cfgas_gefont.h 55 int32_t GetGlyphIndex(FX_WCHAR wUnicode, bool bCharCode = false);
94 int32_t GetGlyphIndex(FX_WCHAR wUnicode,
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.h 67 int GetGlyphIndex(uint32_t unicodeb, bool* pVertGlyph);
cpdf_cidfont.cpp 556 int CPDF_CIDFont::GetGlyphIndex(uint32_t unicode, bool* pVertGlyph) {
701 int index = GetGlyphIndex(unicode, pVertGlyph);
729 return GetGlyphIndex(charcode, pVertGlyph);
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 941 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm, false);
943 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wch, false);
fgas_textbreak.cpp     [all...]

Completed in 218 milliseconds