/external/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 37 const TextCharPos* pCharPos, in CGDrawGlyphRun() argument 66 pCharPos[i].m_ExtGID ? pCharPos[i].m_ExtGID : pCharPos[i].m_GlyphIndex; in CGDrawGlyphRun() 68 glyph_positions[i].x = -pCharPos[i].m_Origin.x; in CGDrawGlyphRun() 70 glyph_positions[i].x = pCharPos[i].m_Origin.x; in CGDrawGlyphRun() 71 glyph_positions[i].y = pCharPos[i].m_Origin.y; in CGDrawGlyphRun() 106 const TextCharPos* pCharPos, in DrawDeviceText() argument 121 if (pCharPos[i].m_bGlyphAdjust) in DrawDeviceText() 156 bool ret = CGDrawGlyphRun(ctx, nChars, pCharPos, pFont, mtObject2Device, in DrawDeviceText()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_txtbreak.cpp | 662 TextCharPos* pCharPos) const { in GetDisplayPos() 811 if (!pCharPos) { in GetDisplayPos() 846 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm); in GetDisplayPos() 848 pCharPos->m_ExtGID = pCharPos->m_GlyphIndex; in GetDisplayPos() 852 pCharPos->m_FontCharWidth = iCharWidth; in GetDisplayPos() 860 pCharPos->m_Origin = CFX_PointF(fX, fY); in GetDisplayPos() 866 pCharPos->m_Origin.x += fOffset; in GetDisplayPos() 872 pCharPos->m_Origin.y = in GetDisplayPos() 879 pCharPos->m_Origin.y -= fFontSize * rtBox.Height() / iMaxHeight; in GetDisplayPos() 888 pCharPos->m_bGlyphAdjust = true; in GetDisplayPos() [all …]
|
D | cfx_rtfbreak.h | 46 std::vector<TextCharPos>* pCharPos) const;
|
D | cfx_txtbreak.h | 72 size_t GetDisplayPos(const Run* pTxtRun, TextCharPos* pCharPos) const;
|
D | cfx_rtfbreak.cpp | 720 std::vector<TextCharPos>* pCharPos) const { in GetDisplayPos() 749 TextCharPos& current_char_pos = (*pCharPos)[szCount]; in GetDisplayPos()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_textlayout.cpp | 1117 std::vector<TextCharPos>* pCharPos, in RenderString() argument 1120 size_t szCount = GetDisplayPos(pPiece, pCharPos); in RenderString() 1122 auto span = pdfium::make_span(pCharPos->data(), szCount); in RenderString() 1132 std::vector<TextCharPos>* pCharPos, in RenderPath() argument 1141 size_t szChars = GetDisplayPos(pPiece, pCharPos); in RenderPath() 1145 float fEndY = (*pCharPos)[0].m_Origin.y + 1.05f; in RenderPath() 1149 pt1.x = (*pCharPos)[j].m_Origin.x; in RenderPath() 1151 (*pCharPos)[j].m_FontCharWidth * pPiece->fFontSize / 1000.0f; in RenderPath() 1158 pt1.x = (*pCharPos)[0].m_Origin.x; in RenderPath() 1159 pt2.x = (*pCharPos)[szChars - 1].m_Origin.x + in RenderPath() [all …]
|
D | cxfa_textlayout.h | 107 std::vector<TextCharPos>* pCharPos, 112 std::vector<TextCharPos>* pCharPos, 115 std::vector<TextCharPos>* pCharPos);
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_print.cpp | 203 const TextCharPos* pCharPos, in DrawDeviceText() argument 298 const TextCharPos& charpos = pCharPos[i]; in DrawDeviceText() 507 const TextCharPos* pCharPos, in DrawDeviceText() argument 512 return m_PSRenderer.DrawText(nChars, pCharPos, pFont, mtObject2Device, in DrawDeviceText() 620 const TextCharPos* pCharPos, in DrawDeviceText() argument 653 const TextCharPos& charpos = pCharPos[i]; in DrawDeviceText()
|
D | win32_int.h | 211 const TextCharPos* pCharPos, 274 const TextCharPos* pCharPos, 338 const TextCharPos* pCharPos,
|
D | cfx_psrenderer.cpp | 575 const TextCharPos* pCharPos, in DrawText() argument 609 FindPSFontGlyph(pGlyphCache.Get(), pFont, pCharPos[i], &ps_fontnum, in DrawText() 615 buf << pCharPos[i].m_Origin.x << " " << pCharPos[i].m_Origin.y << " m"; in DrawText()
|
D | cfx_psrenderer.h | 94 const TextCharPos* pCharPos,
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.cpp | 44 pdfium::span<TextCharPos> pCharPos, in DrawString() argument 48 ASSERT(!pCharPos.empty()); in DrawString() 52 for (auto& pos : pCharPos) { in DrawString() 73 for (auto& pos : pCharPos) { in DrawString()
|
D | cfde_textout.h | 41 pdfium::span<TextCharPos> pCharPos,
|
/external/pdfium/core/fxge/ |
D | renderdevicedriver_iface.cpp | 63 const TextCharPos* pCharPos, in DrawDeviceText() argument
|
D | cfx_renderdevice.h | 159 const TextCharPos* pCharPos, 166 const TextCharPos* pCharPos,
|
D | cfx_renderdevice.cpp | 853 const TextCharPos* pCharPos, in DrawNormalText() argument 864 nChars, pCharPos, pFont, mtText2Device, font_size, fill_color)) { in DrawNormalText() 872 m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, mtText2Device, in DrawNormalText() 886 return DrawTextPath(nChars, pCharPos, pFont, font_size, mtText2Device, in DrawNormalText() 921 const TextCharPos& charpos = pCharPos[i]; in DrawNormalText() 1044 const TextCharPos* pCharPos, in DrawTextPath() argument 1055 const TextCharPos& charpos = pCharPos[iChar]; in DrawTextPath()
|
D | renderdevicedriver_iface.h | 100 const TextCharPos* pCharPos,
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 157 TextCharPos* pCharPos, in ShowDeviceChars() argument 175 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont.Get(), in ShowDeviceChars()
|
D | BC_OneDimWriter.h | 66 TextCharPos* pCharPos,
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.h | 97 const TextCharPos* pCharPos,
|
D | fx_agg_driver.cpp | 1160 const TextCharPos* pCharPos, in DrawDeviceText() argument
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 831 const TextCharPos* pCharPos, in HasRSX() argument 838 const TextCharPos& cp = pCharPos[index]; in HasRSX() 863 const TextCharPos* pCharPos, in DrawText() argument 873 bool hasRSX = HasRSX(nChars, pCharPos, &scaleX, &oneAtATime); in DrawText() 914 const TextCharPos& cp = pCharPos[index]; in DrawText() 937 const TextCharPos& cp = pCharPos[index]; in DrawText() 1656 const TextCharPos* pCharPos, in DrawDeviceText() argument 1661 if (m_pCache->DrawText(nChars, pCharPos, pFont, mtObject2Device, font_size, in DrawDeviceText() 1691 const TextCharPos& cp = pCharPos[index]; in DrawDeviceText() 1723 const TextCharPos& cp = pCharPos[index]; in DrawDeviceText() [all …]
|
D | fx_skia_device.h | 135 const TextCharPos* pCharPos,
|