Searched refs:GetWordWidth (Results 1 – 4 of 4) sorted by relevance
224 fNextWidth = m_pVT->GetWordWidth(*pNextWord); in CharArray()228 float fWordWidth = m_pVT->GetWordWidth(*pWord); in CharArray()338 fWordWidth = m_pVT->GetWordWidth(*pWord); in SplitLines()344 fWordWidth = m_pVT->GetWordWidth( in SplitLines()482 fPosX += m_pVT->GetWordWidth(*pWord); in OutputLines()
150 float GetWordWidth(const CPVT_WordInfo& WordInfo);151 float GetWordWidth(int32_t nFontIndex,
194 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * VARIABLETEXT_HALF) { in SearchWordPlace()204 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * VARIABLETEXT_HALF) in SearchWordPlace()
149 word.fWidth = m_pVT->GetWordWidth(*pWord); in GetWord()599 float CPDF_VariableText::GetWordWidth(int32_t nFontIndex, in GetWordWidth() function in CPDF_VariableText609 float CPDF_VariableText::GetWordWidth(const CPVT_WordInfo& WordInfo) { in GetWordWidth() function in CPDF_VariableText610 return GetWordWidth(GetWordFontIndex(WordInfo), WordInfo.Word, GetSubWord(), in GetWordWidth()