Searched refs:flag_offset (Results 1 – 2 of 2) sorted by relevance
541 FT_UInt flag_offset = 10 + ( 2 * n_contours ) + 2 + instruction_len; in store_points() local586 dst[flag_offset - 1] |= GLYF_REPEAT; in store_points()593 if ( flag_offset >= dst_size ) in store_points()596 dst[flag_offset++] = repeat_count; in store_points()598 if ( flag_offset >= dst_size ) in store_points()601 dst[flag_offset++] = flag; in store_points()612 if ( flag_offset >= dst_size ) in store_points()615 dst[flag_offset++] = repeat_count; in store_points()620 flag_offset + xy_bytes < flag_offset || in store_points()621 flag_offset + xy_bytes > dst_size ) in store_points()[all …]
2059 FT_ULong flag_offset; in Mac_Read_sfnt_Resource() local2070 flag_offset = (FT_ULong)offsets[face_index]; in Mac_Read_sfnt_Resource()2071 error = FT_Stream_Seek( stream, flag_offset ); in Mac_Read_sfnt_Resource()2091 error = FT_Stream_Seek( stream, flag_offset + 4 ); in Mac_Read_sfnt_Resource()