Home | History | Annotate | Download | only in jni

Lines Matching defs:leftAlign

1215                     const bool leftAlign = (otw != textWrapWidth)
1219 leftAlign ? 0.0 : (float) (anchorX - bounds.x()) / bounds.width();
1221 leftAlign ? 0.0 : (float) (anchorX - m_scrollOffsetX) / osw;