Lines Matching defs:TupleVariationHeader
82 struct TupleVariationHeader struct
84 unsigned get_size (unsigned axis_count) const in get_size()
87 unsigned get_data_size () const { return varDataSize; } in get_data_size()
89 const TupleVariationHeader &get_next (unsigned axis_count) const in get_next()
92 float calculate_scalar (const int *coords, unsigned int coord_count, in calculate_scalar()
141 bool has_peak () const { return tupleIndex & TuppleIndex::EmbeddedPeakTuple; } in has_peak()
142 bool has_intermediate () const { return tupleIndex & TuppleIndex::IntermediateRegion; } in has_intermediate()
143 bool has_private_points () const { return tupleIndex & TuppleIndex::PrivatePointNumbers; } in has_private_points()
144 unsigned get_index () const { return tupleIndex & TuppleIndex::TupleIndexMask; } in get_index()
147 struct TuppleIndex : HBUINT16
159 hb_array_t<const F2DOT14> get_all_tuples (unsigned axis_count) const in get_all_tuples()
161 hb_array_t<const F2DOT14> get_peak_tuple (unsigned axis_count) const in get_peak_tuple()
163 hb_array_t<const F2DOT14> get_start_tuple (unsigned axis_count) const in get_start_tuple()
165 hb_array_t<const F2DOT14> get_end_tuple (unsigned axis_count) const in get_end_tuple()
168 HBUINT16 varDataSize; /* The size in bytes of the serialized
170 TuppleIndex tupleIndex; /* A packed field. The high 4 bits are flags (see below).