Searched refs:GetCharSpace (Results 1 – 8 of 8) sorted by relevance
44 FX_FLOAT GetCharSpace() const;
44 FX_FLOAT CPDF_TextState::GetCharSpace() const { in GetCharSpace() function in CPDF_TextState
249 curpos += m_TextState.GetCharSpace(); in CalcPositionData()
130 FX_FLOAT GetCharSpace() const { return m_fCharSpace; } in GetCharSpace() function202 FX_FLOAT GetCharSpace(const CPVT_WordInfo& WordInfo);
799 GetCharSpace(WordInfo), GetHorzScale(WordInfo), in GetWordWidth()851 FX_FLOAT CPDF_VariableText::GetCharSpace(const CPVT_WordInfo& WordInfo) { in GetCharSpace() function in CPDF_VariableText
676 FX_FLOAT fCharSpace = pEdit->GetCharSpace(); in GetEditAppearanceStream()727 pEdit->GetCharArray() == 0 && pEdit->GetCharSpace() <= 0.0f; in DrawEdit()1162 FX_FLOAT CFX_Edit::GetCharSpace() const { in GetCharSpace() function in CFX_Edit1163 return m_pVT->GetCharSpace(); in GetCharSpace()
398 FX_FLOAT GetCharSpace() const;
48 if (pTextObj->m_TextState.GetCharSpace() && nItems >= 3) { in CalculateBaseSpace()51 matrix.TransformDistance(pTextObj->m_TextState.GetCharSpace()); in CalculateBaseSpace()1069 FX_FLOAT charSpace = pTextObj->m_TextState.GetCharSpace(); in ProcessTextObject()