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

  /frameworks/base/core/java/android/text/
Selection.java 416 int off1, int off2) {
417 int line1 = layout.getLineForOffset(off1);
423 float h1 = layout.getPrimaryHorizontal(off1);
430 return off1;
437 return off1;
448 int line = layout.getLineForOffset(off1);
452 return Math.max(off1, off2);
454 return Math.min(off1, off2);
  /libcore/luni/src/test/java/tests/support/
Support_SQL.java 91 public static boolean isEqual(byte[] b1, int off1, byte[] b2, int off2,
94 if (b1[i + off1] != b2[i + off2])
  /external/freetype/src/cff/
cffload.c 481 FT_ULong off1, off2 = 0; local
493 off1 = cff_index_read_offset( idx, &error );
497 if ( off1 != 0 )
509 off1 = idx->offsets[element];
510 if ( off1 )
534 if ( off1 && off2 > off1 )
536 *pbyte_len = off2 - off1;
541 *pbytes = idx->bytes + off1 - 1;
546 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) |
    [all...]
  /external/grub/stage2/
jfs.h 406 unsigned off1:8; /* 1: offset in unit of fsblksize */ member in struct:xad
414 #define offsetXAD(xad) (((s64)((xad)->off1)) << 32 | ((xad)->off2))