Searched refs:GetGlyphIndex (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 288 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()
|
D | cfgas_gefont.h | 55 int32_t GetGlyphIndex(FX_WCHAR wUnicode, bool bCharCode = false); 94 int32_t GetGlyphIndex(FX_WCHAR wUnicode,
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafont.h | 28 int32_t GetGlyphIndex(FX_WCHAR wUnicode);
|
D | cfpf_skiafont.cpp | 56 int32_t CFPF_SkiaFont::GetGlyphIndex(FX_WCHAR wUnicode) { in GetGlyphIndex() function in CFPF_SkiaFont
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cidfont.h | 67 int GetGlyphIndex(uint32_t unicodeb, bool* pVertGlyph);
|
D | cpdf_cidfont.cpp | 556 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/ |
D | fgas_rtfbreak.cpp | 941 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm, false); in GetDisplayPos() 943 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wch, false); in GetDisplayPos()
|
D | fgas_textbreak.cpp | 1367 bCharCode ? wch : pFont->GetGlyphIndex(wForm, false); in GetDisplayPos()
|