Searched refs:GetWordWidth (Results 1 – 4 of 4) sorted by relevance
226 fNextWidth = m_pVT->GetWordWidth(*pNextWord); in CharArray()230 float fWordWidth = m_pVT->GetWordWidth(*pWord); in CharArray()310 fWordWidth = m_pVT->GetWordWidth(*pWord); in SplitLines()316 fWordWidth = m_pVT->GetWordWidth( in SplitLines()475 fPosX += m_pVT->GetWordWidth(*pWord); in OutputLines()
151 float GetWordWidth(const CPVT_WordInfo& WordInfo);152 float GetWordWidth(int32_t nFontIndex,
200 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * VARIABLETEXT_HALF) { in SearchWordPlace()210 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * VARIABLETEXT_HALF) in SearchWordPlace()
148 word.fWidth = m_pVT->GetWordWidth(*pWord); in GetWord()649 float CPDF_VariableText::GetWordWidth(int32_t nFontIndex, in GetWordWidth() function in CPDF_VariableText662 float CPDF_VariableText::GetWordWidth(const CPVT_WordInfo& WordInfo) { in GetWordWidth() function in CPDF_VariableText663 return GetWordWidth(GetWordFontIndex(WordInfo), WordInfo.Word, GetSubWord(), in GetWordWidth()