HomeSort by relevance Sort by last modified time
    Searched refs:lineLeft (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 431 final int lineLeft = (int) Math.floor(layout.getLineLeft(line));
432 if (lineLeft < left) {
433 left = lineLeft;
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp 779 FX_INT32 xs0, ys0, xs1, ys1, xd0, yd0, xd1, yd1, xx, yy, w, h, middleDwords, lineLeft;
832 lineLeft = m_nStride - ((xs0 >> 5) << 2);
    [all...]

Completed in 153 milliseconds