Searched refs:flag_offset (Results 1 – 2 of 2) sorted by relevance
530 FT_UInt flag_offset = 10 + ( 2 * n_contours ) + 2 + instruction_len; in store_points() local575 dst[flag_offset - 1] |= GLYF_REPEAT; in store_points()582 if ( flag_offset >= dst_size ) in store_points()585 dst[flag_offset++] = repeat_count; in store_points()587 if ( flag_offset >= dst_size ) in store_points()590 dst[flag_offset++] = flag; in store_points()601 if ( flag_offset >= dst_size ) in store_points()604 dst[flag_offset++] = repeat_count; in store_points()609 flag_offset + xy_bytes < flag_offset || in store_points()610 flag_offset + xy_bytes > dst_size ) in store_points()[all …]
2103 FT_ULong flag_offset; in Mac_Read_sfnt_Resource() local2114 flag_offset = (FT_ULong)offsets[face_index]; in Mac_Read_sfnt_Resource()2115 error = FT_Stream_Seek( stream, flag_offset ); in Mac_Read_sfnt_Resource()2135 error = FT_Stream_Seek( stream, flag_offset + 4 ); in Mac_Read_sfnt_Resource()