Searched refs:m_ExtGID (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_type1font.cpp | 107 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()
|
D | cpdf_simplefont.cpp | 18 FXSYS_memset(m_ExtGID, 0xff, sizeof(m_ExtGID)); in CPDF_SimpleFont()
|
D | cpdf_simplefont.h | 41 uint16_t m_ExtGID[256]; variable
|
/external/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 62 pCharPos[i].m_ExtGID ? pCharPos[i].m_ExtGID : pCharPos[i].m_GlyphIndex; in CGDrawGlyphRun()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_charposlist.cpp | 53 charpos.m_ExtGID = pFont->GlyphFromCharCodeExt(CharCode); in Load()
|
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 184 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/ |
D | cfx_renderdevice.h | 76 uint32_t m_ExtGID; variable
|
/external/pdfium/xfa/fgas/layout/ |
D | fgas_rtfbreak.cpp | 946 pCharPos->m_ExtGID = pCharPos->m_GlyphIndex; in GetDisplayPos()
|
D | fgas_textbreak.cpp | 1369 pCharPos->m_ExtGID = pCharPos->m_GlyphIndex; in GetDisplayPos()
|
/external/pdfium/core/fxge/ge/ |
D | cfx_renderdevice.cpp | 353 m_ExtGID(0), in FXTEXT_CHARPOS()
|