Searched refs:m_screenWidth (Results 1 – 2 of 2) sorted by relevance
520 float textWrapScale() const { return m_screenWidth * m_scale / m_textWrapWidth; } in textWrapScale()549 int screenWidth() const { return m_screenWidth; } in screenWidth()773 int m_screenWidth; // width of the visible rect in document coordinates variable
432 , m_screenWidth(320) in WebViewCore()770 FloatRect scaleTemp(m_scrollOffsetX, m_scrollOffsetY, m_screenWidth, m_screenHeight); in createPrerenderCanvas()1137 int osw = m_screenWidth; in setSizeScreenWidthAndScale()1140 m_screenWidth = screenWidth; in setSizeScreenWidthAndScale()2119 visibleRect.right = m_scrollOffsetX + m_screenWidth; in getVisibleScreen()