Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/sfnt/
Dttmtx.c214 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local
224 table_pos = face->vert_metrics_offset; in tt_face_get_metrics()
230 table_pos = face->horz_metrics_offset; in tt_face_get_metrics()
234 table_end = table_pos + table_size; in tt_face_get_metrics()
242 table_pos += 4 * gindex; in tt_face_get_metrics()
243 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
246 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
253 table_pos += 4 * ( k - 1 ); in tt_face_get_metrics()
254 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
257 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
[all …]
Dttload.c818 FT_ULong table_pos, table_len; in tt_face_load_name() local
858 table_pos = FT_STREAM_POS(); in tt_face_load_name()
871 storage_start = table_pos + 6 + 12*table->numNameRecords; in tt_face_load_name()
872 storage_limit = table_pos + table_len; in tt_face_load_name()
905 entry->stringOffset += table_pos + table->storageOffset; in tt_face_load_name()
/external/freetype/src/sfnt/
Dttmtx.c227 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local
242 table_pos = face->vert_metrics_offset; in tt_face_get_metrics()
248 table_pos = face->horz_metrics_offset; in tt_face_get_metrics()
252 table_end = table_pos + table_size; in tt_face_get_metrics()
260 table_pos += 4 * gindex; in tt_face_get_metrics()
261 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
264 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
271 table_pos += 4 * ( k - 1 ); in tt_face_get_metrics()
272 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
275 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
[all …]
Dttload.c809 FT_ULong table_pos, table_len; in tt_face_load_name() local
859 table_pos = FT_STREAM_POS(); in tt_face_load_name()
871 storage_start = table_pos + 6 + 12 * table->numNameRecords; in tt_face_load_name()
872 storage_limit = table_pos + table_len; in tt_face_load_name()
907 entry->stringOffset += table_pos + table->storageOffset; in tt_face_load_name()
919 (void)FT_STREAM_SEEK( table_pos + 6 ); in tt_face_load_name()
943 entry->stringOffset += table_pos + table->storageOffset; in tt_face_load_name()