Searched refs:m_nChars (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 102 m_nChars = 0; in CPDF_TextObject() 107 if (m_nChars > 1 && m_pCharCodes) { in ~CPDF_TextObject() 116 pInfo->m_CharCode = m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)m_pCharCodes : m_pCharCodes[index]; in GetItemInfo() 140 if (m_nChars == 1) { in CountChars() 144 for (int i = 0; i < m_nChars; i ++) in CountChars() 152 if (m_nChars == 1) { in GetCharInfo() 158 for (int i = 0; i < m_nChars; i ++) { in GetCharInfo() 162 if (i == m_nChars - 1 || m_pCharCodes[i + 1] != (FX_DWORD) - 1) { in GetCharInfo() 175 if (m_nChars == 1) { in GetCharInfo() 180 for (int i = 0; i < m_nChars; i ++) { in GetCharInfo() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 190 if(textobj->m_nChars == 0) { in ProcessText() 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() 380 pGlyphAndPos = FX_Alloc(FXTEXT_GLYPHPOS, textobj->m_nChars); in ProcessType3Text() 386 if (textobj->m_nChars == 1) { in ProcessType3Text() 389 for (int iChar = 0; iChar < textobj->m_nChars; iChar ++) { in ProcessType3Text() 484 FX_RECT rect = FXGE_GetGlyphsBBox(pGlyphAndPos, textobj->m_nChars, 0, sa, sd); in ProcessType3Text() 491 for (int iChar = 0; iChar < textobj->m_nChars; iChar ++) { in ProcessType3Text() 513 FX_DWORD m_nChars; member in CPDF_CharPosList 530 m_nChars = 0; in Load() [all …]
|
D | fpdf_render.cpp | 834 …CPDF_TextRenderer::DrawTextPath(&text_device, textobj->m_nChars, textobj->m_pCharCodes, textobj->m… in ProcessTransparency()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 523 return m_nChars; in CountItems() 582 nChars = m_nChars; in GetData() 599 int m_nChars; variable
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text.cpp | 77 for (int i = 0; i < pText->m_nChars; i ++) { in ProcessObject() 78 …FX_DWORD charcode = pText->m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)pText->m_pCharCodes : pText->m_pC… in ProcessObject() 115 for (int i = 0; i < pText->m_nChars; i ++) { in ProcessObject() 116 …FX_DWORD charcode = pText->m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)pText->m_pCharCodes : pText->m_pC… in ProcessObject()
|