Home
last modified time | relevance | path

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

12

/external/pdfium/core/fxge/
Dcfx_renderdevice.h65 class FXTEXT_CHARPOS {
67 FXTEXT_CHARPOS();
68 FXTEXT_CHARPOS(const FXTEXT_CHARPOS&);
69 ~FXTEXT_CHARPOS();
204 const FXTEXT_CHARPOS* pCharPos,
211 const FXTEXT_CHARPOS* pCharPos,
Difx_renderdevicedriver.h19 class FXTEXT_CHARPOS; variable
87 const FXTEXT_CHARPOS* pCharPos,
Difx_renderdevicedriver.cpp68 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.h25 class FXTEXT_CHARPOS; variable
70 const FXTEXT_CHARPOS* pCharPos,
83 const FXTEXT_CHARPOS& charpos,
Dwin32_int.h20 class FXTEXT_CHARPOS; variable
257 const FXTEXT_CHARPOS* pCharPos,
316 const FXTEXT_CHARPOS* pCharPos,
Dfx_win32_print.cpp199 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()
294 const FXTEXT_CHARPOS& charpos = pCharPos[i]; in DrawDeviceText()
483 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp125 const FXTEXT_CHARPOS* pCharPos, in DrawString()
134 FXTEXT_CHARPOS* pCP = (FXTEXT_CHARPOS*)pCharPos; in DrawString()
144 FXTEXT_CHARPOS* pCP = (FXTEXT_CHARPOS*)pCharPos; in DrawString()
147 FXTEXT_CHARPOS* pCurCP = nullptr; in DrawString()
Dfde_gedevice.h44 const FXTEXT_CHARPOS* pCharPos,
105 const FXTEXT_CHARPOS* pCharPos,
111 const FXTEXT_CHARPOS* pCharPos,
Dfde_visualset.h20 class FXTEXT_CHARPOS; variable
65 FXTEXT_CHARPOS* pCharPos,
Dcfde_txtedtpage.cpp151 FXTEXT_CHARPOS*& pCharPos, in GetDisplayPos()
153 pCharPos = FX_Alloc(FXTEXT_CHARPOS, m_nCharCount); in GetDisplayPos()
155 FXTEXT_CHARPOS* pos = pCharPos; in GetDisplayPos()
165 FXTEXT_CHARPOS* pTemp = FX_Alloc(FXTEXT_CHARPOS, nCharPosCount); in GetDisplayPos()
166 FXSYS_memcpy(pTemp, pCharPos, sizeof(FXTEXT_CHARPOS) * nCharPosCount); in GetDisplayPos()
Dfde_render.h44 std::vector<FXTEXT_CHARPOS> m_CharPos;
Dcfde_txtedttextset.h31 FXTEXT_CHARPOS* pCharPos,
Difde_txtedtpage.h35 FXTEXT_CHARPOS*& pCharPos,
Dcfde_txtedtpage.h39 FXTEXT_CHARPOS*& pCharPos,
/external/pdfium/xfa/fxbarcode/oned/
DBC_OneDimWriter.h65 FXTEXT_CHARPOS* charPos,
80 FXTEXT_CHARPOS* pCharPos,
88 FXTEXT_CHARPOS* pCharPos,
DBC_OneDimWriter.cpp152 FXTEXT_CHARPOS* charPos, in CalcTextInfo()
204 FXTEXT_CHARPOS* pCharPos, in ShowDeviceChars()
231 FXTEXT_CHARPOS* pCharPos, in ShowBitmapChars()
268 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen); in ShowChars()
269 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen); in ShowChars()
DBC_OnedEAN8Writer.cpp183 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLength); in ShowChars()
184 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLength); in ShowChars()
DBC_OnedUPCAWriter.cpp136 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen); in ShowChars()
137 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen); in ShowChars()
DBC_OnedEAN13Writer.cpp185 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen); in ShowChars()
186 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen); in ShowChars()
/external/pdfium/xfa/fxfa/app/
Dcxfa_textlayout.h107 FXTEXT_CHARPOS* pCharPos,
113 FXTEXT_CHARPOS* pCharPos,
116 FXTEXT_CHARPOS* pCharPos,
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp27 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, nChars); in Load()
37 FXTEXT_CHARPOS& charpos = m_pCharPos[m_nChars++]; in Load()
Dcpdf_charposlist.h25 FXTEXT_CHARPOS* m_pCharPos;
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp349 FXTEXT_CHARPOS::FXTEXT_CHARPOS() in FXTEXT_CHARPOS() function in FXTEXT_CHARPOS
360 FXTEXT_CHARPOS::FXTEXT_CHARPOS(const FXTEXT_CHARPOS&) = default;
362 FXTEXT_CHARPOS::~FXTEXT_CHARPOS(){}; in ~FXTEXT_CHARPOS()
849 const FXTEXT_CHARPOS* pCharPos, in DrawNormalText()
928 const FXTEXT_CHARPOS& charpos = pCharPos[i]; in DrawNormalText()
1068 const FXTEXT_CHARPOS* pCharPos, in DrawTextPath()
1079 const FXTEXT_CHARPOS& charpos = pCharPos[iChar]; in DrawTextPath()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h16 class FXTEXT_CHARPOS; variable
134 const FXTEXT_CHARPOS* pCharPos,
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp30 const FXTEXT_CHARPOS* pCharPos, in CGDrawGlyphRun()
102 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()

12