Searched refs:GetFixedWidth (Results 1 – 3 of 3) sorted by relevance
168 … const f32 aCharWidth = writer.IsWidthFixed() ? writer.GetFixedWidth(): writer.GetFontWidth(); in ProcessTab()
507 crntRight += GetFixedWidth(); in CalcLineRectImpl()721 crntRight += GetFixedWidth(); in PrintImpl()
350 f32 GetFixedWidth() const { return m_FixedWidth; } in GetFixedWidth() function