Home
last modified time | relevance | path

Searched refs:GetWordWidth (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp220 fNextWidth = m_pVT->GetWordWidth(*pNextWord); in CharArray()
224 FX_FLOAT fWordWidth = m_pVT->GetWordWidth(*pWord); in CharArray()
306 fWordWidth = m_pVT->GetWordWidth(*pWord); in SplitLines()
312 fWordWidth = m_pVT->GetWordWidth( in SplitLines()
485 fPosX += m_pVT->GetWordWidth(*pWord); in OutputLines()
Dcpdf_variabletext.h185 FX_FLOAT GetWordWidth(int32_t nFontIndex,
192 FX_FLOAT GetWordWidth(const CPVT_WordInfo& WordInfo);
Dcsection.cpp229 pWord->fWordX + m_pVT->GetWordWidth(*pWord) * VARIABLETEXT_HALF) { in SearchWordPlace()
243 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * VARIABLETEXT_HALF) { in SearchWordPlace()
Dcpdf_variabletext.cpp173 word.fWidth = m_pVT->GetWordWidth(*pWord); in GetWord()
784 FX_FLOAT CPDF_VariableText::GetWordWidth(int32_t nFontIndex, in GetWordWidth() function in CPDF_VariableText
797 FX_FLOAT CPDF_VariableText::GetWordWidth(const CPVT_WordInfo& WordInfo) { in GetWordWidth() function in CPDF_VariableText
798 return GetWordWidth(GetWordFontIndex(WordInfo), WordInfo.Word, GetSubWord(), in GetWordWidth()