Searched refs:m_nChars (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 93 m_nChars(0), in CPDF_TextObject() 100 if (m_nChars > 1) { in ~CPDF_TextObject() 108 m_nChars == 1 ? (FX_DWORD)(uintptr_t)m_pCharCodes : m_pCharCodes[index]; in GetItemInfo() 132 if (m_nChars == 1) { in CountChars() 136 for (int i = 0; i < m_nChars; ++i) in CountChars() 146 if (m_nChars == 1) { in GetCharInfo() 152 for (int i = 0; i < m_nChars; ++i) { in GetCharInfo() 156 if (i == m_nChars - 1 || m_pCharCodes[i + 1] != (FX_DWORD)-1) { in GetCharInfo() 169 if (m_nChars == 1) { in GetCharInfo() 174 for (int i = 0; i < m_nChars; ++i) { in GetCharInfo() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 193 if (textobj->m_nChars == 0) { in ProcessText() 292 m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, in ProcessText() 298 m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, in ProcessText() 371 pGlyphAndPos = FX_Alloc(FXTEXT_GLYPHPOS, textobj->m_nChars); in ProcessType3Text() 377 if (textobj->m_nChars == 1) { in ProcessType3Text() 380 for (int iChar = 0; iChar < textobj->m_nChars; iChar++) { in ProcessType3Text() 484 FXGE_GetGlyphsBBox(pGlyphAndPos, textobj->m_nChars, 0, sa, sd); in ProcessType3Text() 492 for (int iChar = 0; iChar < textobj->m_nChars; iChar++) { in ProcessType3Text() 519 FX_DWORD m_nChars; member in CPDF_CharPosList 534 m_nChars = 0; in Load() [all …]
|
D | fpdf_render.cpp | 847 &text_device, textobj->m_nChars, textobj->m_pCharCodes, in ProcessTransparency()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 410 int CountItems() const { return m_nChars; } in CountItems() 458 nChars = m_nChars; in GetData() 484 int m_nChars; variable
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text.cpp | 74 for (int i = 0; i < pText->m_nChars; i++) { in ProcessObject() 75 FX_DWORD charcode = pText->m_nChars == 1 in ProcessObject() 118 for (int i = 0; i < pText->m_nChars; i++) { in ProcessObject() 119 FX_DWORD charcode = pText->m_nChars == 1 in ProcessObject()
|