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

  /external/pdfium/xfa/fde/
fde_render.cpp 99 m_CharPos.clear();
118 if (m_CharPos.size() < static_cast<size_t>(iCount))
119 m_CharPos.resize(iCount, FXTEXT_CHARPOS());
121 iCount = pTextSet->GetDisplayPos(*pText, m_CharPos.data(), false);
125 m_pRenderDevice->DrawString(m_pBrush.get(), pFont, m_CharPos.data(), iCount,
fde_render.h 44 std::vector<FXTEXT_CHARPOS> m_CharPos;
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 30 pInfo->m_Origin = CFX_PointF(index ? m_CharPos[index - 1] : 0, 0);
75 *kerning = m_CharPos[i];
98 obj->m_CharPos = m_CharPos;
142 m_CharPos.clear();
149 m_CharPos.resize(nChars - 1);
158 m_CharPos[index - 1] = pKerning[i];
208 curpos -= (m_CharPos[i - 1] * fontsize) / 1000;
211 m_CharPos[i - 1] = curpos;
cpdf_textobject.h 69 std::vector<FX_FLOAT> m_CharPos;
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 389 if (m_CharPos.size() < size)
390 m_CharPos.resize(size, FXTEXT_CHARPOS());
731 m_pRenderDevice->DrawString(pBrush.get(), m_pFont, m_CharPos.data(),
743 return m_pTxtBreak->GetDisplayPos(&tr, m_CharPos.data());
fde_textout.h 179 std::vector<FXTEXT_CHARPOS> m_CharPos;
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]

Completed in 340 milliseconds