/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 65 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,
|
D | ifx_renderdevicedriver.h | 19 class FXTEXT_CHARPOS; variable 87 const FXTEXT_CHARPOS* pCharPos,
|
D | ifx_renderdevicedriver.cpp | 68 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.h | 25 class FXTEXT_CHARPOS; variable 70 const FXTEXT_CHARPOS* pCharPos, 83 const FXTEXT_CHARPOS& charpos,
|
D | win32_int.h | 20 class FXTEXT_CHARPOS; variable 257 const FXTEXT_CHARPOS* pCharPos, 316 const FXTEXT_CHARPOS* pCharPos,
|
D | fx_win32_print.cpp | 199 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/ |
D | fde_gedevice.cpp | 125 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()
|
D | fde_gedevice.h | 44 const FXTEXT_CHARPOS* pCharPos, 105 const FXTEXT_CHARPOS* pCharPos, 111 const FXTEXT_CHARPOS* pCharPos,
|
D | fde_visualset.h | 20 class FXTEXT_CHARPOS; variable 65 FXTEXT_CHARPOS* pCharPos,
|
D | cfde_txtedtpage.cpp | 151 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()
|
D | fde_render.h | 44 std::vector<FXTEXT_CHARPOS> m_CharPos;
|
D | cfde_txtedttextset.h | 31 FXTEXT_CHARPOS* pCharPos,
|
D | ifde_txtedtpage.h | 35 FXTEXT_CHARPOS*& pCharPos,
|
D | cfde_txtedtpage.h | 39 FXTEXT_CHARPOS*& pCharPos,
|
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OneDimWriter.h | 65 FXTEXT_CHARPOS* charPos, 80 FXTEXT_CHARPOS* pCharPos, 88 FXTEXT_CHARPOS* pCharPos,
|
D | BC_OneDimWriter.cpp | 152 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()
|
D | BC_OnedEAN8Writer.cpp | 183 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLength); in ShowChars() 184 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLength); in ShowChars()
|
D | BC_OnedUPCAWriter.cpp | 136 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen); in ShowChars() 137 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen); in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 185 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/ |
D | cxfa_textlayout.h | 107 FXTEXT_CHARPOS* pCharPos, 113 FXTEXT_CHARPOS* pCharPos, 116 FXTEXT_CHARPOS* pCharPos,
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_charposlist.cpp | 27 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, nChars); in Load() 37 FXTEXT_CHARPOS& charpos = m_pCharPos[m_nChars++]; in Load()
|
D | cpdf_charposlist.h | 25 FXTEXT_CHARPOS* m_pCharPos;
|
/external/pdfium/core/fxge/ge/ |
D | cfx_renderdevice.cpp | 349 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/ |
D | fx_skia_device.h | 16 class FXTEXT_CHARPOS; variable 134 const FXTEXT_CHARPOS* pCharPos,
|
/external/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 30 const FXTEXT_CHARPOS* pCharPos, in CGDrawGlyphRun() 102 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()
|