Home
last modified time | relevance | path

Searched refs:varStore (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff2-interp-cs.hh89 varStore = acc.varStore; in init()
93 do_blend = num_coords && coords && varStore->size; in init()
133 region_count = varStore->varStore.get_region_index_count (get_ivs ()); in process_blend()
139 varStore->varStore.get_region_scalars (get_ivs (), coords, num_coords, in process_blend()
187 const CFF2VariationStore *varStore; member
Dhb-ot-cff2-table.hh118 …return_trace (likely (c->check_struct (this)) && c->check_range (&varStore, size) && varStore.sani… in sanitize()
121 bool serialize (hb_serialize_context_t *c, const CFF2VariationStore *varStore) in serialize()
124 unsigned int size_ = varStore->get_size (); in serialize()
127 memcpy (dest, varStore, size_); in serialize()
134 VariationStore varStore; member
427 varStore = &StructAtOffsetOrNull<CFF2VariationStore> (cff2, topDict.vstoreOffset); in init()
432 if (((varStore != &Null (CFF2VariationStore)) && unlikely (!varStore->sanitize (&sc))) || in init()
493 const CFF2VariationStore *varStore; member
Dhb-ot-var-mvar-table.hh70 varStore.sanitize (c, this) && in sanitize()
88 return (this+varStore).get_delta (record->varIdx, coords, coord_count); in get_var()
107 varStore; /* Offset to item variation store table. */ member
Dhb-ot-layout-gdef-table.hh558 bool has_var_store () const { return version.to_int () >= 0x00010003u && varStore != 0; } in has_var_store()
560 { return version.to_int () >= 0x00010003u ? this+varStore : Null (VariationStore); } in get_var_store()
607 (version.to_int () >= 0x00010003u ? varStore.static_size : 0); in get_size()
616 if (version.to_int () < 0x00010003u || !varStore) return; in remap_layout_variation_indices()
624 if (major >= (this+varStore).get_sub_table_count ()) break; in remap_layout_variation_indices()
661 subset_varstore = out->varStore.serialize_subset (c, varStore, this); in subset()
682 (version.to_int () < 0x00010003u || varStore.sanitize (c, this))); in sanitize()
710 varStore; /* Offset to the table of Item Variation member
Dhb-ot-var-hvar-table.hh265 varStore.sanitize (c, this) && in sanitize()
307 hvar_plan.init (index_maps.as_array (), this+varStore, c->plan); in _subset()
315 if (unlikely (!out->varStore in _subset()
328 return (this+varStore).get_delta (varidx, font->coords, font->num_coords); in get_advance_var()
336 return (this+varStore).get_delta (varidx, coords, coord_count); in get_side_bearing_var()
345 varStore; /* Offset to item variation store table. */ member
Dhb-ot-layout-base-table.hh452 { return version.to_int () < 0x00010001u ? Null (VariationStore) : this+varStore; } in get_var_store()
499 (version.to_int () < 0x00010001u || varStore.sanitize (c, this)))); in sanitize()
509 varStore; /* Offset to the table of Item Variation member
Dhb-subset-cff2.cc431 if (acc.varStore != &Null (CFF2VariationStore)) in _serialize_cff2()
435 if (unlikely (!dest || !dest->serialize (c, acc.varStore))) return false; in _serialize_cff2()
Dhb-ot-color-colr-table.hh1368 varStore.sanitize (c, this)))); in sanitize()
1527 Offset32To<VariationStore> varStore; member
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt11654 varStore
/third_party/chromium/patch/
D0001-cve.patch33360 - const CFF2VariationStore *varStore;
33366 + const CFF2VariationStore *varStore = nullptr;