Searched defs:gvar (Results 1 – 5 of 5) sorted by relevance
380 struct gvar struct382 static constexpr hb_tag_t tableTag = HB_OT_TAG_gvar;384 bool sanitize_shallow (hb_sanitize_context_t *c) const in sanitize_shallow()398 bool sanitize (hb_sanitize_context_t *c) const in sanitize()401 bool subset (hb_subset_context_t *c) const in subset()470 const GlyphVarData *get_glyph_var_data (hb_codepoint_t glyph) const in get_glyph_var_data()482 bool is_long_offset () const { return (flags & 1) != 0; } in is_long_offset()484 unsigned int get_offset (unsigned int i) const in get_offset()492 unsigned int get_glyph_var_data_length (unsigned int glyph) const in get_glyph_var_data_length()501 const HBUINT32 * get_long_offset_array () const { return (const HBUINT32 *) &offsetZ; } in get_long_offset_array()[all …]
44 int gvar = foo(0); variable
28 int gvar = 10; variable
34 int gvar = 10; variable
380 GlobalValue *gvar = mod_->getNamedValue(table.name); in annotate() local