Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-gvar-table.hh399 struct gvar struct
401 static constexpr hb_tag_t tableTag = HB_OT_TAG_gvar;
403 bool sanitize_shallow (hb_sanitize_context_t *c) const in sanitize_shallow()
414 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
417 bool subset (hb_subset_context_t *c) const in subset()
493 const hb_bytes_t get_glyph_var_data_bytes (hb_blob_t *blob, hb_codepoint_t glyph) const in get_glyph_var_data_bytes()
503 bool is_long_offset () const { return flags & 1; } in is_long_offset()
505 unsigned get_offset (unsigned i) const in get_offset()
512 const HBUINT32 * get_long_offset_array () const { return (const HBUINT32 *) &offsetZ; } in get_long_offset_array()
513 const HBUINT16 *get_short_offset_array () const { return (const HBUINT16 *) &offsetZ; } in get_short_offset_array()
[all …]
/external/clang/test/CodeGen/
Dms-inline-asm.cpp28 int gvar = 10; variable
/external/bcc/src/cc/
Dbpf_module_rw_engine.cc401 GlobalValue *gvar = mod_->getNamedValue(table.name); in annotate() local
/external/harfbuzz_ng/src/OT/glyf/
Dglyf.hh373 const gvar_accelerator_t *gvar; member
/external/fonttools/Lib/fontTools/varLib/instancer/
D__init__.py332 glyphname, glyf, gvar, hMetrics, vMetrics, axisLimits, optimize=True argument