Home
last modified time | relevance | path

Searched defs:GlyphVariationData (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh188 struct GlyphVariationData struct
190 const TupleVariationHeader &get_tuple_var_header (void) const in get_tuple_var_header()
193 struct tuple_iterator_t
247 static bool get_tuple_iterator (hb_bytes_t var_data_bytes, unsigned axis_count, in get_tuple_iterator()
257 bool has_shared_point_numbers () const { return tupleVarCount.has_shared_point_numbers (); } in has_shared_point_numbers()
259 static bool unpack_points (const HBUINT8 *&p /* IN/OUT */, in unpack_points()
312 static bool unpack_deltas (const HBUINT8 *&p /* IN/OUT */, in unpack_deltas()
355 bool has_data () const { return tupleVarCount; } in has_data()
358 struct TupleVarCount : HBUINT16
373 TupleVarCount tupleVarCount; /* A packed field. The high 4 bits are flags, and the
[all …]