Searched defs:fitsOnLine (Results 1 – 1 of 1) sorted by relevance
49 bool fitsOnLine() const { return currentWidth() <= (m_availableWidth + LayoutUnit::epsilon()); } in fitsOnLine() function50 …bool fitsOnLine(float extra) const { return currentWidth() + extra <= (m_availableWidth + LayoutUn… in fitsOnLine() function51 bool fitsOnLine(float extra, WhitespaceTreatment whitespaceTreatment) const in fitsOnLine() function