Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-var-gvar-table.hh298 struct gvar struct
300 static constexpr hb_tag_t tableTag = HB_OT_TAG_gvar;
302 bool sanitize_shallow (hb_sanitize_context_t *c) const in sanitize_shallow()
315 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
318 bool decompile_glyph_variations (hb_subset_context_t *c, in decompile_glyph_variations()
345 bool serialize (hb_serialize_context_t *c, in serialize()
392 bool instantiate (hb_subset_context_t *c) const in instantiate()
414 bool subset (hb_subset_context_t *c) const in subset()
532 const hb_bytes_t get_glyph_var_data_bytes (hb_blob_t *blob, in get_glyph_var_data_bytes()
544 bool is_long_offset () const { return flags & 1; } in is_long_offset()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/
H A Dmetrics.rs231 gvar: Option<Gvar<'a>>, field
264 let gvar = font.gvar().ok(); in new() localVariable
390 gvar: Gvar<'a>, field
397 let gvar = metrics.gvar.clone()?; in new() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dgvar.rs483 let gvar = FontRef::new(font_test_data::VAZIRMATN_VAR) in vazirmatn_var_a() localVariable
515 let gvar = FontRef::new(font_test_data::VAZIRMATN_VAR) in vazirmatn_var_agrave() localVariable
539 let gvar = FontRef::new(font_test_data::VAZIRMATN_VAR) in vazirmatn_var_grave() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/
H A Dmod.rs40 gvar: Option<Gvar<'a>>, field
415 let gvar = self.outlines.gvar.as_ref().unwrap(); in load_simple() localVariable
545 let gvar = self.outlines.gvar.as_ref().unwrap(); in load_composite() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/
H A Dtables.rs20 pub mod gvar; module
H A Dtable_provider.rs105 fn gvar(&self) -> Result<tables::gvar::Gvar<'a>, ReadError> { in gvar() method
/aosp_15_r20/external/clang/test/CodeGen/
H A Dms-inline-asm.cpp28 int gvar = 10; variable
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c2254 struct dxil_gvar *gvar = ralloc_size(m->ralloc_ctx, in add_gvar() local
2492 emit_module_info_global(struct dxil_module *m, const struct dxil_gvar *gvar, in emit_module_info_global()
2512 struct dxil_gvar *gvar; in emit_module_info() local
2767 struct dxil_gvar *gvar; in emit_value_symbol_table() local
3907 struct dxil_gvar *gvar; in assign_values() local
H A Dnir_to_dxil.c1506 const struct dxil_value *gvar = dxil_add_global_ptr_var(&ctx->mod, var->name, in emit_global_consts() local
1531 const struct dxil_value *gvar = dxil_add_global_ptr_var(&ctx->mod, var->name, in emit_shared_vars() local
/aosp_15_r20/external/bcc/src/cc/
H A Dbpf_module_rw_engine.cc411 GlobalValue *gvar = mod_->getNamedValue(table.name); in annotate() local
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A Dglyf.hh421 const gvar_accelerator_t *gvar; member
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/instancer/
H A D__init__.py566 glyphname, glyf, gvar, hMetrics, vMetrics, axisLimits, optimize=True argument
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp1873 const Tensor& gvar, in var_mean_backward()