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

/external/freetype/src/sfnt/
H A Dttmtx.c358 FT_ULong table_pos, table_size, table_end; local
378 table_end = table_pos + table_size;
387 if ( table_pos + 4 > table_end )
398 if ( table_pos + 4 > table_end )
406 if ( table_pos + 2 > table_end )
H A Dttbdf.c54 bdf->table_end = NULL;
81 bdf->table_end = bdf->table + length;
/external/freetype/include/freetype/internal/
H A Dtttypes.h903 FT_Byte* table_end; member in struct:TT_BDFRec_

Completed in 107 milliseconds