Lines Matching defs:VarData
2763 struct VarData struct
2765 unsigned int get_item_count () const in get_item_count()
2768 unsigned int get_region_index_count () const in get_region_index_count()
2771 unsigned get_region_index (unsigned i) const in get_region_index()
2774 unsigned int get_row_size () const in get_row_size()
2777 unsigned int get_size () const in get_size()
2783 float get_delta (unsigned int inner, in get_delta()
2825 void get_region_scalars (const int *coords, unsigned int coord_count, in get_region_scalars()
2837 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
2849 bool serialize (hb_serialize_context_t *c, in serialize()
2924 bool serialize (hb_serialize_context_t *c, in serialize()
3026 void collect_region_refs (hb_set_t ®ion_indices, const hb_inc_bimap_t &inner_map) const in collect_region_refs()
3045 const HBUINT8 *get_delta_bytes () const in get_delta_bytes()
3049 HBUINT8 *get_delta_bytes () in get_delta_bytes()
3053 int32_t get_item_delta_fast (unsigned int item, unsigned int region, in get_item_delta_fast()
3076 int32_t get_item_delta (unsigned int item, unsigned int region) const in get_item_delta()
3084 void set_item_delta_fast (unsigned int item, unsigned int region, int32_t delta, in set_item_delta_fast()
3105 void set_item_delta (unsigned int item, unsigned int region, int32_t delta) in set_item_delta()
3112 bool longWords () const { return wordSizeCount & 0x8000u /* LONG_WORDS */; } in longWords()
3113 unsigned wordCount () const { return wordSizeCount & 0x7FFFu /* WORD_DELTA_COUNT_MASK */; } in wordCount()
3116 HBUINT16 itemCount;
3117 HBUINT16 wordSizeCount;
3118 Array16Of<HBUINT16> regionIndices;