HomeSort by relevance Sort by last modified time
    Searched defs:m_pCharPos (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 587 pCharPos = m_pCharPos;
606 FX_FLOAT* m_pCharPos;
  /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,
412 matrix.e += iChar ? textobj->m_pCharPos[iChar - 1] : 0;
525 FXTEXT_CHARPOS* m_pCharPos;
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_nChars++];
    [all...]

Completed in 36 milliseconds