HomeSort by relevance Sort by last modified time
    Searched refs:lineLeft (Results 1 - 3 of 3) 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 241 yd1 = 0, xx = 0, yy = 0, w = 0, h = 0, middleDwords = 0, lineLeft = 0;
290 lineLeft = m_nStride - ((xs0 >> 5) << 2);
452 (((sp + 4) < lineSrc + lineLeft ? JBIG2_GETDWORD(sp + 4) : 0) >>
631 (((sp + 4) < lineSrc + lineLeft ? JBIG2_GETDWORD(sp + 4) : 0) >>
669 lineLeft;
727 lineLeft = m_nStride - ((xs0 >> 5) << 2);
889 (((sp + 4) < lineSrc + lineLeft ? JBIG2_GETDWORD(sp + 4) : 0) >>
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 61 milliseconds