Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh385 struct gvar struct
387 static constexpr hb_tag_t tableTag = HB_OT_TAG_gvar;
389 bool sanitize_shallow (hb_sanitize_context_t *c) const in sanitize_shallow()
403 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
406 bool subset (hb_subset_context_t *c) const in subset()
482 const hb_bytes_t get_glyph_var_data_bytes (hb_blob_t *blob, hb_codepoint_t glyph) const in get_glyph_var_data_bytes()
490 bool is_long_offset () const { return flags & 1; } in is_long_offset()
492 unsigned get_offset (unsigned i) const in get_offset()
495 const HBUINT32 * get_long_offset_array () const { return (const HBUINT32 *) &offsetZ; } in get_long_offset_array()
496 const HBUINT16 *get_short_offset_array () const { return (const HBUINT16 *) &offsetZ; } in get_short_offset_array()
[all …]
Dhb-ot-glyf-table.hh1250 const gvar_accelerator_t *gvar; member
/third_party/harfbuzz/src/
Dhb-ot-var-gvar-table.hh385 struct gvar struct
387 static constexpr hb_tag_t tableTag = HB_OT_TAG_gvar;
389 bool sanitize_shallow (hb_sanitize_context_t *c) const in sanitize_shallow()
403 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
406 bool subset (hb_subset_context_t *c) const in subset()
478 const hb_bytes_t get_glyph_var_data_bytes (hb_blob_t *blob, hb_codepoint_t glyph) const in get_glyph_var_data_bytes()
486 bool is_long_offset () const { return flags & 1; } in is_long_offset()
488 unsigned get_offset (unsigned i) const in get_offset()
491 const HBUINT32 * get_long_offset_array () const { return (const HBUINT32 *) &offsetZ; } in get_long_offset_array()
492 const HBUINT16 *get_short_offset_array () const { return (const HBUINT16 *) &offsetZ; } in get_short_offset_array()
[all …]
Dhb-ot-glyf-table.hh1184 const gvar_accelerator_t *gvar; member
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1796 struct dxil_gvar *gvar = ralloc_size(m->ralloc_ctx, in add_gvar() local
1943 emit_module_info_global(struct dxil_module *m, const struct dxil_gvar *gvar, in emit_module_info_global()
1963 struct dxil_gvar *gvar; in emit_module_info() local
2212 struct dxil_gvar *gvar; in emit_value_symbol_table() local
3331 struct dxil_gvar *gvar; in assign_values() local
Dnir_to_dxil.c1089 const struct dxil_value *gvar = dxil_add_global_ptr_var(&ctx->mod, var->name, type, in emit_global_consts() local