Home
last modified time | relevance | path

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

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