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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 101 m_pCharCodes = NULL;
108 if (m_nChars > 1 && m_pCharCodes) {
109 FX_Free(m_pCharCodes);
117 pInfo->m_CharCode = m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)m_pCharCodes : m_pCharCodes[index];
146 if (m_pCharCodes[i] != (FX_DWORD) - 1) {
154 charcode = (FX_DWORD)(FX_UINTPTR)m_pCharCodes;
160 if (m_pCharCodes[i] != (FX_DWORD) - 1) {
162 charcode = m_pCharCodes[i];
163 if (i == m_nChars - 1 || m_pCharCodes[i + 1] != (FX_DWORD) - 1) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 296 return CPDF_TextRenderer::DrawTextPath(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, pFont, font_size,
300 return CPDF_TextRenderer::DrawNormalText(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, pFont, font_size,
398 FX_DWORD *pChars = textobj->m_pCharCodes;
400 pChars = (FX_DWORD*)(&textobj->m_pCharCodes);
729 CharPosList.Load(textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, pFont, font_size);
fpdf_render.cpp 868 CPDF_TextRenderer::DrawTextPath(&text_device, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos,
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 586 pCharCodes = m_pCharCodes;
604 FX_DWORD* m_pCharCodes;
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 80 FX_DWORD charcode = pText->m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)pText->m_pCharCodes : pText->m_pCharCodes[i];
118 FX_DWORD charcode = pText->m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)pText->m_pCharCodes : pText->m_pCharCodes[i];

Completed in 189 milliseconds