HomeSort by relevance Sort by last modified time
    Searched defs:offsetStart (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CursorAnchorInfoUtils.java 144 final int offsetStart = Math.max(lineStart, composingTextStart);
148 final float[] widths = new float[offsetEnd - offsetStart];
149 layout.getPaint().getTextWidths(text, offsetStart, offsetEnd, widths);
152 for (int offset = offsetStart; offset < offsetEnd; ++offset) {
153 final float charWidth = widths[offset - offsetStart];
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 129 int offsetStart() const { return fOffsetStart; }
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 129 int offsetStart() const { return fOffsetStart; }
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 2897 milliseconds