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

  /external/pdfium/xfa/src/fdp/src/fde/
fde_render.cpp 66 m_pCharPos(NULL),
171 FX_Free(m_pCharPos);
172 m_pCharPos = nullptr;
194 if (m_pCharPos == NULL) {
195 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, iCount);
197 m_pCharPos = FX_Realloc(FXTEXT_CHARPOS, m_pCharPos, iCount);
202 iCount = pTextSet->GetDisplayPos(hText, m_pCharPos, FALSE);
208 m_pRenderDevice->DrawString(m_pSolidBrush, pFont, m_pCharPos, iCount,
fde_render.h 35 FXTEXT_CHARPOS* m_pCharPos;
fde_gedevice.h 129 FXTEXT_CHARPOS* m_pCharPos;
fde_gedevice.cpp 46 m_pCharPos(NULL),
54 FX_Free(m_pCharPos);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 95 m_pCharPos(nullptr) {
103 FX_Free(m_pCharPos);
109 pInfo->m_OriginX = index ? m_pCharPos[index - 1] : 0;
159 kerning = m_pCharPos[i];
193 FX_Free(m_pCharPos);
194 m_pCharPos = nullptr;
198 m_pCharPos = FX_Alloc(FX_FLOAT, m_nChars - 1);
203 m_pCharPos[i] = pSrcObj->m_pCharPos[i];
225 FX_Free(m_pCharPos);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
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;
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...]
fpdf_render.cpp 848 textobj->m_pCharPos, textobj->m_TextState.GetFont(),
    [all...]
  /external/pdfium/xfa/src/fdp/src/tto/
fde_textout.cpp 36 m_pCharPos(NULL),
54 FX_Free(m_pCharPos);
434 if (m_pCharPos == NULL) {
435 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, iSize);
438 m_pCharPos = FX_Realloc(FXTEXT_CHARPOS, m_pCharPos, iSize);
797 m_pRenderDevice->DrawString(pBrush, m_pFont, m_pCharPos, iCount,
815 return m_pTxtBreak->GetDisplayPos(&tr, m_pCharPos);
fde_textout.h 161 FXTEXT_CHARPOS* m_pCharPos;
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 460 pCharPos = m_pCharPos;
488 FX_FLOAT* m_pCharPos;

Completed in 485 milliseconds