HomeSort by relevance Sort by last modified time
    Searched refs:m_nChars (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 93 m_nChars(0),
100 if (m_nChars > 1) {
108 m_nChars == 1 ? (FX_DWORD)(uintptr_t)m_pCharCodes : m_pCharCodes[index];
132 if (m_nChars == 1) {
136 for (int i = 0; i < m_nChars; ++i)
146 if (m_nChars == 1) {
152 for (int i = 0; i < m_nChars; ++i) {
156 if (i == m_nChars - 1 || m_pCharCodes[i + 1] != (FX_DWORD)-1) {
169 if (m_nChars == 1) {
174 for (int i = 0; i < m_nChars; ++i)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 193 if (textobj->m_nChars == 0) {
292 m_pDevice, textobj->m_nChars, textobj->m_pCharCodes,
298 m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos,
371 pGlyphAndPos = FX_Alloc(FXTEXT_GLYPHPOS, textobj->m_nChars);
377 if (textobj->m_nChars == 1) {
380 for (int iChar = 0; iChar < textobj->m_nChars; iChar++) {
484 FXGE_GetGlyphsBBox(pGlyphAndPos, textobj->m_nChars, 0, sa, sd);
492 for (int iChar = 0; iChar < textobj->m_nChars; iChar++) {
519 FX_DWORD m_nChars;
534 m_nChars = 0
    [all...]
fpdf_render.cpp 847 &text_device, textobj->m_nChars, textobj->m_pCharCodes,
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 410 int CountItems() const { return m_nChars; }
458 nChars = m_nChars;
484 int m_nChars;
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 74 for (int i = 0; i < pText->m_nChars; i++) {
75 FX_DWORD charcode = pText->m_nChars == 1
118 for (int i = 0; i < pText->m_nChars; i++) {
119 FX_DWORD charcode = pText->m_nChars == 1

Completed in 170 milliseconds