Home
last modified time | relevance | path

Searched refs:m_ExtGID (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_type1font.cpp107 int index = m_ExtGID[(uint8_t)charcode]; in GlyphFromCharCodeExt()
154 FXSYS_memcpy(m_ExtGID, m_GlyphIndex, 256); in LoadGlyphMap()
185 FXSYS_memcpy(m_ExtGID, m_GlyphIndex, 256); in LoadGlyphMap()
290 FXSYS_memcpy(m_ExtGID, m_GlyphIndex, 256); in LoadGlyphMap()
321 FXSYS_memcpy(m_ExtGID, m_GlyphIndex, 256); in LoadGlyphMap()
329 m_ExtGID[charcode] = in SetExtGID()
Dcpdf_simplefont.cpp18 FXSYS_memset(m_ExtGID, 0xff, sizeof(m_ExtGID)); in CPDF_SimpleFont()
Dcpdf_simplefont.h41 uint16_t m_ExtGID[256]; variable
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp62 pCharPos[i].m_ExtGID ? pCharPos[i].m_ExtGID : pCharPos[i].m_GlyphIndex; in CGDrawGlyphRun()
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp53 charpos.m_ExtGID = pFont->GlyphFromCharCodeExt(CharCode); in Load()
/external/pdfium/xfa/fxbarcode/oned/
DBC_OneDimWriter.cpp184 charPos[0].m_ExtGID = charPos[0].m_GlyphIndex; in CalcTextInfo()
192 charPos[i].m_ExtGID = charPos[i].m_GlyphIndex; in CalcTextInfo()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h76 uint32_t m_ExtGID; variable
/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp946 pCharPos->m_ExtGID = pCharPos->m_GlyphIndex; in GetDisplayPos()
Dfgas_textbreak.cpp1369 pCharPos->m_ExtGID = pCharPos->m_GlyphIndex; in GetDisplayPos()
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp353 m_ExtGID(0), in FXTEXT_CHARPOS()