Searched refs:table_end (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttmtx.c211 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 )
H A Dttbdf.c54 bdf->table_end = NULL;
81 bdf->table_end = bdf->table + length;
/external/freetype/src/sfnt/
H A Dttmtx.c214 FT_ULong table_pos, table_size, table_end; local
234 table_end = table_pos + table_size;
243 if ( table_pos + 4 > table_end )
254 if ( table_pos + 4 > table_end )
262 if ( table_pos + 2 > table_end )
H A Dttbdf.c54 bdf->table_end = NULL;
81 bdf->table_end = bdf->table + length;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttmtx.c218 FT_ULong table_pos, table_size, table_end; local
238 table_end = table_pos + table_size;
247 if ( table_pos + 4 > table_end )
258 if ( table_pos + 4 > table_end )
266 if ( table_pos + 2 > table_end )
H A Dttbdf.c54 bdf->table_end = NULL;
81 bdf->table_end = bdf->table + length;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont.cc175 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/
H A Dfont.cc175 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/chromium_org/ui/base/ime/chromeos/
H A Dcharacter_composer.cc261 const SequenceIterator table_end = table_begin + n_sequences; local
263 std::lower_bound(table_begin, table_end, sequence,
265 if (found != table_end &&
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h822 FT_Byte* table_end; member in struct:TT_BDFRec_
/external/freetype/include/internal/
H A Dtttypes.h891 FT_Byte* table_end; member in struct:TT_BDFRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h822 FT_Byte* table_end; member in struct:TT_BDFRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h822 FT_Byte* table_end; member in struct:TT_BDFRec_
/external/chromium_org/third_party/ots/src/
H A Dcmap.cc1000 const off_t table_end = out->Tell(); local
1067 if (!out->Seek(table_end)) {

Completed in 329 milliseconds