Searched defs:TrackTableEntry (Results 1 – 2 of 2) sorted by relevance
45 struct TrackTableEntry struct49 float get_track_value () const { return track.to_float (); } in get_track_value()51 int get_value (const void *base, unsigned int index, in get_value()56 bool sanitize (hb_sanitize_context_t *c, const void *base, in sanitize()65 Fixed track; /* Track value for this record. */66 NameID trackNameID; /* The 'name' table index for this track.70 valuesZ; /* Offset from start of tracking table to
251 class TrackTableEntry(MutableMapping): class