Searched refs:textWrapScale (Results 1 – 5 of 5) sorted by relevance
48 float textWrapScale() const { return m_textWrapScale; } in textWrapScale() function
422 const float textWrapScale = bridge->textWrapScale(); in write_item() local423 LOGV("Writing text wrap scale %f", textWrapScale); in write_item()424 v.append((char*)&textWrapScale, sizeof(float)); in write_item()
203 void restoreScale(float scale, float textWrapScale);535 float textWrapScale() const { return m_screenWidth * m_scale / m_textWrapWidth; } in textWrapScale() function
1174 void WebViewCore::restoreScale(float scale, float textWrapScale) in restoreScale() argument1183 env->CallVoidMethod(javaObject.get(), m_javaGlue->m_restoreScale, scale, textWrapScale); in restoreScale()
848 bridge->setTextWrapScale(webViewCore->textWrapScale()); in saveViewStateToItem()860 webViewCore->restoreScale(bridge->scale(), bridge->textWrapScale()); in restoreViewState()