Home
last modified time | relevance | path

Searched refs:FXTEXT_CHARPOS (Results 1 – 25 of 41) sorted by relevance

12

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.h35 const FXTEXT_CHARPOS* pCharPos,
107 const FXTEXT_CHARPOS* pCharPos,
113 const FXTEXT_CHARPOS* pCharPos,
129 FXTEXT_CHARPOS* m_pCharPos;
Dfde_gedevice.cpp135 const FXTEXT_CHARPOS* pCharPos, in DrawString()
148 FXTEXT_CHARPOS* pCP = (FXTEXT_CHARPOS*)pCharPos; in DrawString()
158 FXTEXT_CHARPOS* pCP = (FXTEXT_CHARPOS*)pCharPos; in DrawString()
161 FXTEXT_CHARPOS* pCurCP = NULL; in DrawString()
Dfde_render.h35 FXTEXT_CHARPOS* m_pCharPos;
Dfde_render.cpp195 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, iCount); in RenderText()
197 m_pCharPos = FX_Realloc(FXTEXT_CHARPOS, m_pCharPos, iCount); in RenderText()
Dfde_gdidevice.h44 const FXTEXT_CHARPOS* pCharPos,
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OneDimWriter.h84 FXTEXT_CHARPOS* charPos,
99 FXTEXT_CHARPOS* pCharPos,
107 FXTEXT_CHARPOS* pCharPos,
DBC_OneDimWriter.cpp132 FXTEXT_CHARPOS* charPos, in CalcTextInfo()
185 FXTEXT_CHARPOS* pCharPos, in ShowDeviceChars()
212 FXTEXT_CHARPOS* pCharPos, in ShowBitmapChars()
247 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen); in ShowChars()
248 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen); in ShowChars()
DBC_OnedEAN8Writer.cpp175 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLength); in ShowChars()
176 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLength); in ShowChars()
DBC_OnedEAN13Writer.cpp171 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen); in ShowChars()
172 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen); in ShowChars()
DBC_OnedUPCAWriter.cpp127 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen); in ShowChars()
128 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen); in ShowChars()
/external/pdfium/core/include/fxge/
Dfx_ge.h241 } FXTEXT_CHARPOS; typedef
379 const FXTEXT_CHARPOS* pCharPos,
390 const FXTEXT_CHARPOS* pCharPos,
593 const FXTEXT_CHARPOS* pCharPos,
683 const FXTEXT_CHARPOS* pCharPos,
723 const FXTEXT_CHARPOS& charpos,
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtpage.cpp64 FXTEXT_CHARPOS* pCharPos, in GetDisplayPos()
290 FXTEXT_CHARPOS*& pCharPos, in GetDisplayPos()
292 pCharPos = FX_Alloc(FXTEXT_CHARPOS, m_nCharCount); in GetDisplayPos()
296 FXTEXT_CHARPOS* pos = pCharPos; in GetDisplayPos()
309 FXTEXT_CHARPOS* pTemp = FX_Alloc(FXTEXT_CHARPOS, nCharPosCount); in GetDisplayPos()
310 FXSYS_memcpy(pTemp, pCharPos, sizeof(FXTEXT_CHARPOS) * nCharPosCount); in GetDisplayPos()
Dfde_txtedtpage.h77 FXTEXT_CHARPOS* pCharPos,
111 FXTEXT_CHARPOS*& pCharPos,
/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp44 const FXTEXT_CHARPOS* pCharPos, in _CGDrawGlyphRun()
101 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()
Dapple_int.h166 const FXTEXT_CHARPOS* pCharPos,
186 const FXTEXT_CHARPOS* pCharPos,
/external/pdfium/xfa/src/fee/include/
Difde_txtedtpage.h30 FXTEXT_CHARPOS*& pCharPos,
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.h377 FXTEXT_CHARPOS* pCharPos,
383 FXTEXT_CHARPOS* pCharPos,
386 FXTEXT_CHARPOS* pCharPos,
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.h115 const FXTEXT_CHARPOS* pCharPos,
/external/pdfium/xfa/src/fdp/include/
Dfde_rdv.h44 const FXTEXT_CHARPOS* pCharPos,
Dfde_psr.h42 FXTEXT_CHARPOS* pCharPos,
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h116 const FXTEXT_CHARPOS* pCharPos,
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp518 FXTEXT_CHARPOS* m_pCharPos;
533 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, nChars); in Load()
544 FXTEXT_CHARPOS& charpos = m_pCharPos[m_nChars++]; in Load()
762 FXTEXT_CHARPOS& charpos = CharPosList.m_pCharPos[i]; in DrawTextPathWithPattern()
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.h161 FXTEXT_CHARPOS* m_pCharPos;
/external/pdfium/xfa/src/fgas/include/
Dfx_tbk.h206 FXTEXT_CHARPOS* pCharPos,
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.h92 FXTEXT_CHARPOS* pCharPos,

12