Home | History | Annotate | Download | only in jni

Lines Matching refs:leftAlign

1227                     const bool leftAlign = (otw != textWrapWidth)
1231 leftAlign ? 0.0 : (float) (anchorX - bounds.x()) / bounds.width();
1233 leftAlign ? 0.0 : (float) (anchorX - m_scrollOffsetX) / osw;