/external/chromium_org/third_party/freetype/src/sfnt/ |
ttmtx.c | 211 FT_ULong table_pos, table_size, table_end; local 231 table_end = table_pos + table_size; 240 if ( table_pos + 4 > table_end ) 251 if ( table_pos + 4 > table_end ) 259 if ( table_pos + 2 > table_end )
|
ttbdf.c | 54 bdf->table_end = NULL; 81 bdf->table_end = bdf->table + length;
|
/external/freetype/src/sfnt/ |
ttmtx.c | 211 FT_ULong table_pos, table_size, table_end; local 231 table_end = table_pos + table_size; 240 if ( table_pos + 4 > table_end ) 251 if ( table_pos + 4 > table_end ) 259 if ( table_pos + 2 > table_end )
|
ttbdf.c | 54 bdf->table_end = NULL; 81 bdf->table_end = bdf->table + length;
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
font.cc | 175 for (TableMap::iterator table = tables_.begin(), table_end = tables_.end(); 176 table != table_end; ++table) { 188 table_end = tables_in_font.end(); 189 table != table_end; ++table) { 529 table_end = headers->end(); 530 table_header != table_end; 546 table_end = headers->end(); 547 table_header != table_end;
|
/external/sfntly/cpp/src/sfntly/ |
font.cc | 175 for (TableMap::iterator table = tables_.begin(), table_end = tables_.end(); 176 table != table_end; ++table) { 188 table_end = tables_in_font.end(); 189 table != table_end; ++table) { 529 table_end = headers->end(); 530 table_header != table_end; 546 table_end = headers->end(); 547 table_header != table_end;
|
/cts/tools/dasm/src/java_cup/ |
Main.java | 120 protected static long table_end = 0; field in class:Main 559 table_end = System.currentTimeMillis(); 699 if (table_end != 0 && machine_end != 0) 701 + timestr(table_end-machine_end, total_time)); 702 if (reduce_check_end != 0 && table_end != 0) 704 + timestr(reduce_check_end-table_end, total_time));
|
/external/chromium_org/ui/base/ime/chromeos/ |
character_composer.cc | 264 const SequenceIterator table_end = table_begin + n_sequences; local 266 std::lower_bound(table_begin, table_end, sequence, 268 if (found != table_end &&
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
tttypes.h | 822 FT_Byte* table_end; member in struct:TT_BDFRec_ [all...] |
/external/freetype/include/freetype/internal/ |
tttypes.h | 822 FT_Byte* table_end; member in struct:TT_BDFRec_ [all...] |
/external/chromium_org/third_party/ots/src/ |
cmap.cc | 997 const off_t table_end = out->Tell(); local [all...] |
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
java_cup.jar | |
java_cup.jar.old | |