Searched refs:m_pCharCodes (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 100 m_pCharCodes = NULL; in CPDF_TextObject() 107 if (m_nChars > 1 && m_pCharCodes) { in ~CPDF_TextObject() 108 FX_Free(m_pCharCodes); in ~CPDF_TextObject() 116 pInfo->m_CharCode = m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)m_pCharCodes : m_pCharCodes[index]; in GetItemInfo() 145 if (m_pCharCodes[i] != (FX_DWORD) - 1) { in CountChars() 153 charcode = (FX_DWORD)(FX_UINTPTR)m_pCharCodes; in GetCharInfo() 159 if (m_pCharCodes[i] != (FX_DWORD) - 1) { in GetCharInfo() 161 charcode = m_pCharCodes[i]; in GetCharInfo() 162 if (i == m_nChars - 1 || m_pCharCodes[i + 1] != (FX_DWORD) - 1) { in GetCharInfo() 181 FX_DWORD charcode = m_pCharCodes[i]; in GetCharInfo() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 284 …return CPDF_TextRenderer::DrawTextPath(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textob… in ProcessText() 288 …return CPDF_TextRenderer::DrawNormalText(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, text… in ProcessText() 385 FX_DWORD *pChars = textobj->m_pCharCodes; in ProcessType3Text() 387 pChars = (FX_DWORD*)(&textobj->m_pCharCodes); in ProcessType3Text() 715 … CharPosList.Load(textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, pFont, font_size); in DrawTextPathWithPattern()
|
D | fpdf_render.cpp | 834 …CPDF_TextRenderer::DrawTextPath(&text_device, textobj->m_nChars, textobj->m_pCharCodes, textobj->m… in ProcessTransparency()
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text.cpp | 78 …arcode = pText->m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)pText->m_pCharCodes : pText->m_pCharCodes[i]; in ProcessObject() 116 …arcode = pText->m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)pText->m_pCharCodes : pText->m_pCharCodes[i]; in ProcessObject()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 583 pCharCodes = m_pCharCodes; in GetData() 601 FX_DWORD* m_pCharCodes; variable
|