Home
last modified time | relevance | path

Searched refs:leftAlign (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKit/android/jni/
DWebViewCore.cpp1254 const bool leftAlign = (osw != m_screenWidth) in setSizeScreenWidthAndScale() local
1258 leftAlign ? 0.0 : (float) (anchorX - bounds.x()) / bounds.width(); in setSizeScreenWidthAndScale()
1260 leftAlign ? 0.0 : (float) (anchorX - m_scrollOffsetX) / orsw; in setSizeScreenWidthAndScale()