Searched refs:table_end (Results 1 – 3 of 3) sorted by relevance
358 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local378 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()
54 bdf->table_end = NULL; in tt_face_free_bdf_props()81 bdf->table_end = bdf->table + length; in tt_face_load_bdf_props()
903 FT_Byte* table_end; member