Searched refs:m_ExtGID (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_type1font.cpp | 70 memset(m_ExtGID, 0xff, sizeof(m_ExtGID)); in CPDF_Type1Font() 119 int index = m_ExtGID[static_cast<uint8_t>(charcode)]; in GlyphFromCharCodeExt() 164 memcpy(m_ExtGID, m_GlyphIndex, 256); in LoadGlyphMap() 195 memcpy(m_ExtGID, m_GlyphIndex, 256); in LoadGlyphMap() 295 memcpy(m_ExtGID, m_GlyphIndex, 256); in LoadGlyphMap() 324 memcpy(m_ExtGID, m_GlyphIndex, 256); in LoadGlyphMap() 342 m_ExtGID[charcode] = in SetExtGID()
|
D | cpdf_type1font.h | 48 uint16_t m_ExtGID[256]; variable
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_charposlist.cpp | 38 charpos.m_ExtGID = pFont->GlyphFromCharCodeExt(CharCode); in CPDF_CharPosList() 39 GlyphID = charpos.m_ExtGID != static_cast<uint32_t>(-1) in CPDF_CharPosList() 40 ? charpos.m_ExtGID in CPDF_CharPosList() 73 charpos.m_ExtGID = charpos.m_GlyphIndex; in CPDF_CharPosList()
|
/external/pdfium/core/fxge/ |
D | text_char_pos.h | 23 uint32_t m_ExtGID = 0; variable
|
/external/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 66 pCharPos[i].m_ExtGID ? pCharPos[i].m_ExtGID : pCharPos[i].m_GlyphIndex; in CGDrawGlyphRun()
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 139 charPos[0].m_ExtGID = charPos[0].m_GlyphIndex; in CalcTextInfo() 147 charPos[i].m_ExtGID = charPos[i].m_GlyphIndex; in CalcTextInfo()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 922 if (cp.m_ExtGID) { in DrawText() 923 m_charDetails.SetGlyphAt(cur_index, static_cast<uint16_t>(cp.m_ExtGID)); in DrawText() 1702 if (cp.m_ExtGID) in DrawDeviceText() 1703 glyphs[index] = static_cast<uint16_t>(cp.m_ExtGID); in DrawDeviceText()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_rtfbreak.cpp | 785 current_char_pos.m_ExtGID = current_char_pos.m_GlyphIndex; in GetDisplayPos()
|
D | cfx_txtbreak.cpp | 848 pCharPos->m_ExtGID = pCharPos->m_GlyphIndex; in GetDisplayPos()
|