Searched refs:GetCharSpace (Results 1 – 10 of 10) sorted by relevance
44 float GetCharSpace() const;
44 float CPDF_TextState::GetCharSpace() const { in GetCharSpace() function in CPDF_TextState
258 curpos += m_TextState.GetCharSpace(); in CalcPositionData()
112 float GetCharSpace() const { return m_fCharSpace; } in GetCharSpace() function
318 m_pVT->GetCharSpace(), m_pVT->GetHorzScale(), fFontSize, in SplitLines()
664 GetCharSpace(), GetHorzScale(), GetWordFontSize(), in GetWordWidth()
307 float GetCharSpace() const;
436 pEdit->GetCharArray() == 0 && pEdit->GetCharSpace() <= 0.0f; in DrawEdit()836 float CPWL_EditImpl::GetCharSpace() const { in GetCharSpace() function in CPWL_EditImpl837 return m_pVT->GetCharSpace(); in GetCharSpace()
676 float fCharSpace = pEdit->GetCharSpace(); in GetEditAppStream()
48 if (pTextObj->m_TextState.GetCharSpace() && nItems >= 3) { in CalculateBaseSpace()51 matrix.TransformDistance(pTextObj->m_TextState.GetCharSpace()); in CalculateBaseSpace()1040 float charSpace = pTextObj->m_TextState.GetCharSpace(); in ProcessTextObject()