Searched refs:varStore (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff2-interp-cs.hh | 89 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
|
D | hb-ot-cff2-table.hh | 118 …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
|
D | hb-ot-var-mvar-table.hh | 70 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
|
D | hb-ot-layout-gdef-table.hh | 558 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
|
D | hb-ot-var-hvar-table.hh | 265 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
|
D | hb-ot-layout-base-table.hh | 452 { 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
|
D | hb-subset-cff2.cc | 431 if (acc.varStore != &Null (CFF2VariationStore)) in _serialize_cff2() 435 if (unlikely (!dest || !dest->serialize (c, acc.varStore))) return false; in _serialize_cff2()
|
D | hb-ot-color-colr-table.hh | 1368 varStore.sanitize (c, this)))); in sanitize() 1527 Offset32To<VariationStore> varStore; member
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 11654 varStore
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 33360 - const CFF2VariationStore *varStore; 33366 + const CFF2VariationStore *varStore = nullptr;
|