Searched defs:textWrapScale (Results 1 – 4 of 4) sorted by relevance
48 float textWrapScale() const { return m_textWrapScale; } in textWrapScale() function
535 float textWrapScale() const { return m_screenWidth * m_scale / m_textWrapWidth; } in textWrapScale() function
422 const float textWrapScale = bridge->textWrapScale(); in write_item() local
1174 void WebViewCore::restoreScale(float scale, float textWrapScale) in restoreScale()