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

/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_gedevice.h129 FXTEXT_CHARPOS* m_pCharPos; member in class:CFDE_FxgeDevice
H A Dfde_render.h35 FXTEXT_CHARPOS* m_pCharPos; member in class:CFDE_RenderContext
/external/pdfium/xfa/src/fdp/src/tto/
H A Dfde_textout.h161 FXTEXT_CHARPOS* m_pCharPos; member in class:CFDE_TextOut
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h460 pCharPos = m_pCharPos;
488 FX_FLOAT* m_pCharPos; member in class:CPDF_TextObject
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp293 textobj->m_pCharPos, pFont, font_size, &text_matrix, pDeviceMatrix,
298 m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos,
390 matrix.e += iChar ? textobj->m_pCharPos[iChar - 1] : 0;
518 FXTEXT_CHARPOS* m_pCharPos; member in class:CPDF_CharPosList
523 m_pCharPos = NULL;
526 FX_Free(m_pCharPos);
533 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, nChars);
544 FXTEXT_CHARPOS& charpos = m_pCharPos[m_nChars++];
604 return pDevice->DrawTextPath(CharPosList.m_nChars, CharPosList.m_pCharPos,
722 return pDevice->DrawNormalText(CharPosList.m_nChars, CharPosList.m_pCharPos,
[all...]

Completed in 415 milliseconds