Searched defs:disableRoundingHacks (Results 1 – 2 of 2) sorted by relevance
95 static float stringWidth(const Font& renderer, const String& string, bool disableRoundingHacks) in stringWidth()103 …ingWidth(const Font& renderer, const UChar* characters, unsigned length, bool disableRoundingHacks) in stringWidth()111 …, float maxWidth, const Font& font, TruncationFunction truncateToBuffer, bool disableRoundingHacks) in truncateString()
211 void disableRoundingHacks() { m_applyRunRounding = m_applyWordRounding = false; } in disableRoundingHacks() function