Searched refs:table_pos (Results 1 – 3 of 3) sorted by relevance
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()261 table_pos += 4 + 2 * ( gindex - k ); in tt_face_get_metrics()[all …]
742 FT_ULong table_pos, table_len; in tt_face_load_name() local782 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()
272 module_mem_t *table_pos = in _del_mem_table() local274 if (table_pos) { in _del_mem_table()276 &table_pos->mem_statis.calling_stack.func_head, in _del_mem_table()290 list_del(&table_pos->list); in _del_mem_table()291 HAL_Free(table_pos); in _del_mem_table()292 table_pos = NULL; in _del_mem_table()
Completed in 10 milliseconds