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

  /external/pdfium/core/fxge/apple/
fx_apple_platform.cpp 32 const FXTEXT_CHARPOS* pCharPos,
64 pCharPos[i].m_ExtGID ? pCharPos[i].m_ExtGID : pCharPos[i].m_GlyphIndex;
66 glyph_positions[i].x = -pCharPos[i].m_Origin.x;
68 glyph_positions[i].x = pCharPos[i].m_Origin.x;
69 glyph_positions[i].y = pCharPos[i].m_Origin.y;
104 const FXTEXT_CHARPOS* pCharPos,
119 if (pCharPos[i].m_bGlyphAdjust)
154 bool ret = CGDrawGlyphRun(ctx, nChars, pCharPos, pFont, pObject2Device
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.h 99 FXTEXT_CHARPOS* pCharPos,
104 FXTEXT_CHARPOS* pCharPos,
107 FXTEXT_CHARPOS* pCharPos,
cxfa_textlayout.cpp 566 FXTEXT_CHARPOS* pCharPos = nullptr;
592 FX_Free(pCharPos);
593 pCharPos = FX_Alloc(FXTEXT_CHARPOS, iChars);
596 memset(pCharPos, 0, iCharCount * sizeof(FXTEXT_CHARPOS));
597 RenderString(pFxDevice, pPieceLine, j, pCharPos, tmDoc2Device);
600 RenderPath(pFxDevice, pPieceLine, j, pCharPos, tmDoc2Device);
603 FX_Free(pCharPos);
    [all...]
  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.cpp 666 FXTEXT_CHARPOS* pCharPos,
711 if (pCharPos) {
730 pCharPos->m_GlyphIndex = wch;
732 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm);
733 if (pCharPos->m_GlyphIndex == 0xFFFF)
734 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wch);
737 pCharPos->m_ExtGID = pCharPos->m_GlyphIndex;
739 pCharPos->m_FontCharWidth = iCharWidth;
747 pCharPos->m_Origin = CFX_PointF(fX, fY)
    [all...]
cfx_txtbreak.cpp 646 FXTEXT_CHARPOS* pCharPos) const {
795 if (!pCharPos) {
830 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm);
832 pCharPos->m_ExtGID = pCharPos->m_GlyphIndex;
834 pCharPos->m_FontCharWidth = iCharWidth;
842 pCharPos->m_Origin = CFX_PointF(fX, fY);
848 pCharPos->m_Origin.x += fOffset;
854 pCharPos->m_Origin.y =
864 pCharPos->m_Origin.y -= fFontSize * rtBox.height / iMaxHeight
    [all...]
cfx_rtfbreak.h 61 FXTEXT_CHARPOS* pCharPos,
cfx_txtbreak.h 68 FXTEXT_CHARPOS* pCharPos) const;
  /external/pdfium/core/fxge/
ifx_renderdevicedriver.cpp 65 const FXTEXT_CHARPOS* pCharPos,
ifx_renderdevicedriver.h 92 const FXTEXT_CHARPOS* pCharPos,
cfx_renderdevice.h 211 const FXTEXT_CHARPOS* pCharPos,
218 const FXTEXT_CHARPOS* pCharPos,
cfx_renderdevice.cpp 868 const FXTEXT_CHARPOS* pCharPos,
878 m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pText2Device,
887 m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pText2Device,
906 return DrawTextPath(nChars, pCharPos, pFont, font_size, pText2Device,
    [all...]
  /external/pdfium/xfa/fde/
cfde_textout.cpp 39 FXTEXT_CHARPOS* pCharPos,
43 ASSERT(pFont && pCharPos && iCount > 0);
49 float* pAM = pCharPos->m_AdjustMatrix;
52 ++pCharPos;
72 pFont->GetSubstFont(static_cast<int32_t>(pCharPos->m_GlyphIndex));
73 pCharPos->m_GlyphIndex &= 0x00FFFFFF;
74 pCharPos->m_bFontStyle = false;
91 pCurCP = pCharPos;
96 ++pCharPos;
cfde_textout.h 30 FXTEXT_CHARPOS* pCharPos,
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.h 71 const FXTEXT_CHARPOS* pCharPos,
fx_win32_print.cpp 200 const FXTEXT_CHARPOS* pCharPos,
296 const FXTEXT_CHARPOS& charpos = pCharPos[i];
486 const FXTEXT_CHARPOS* pCharPos,
491 return m_PSRenderer.DrawText(nChars, pCharPos, pFont, pObject2Device,
595 const FXTEXT_CHARPOS* pCharPos,
628 const FXTEXT_CHARPOS& charpos = pCharPos[i];
win32_int.h 260 const FXTEXT_CHARPOS* pCharPos,
319 const FXTEXT_CHARPOS* pCharPos,
382 const FXTEXT_CHARPOS* pCharPos,
cfx_psrenderer.cpp 642 const FXTEXT_CHARPOS* pCharPos,
672 FindPSFontGlyph(pFaceCache, pFont, pCharPos[i], &ps_fontnum,
678 buf << pCharPos[i].m_Origin.x << " " << pCharPos[i].m_Origin.y << " m";
  /external/pdfium/core/fxge/agg/
fx_agg_driver.h 95 const FXTEXT_CHARPOS* pCharPos,
fx_agg_driver.cpp     [all...]
  /external/pdfium/fxbarcode/oned/
BC_OneDimWriter.h 72 FXTEXT_CHARPOS* pCharPos,
BC_OneDimWriter.cpp 182 FXTEXT_CHARPOS* pCharPos,
200 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont.Get(),
  /external/pdfium/core/fxge/skia/
fx_skia_device.h 133 const FXTEXT_CHARPOS* pCharPos,
fx_skia_device.cpp 794 const FXTEXT_CHARPOS* pCharPos,
801 const FXTEXT_CHARPOS& cp = pCharPos[index];
826 const FXTEXT_CHARPOS* pCharPos,
836 bool hasRSX = HasRSX(nChars, pCharPos, &scaleX, &oneAtATime);
870 const FXTEXT_CHARPOS& cp = pCharPos[index];
886 const FXTEXT_CHARPOS& cp = pCharPos[index];
    [all...]

Completed in 232 milliseconds