Searched defs:m_pCharPos (Results 1 - 5 of 5) sorted by relevance
/external/pdfium/xfa/src/fdp/src/fde/ |
H A D | fde_gedevice.h | 129 FXTEXT_CHARPOS* m_pCharPos;
member in class:CFDE_FxgeDevice
|
H A D | fde_render.h | 35 FXTEXT_CHARPOS* m_pCharPos;
member in class:CFDE_RenderContext
|
/external/pdfium/xfa/src/fdp/src/tto/ |
H A D | fde_textout.h | 161 FXTEXT_CHARPOS* m_pCharPos;
member in class:CFDE_TextOut
|
/external/pdfium/core/include/fpdfapi/ |
H A D | fpdf_pageobj.h | 460 pCharPos = m_pCharPos; 488 FX_FLOAT* m_pCharPos; member in class:CPDF_TextObject
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
H A D | fpdf_render_text.cpp | 293 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 207 milliseconds