Searched refs:table_pos (Results 1 – 2 of 2) sorted by relevance
237 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local252 table_pos = face->vert_metrics_offset; in tt_face_get_metrics()258 table_pos = face->horz_metrics_offset; in tt_face_get_metrics()262 table_end = table_pos + table_size; in tt_face_get_metrics()270 table_pos += 4 * gindex; in tt_face_get_metrics()271 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()274 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()281 table_pos += 4 * ( k - 1 ); in tt_face_get_metrics()282 if ( table_pos + 2 > table_end ) in tt_face_get_metrics()285 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()[all …]
836 FT_ULong table_pos, table_len; in tt_face_load_name() local886 table_pos = FT_STREAM_POS(); in tt_face_load_name()898 storage_start = table_pos + 6 + 12 * table->numNameRecords; in tt_face_load_name()899 storage_limit = table_pos + table_len; in tt_face_load_name()934 entry->stringOffset += table_pos + table->storageOffset; in tt_face_load_name()946 (void)FT_STREAM_SEEK( table_pos + 6 ); in tt_face_load_name()970 entry->stringOffset += table_pos + table->storageOffset; in tt_face_load_name()