Home
last modified time | relevance | path

Searched refs:table_pos (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/sfnt/
Dttmtx.c358 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local
368 table_pos = face->vert_metrics_offset; in tt_face_get_metrics()
374 table_pos = face->horz_metrics_offset; in tt_face_get_metrics()
378 table_end = table_pos + table_size; in tt_face_get_metrics()
386 table_pos += 4 * gindex; in tt_face_get_metrics()
387 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
390 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
397 table_pos += 4 * ( k - 1 ); in tt_face_get_metrics()
398 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
401 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
[all …]
Dttload.c743 FT_ULong table_pos, table_len; in tt_face_load_name() local
783 table_pos = FT_STREAM_POS(); in tt_face_load_name()
796 storage_start = table_pos + 6 + 12*table->numNameRecords; in tt_face_load_name()
797 storage_limit = table_pos + table_len; in tt_face_load_name()
830 entry->stringOffset += table_pos + table->storageOffset; in tt_face_load_name()