Searched defs:m_pCharPos (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp296 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,
412 matrix.e += iChar ? textobj->m_pCharPos[iChar - 1] : 0;
525 FXTEXT_CHARPOS* m_pCharPos; member in class:CPDF_CharPosList
531 m_pCharPos = NULL;
535 if (m_pCharPos) {
536 FX_Free(m_pCharPos);
542 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, nChars);
543 FXSYS_memset32(m_pCharPos, 0, sizeof(FXTEXT_CHARPOS) * nChars);
553 FXTEXT_CHARPOS& charpos = m_pCharPos[m_nChar
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h587 pCharPos = m_pCharPos;
606 FX_FLOAT* m_pCharPos; member in class:CPDF_TextObject

Completed in 2643 milliseconds