Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
Dttmtx.c218 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local
228 table_pos = face->vert_metrics_offset; in tt_face_get_metrics()
234 table_pos = face->horz_metrics_offset; in tt_face_get_metrics()
238 table_end = table_pos + table_size; in tt_face_get_metrics()
246 table_pos += 4 * gindex; in tt_face_get_metrics()
247 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
250 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
257 table_pos += 4 * ( k - 1 ); in tt_face_get_metrics()
258 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
261 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
[all …]
Dttload.c768 FT_ULong table_pos, table_len; in tt_face_load_name() local
808 table_pos = FT_STREAM_POS(); in tt_face_load_name()
821 storage_start = table_pos + 6 + 12*table->numNameRecords; in tt_face_load_name()
822 storage_limit = table_pos + table_len; in tt_face_load_name()
855 entry->stringOffset += table_pos + table->storageOffset; in tt_face_load_name()
/external/chromium_org/third_party/freetype/src/sfnt/
Dttmtx.c211 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local
221 table_pos = face->vert_metrics_offset; in tt_face_get_metrics()
227 table_pos = face->horz_metrics_offset; in tt_face_get_metrics()
231 table_end = table_pos + table_size; in tt_face_get_metrics()
239 table_pos += 4 * gindex; in tt_face_get_metrics()
240 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
243 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
250 table_pos += 4 * ( k - 1 ); in tt_face_get_metrics()
251 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
254 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
[all …]
Dttload.c745 FT_ULong table_pos, table_len; in tt_face_load_name() local
785 table_pos = FT_STREAM_POS(); in tt_face_load_name()
798 storage_start = table_pos + 6 + 12*table->numNameRecords; in tt_face_load_name()
799 storage_limit = table_pos + table_len; in tt_face_load_name()
832 entry->stringOffset += table_pos + table->storageOffset; in tt_face_load_name()
/external/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.c742 FT_ULong table_pos, table_len; in tt_face_load_name() local
782 table_pos = FT_STREAM_POS(); in tt_face_load_name()
795 storage_start = table_pos + 6 + 12*table->numNameRecords; in tt_face_load_name()
796 storage_limit = table_pos + table_len; in tt_face_load_name()
829 entry->stringOffset += table_pos + table->storageOffset; in tt_face_load_name()