Searched defs:TrackData (Results 1 – 2 of 2) sorted by relevance
77 struct TrackData struct79 float interpolate_at (unsigned int idx, in interpolate_at()94 int get_tracking (const void *base, float ptem) const in get_tracking()140 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()149 HBUINT16 nTracks; /* Number of separate tracks included in this table. */150 HBUINT16 nSizes; /* Number of point sizes included in this table. */152 sizeTable; /* Offset from start of the tracking table to155 trackTable; /* Array[nTracks] of TrackTableEntry records. */
124 class TrackData(MutableMapping): class