Home
last modified time | relevance | path

Searched refs:GetGlyphIndex (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp288 int32_t iGlyph = GetGlyphIndex(wUnicode, true, &pFont, bCharCode); in GetCharWidthInternal()
323 int32_t iGlyph = GetGlyphIndex(wUnicode, true, &pFont, bCharCode); in GetCharBBoxInternal()
352 int32_t CFGAS_GEFont::GetGlyphIndex(FX_WCHAR wUnicode, bool bCharCode) { in GetGlyphIndex() function in CFGAS_GEFont
353 return GetGlyphIndex(wUnicode, true, nullptr, bCharCode); in GetGlyphIndex()
356 int32_t CFGAS_GEFont::GetGlyphIndex(FX_WCHAR wUnicode, in GetGlyphIndex() function in CFGAS_GEFont
377 it->second->GetGlyphIndex(wUnicode, false, nullptr, bCharCode); in GetGlyphIndex()
403 iGlyphIndex = pFont->GetGlyphIndex(wUnicode, false, nullptr, bCharCode); in GetGlyphIndex()
Dcfgas_gefont.h55 int32_t GetGlyphIndex(FX_WCHAR wUnicode, bool bCharCode = false);
94 int32_t GetGlyphIndex(FX_WCHAR wUnicode,
/external/pdfium/core/fxge/android/
Dcfpf_skiafont.h28 int32_t GetGlyphIndex(FX_WCHAR wUnicode);
Dcfpf_skiafont.cpp56 int32_t CFPF_SkiaFont::GetGlyphIndex(FX_WCHAR wUnicode) { in GetGlyphIndex() function in CFPF_SkiaFont
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.h67 int GetGlyphIndex(uint32_t unicodeb, bool* pVertGlyph);
Dcpdf_cidfont.cpp556 int CPDF_CIDFont::GetGlyphIndex(uint32_t unicode, bool* pVertGlyph) { in GetGlyphIndex() function in CPDF_CIDFont
701 int index = GetGlyphIndex(unicode, pVertGlyph); in GlyphFromCharCode()
729 return GetGlyphIndex(charcode, pVertGlyph); in GlyphFromCharCode()
/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp941 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm, false); in GetDisplayPos()
943 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wch, false); in GetDisplayPos()
Dfgas_textbreak.cpp1367 bCharCode ? wch : pFont->GetGlyphIndex(wForm, false); in GetDisplayPos()