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

/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/third_party/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/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/freetype/include/internal/
H A Dtttypes.h889 FT_Byte* table_end; member in struct:TT_BDFRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h891 FT_Byte* table_end; member in struct:TT_BDFRec_

Completed in 155 milliseconds