Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-cff2-interp-cs.hh89 varStore = acc.varStore; in init()
93 do_blend = (coords != nullptr) && num_coords && (varStore != &Null(CFF2VariationStore)); in init()
133 region_count = varStore->varStore.get_region_index_count (get_ivs ()); in process_blend()
137 varStore->varStore.get_scalars (get_ivs (), in process_blend()
186 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
450 varStore = &StructAtOffsetOrNull<CFF2VariationStore> (cff2, topDict.vstoreOffset); in init()
455 if (((varStore != &Null(CFF2VariationStore)) && unlikely (!varStore->sanitize (&sc))) || in init()
514 const CFF2VariationStore *varStore; member
Dhb-ot-var-mvar-table.hh70 varStore.sanitize (c, this) && in sanitize()
86 return (this+varStore).get_delta (record->varIdx, coords, coord_count); in get_var()
105 varStore; /* Offset to item variation store table. */ member
Dhb-ot-var-hvar-table.hh111 varStore.sanitize (c, this) && in sanitize()
121 return (this+varStore).get_delta (varidx, coords, coord_count); in get_advance_var()
130 varStore; /* Offset to item variation store table. */ member
Dhb-ot-layout-gdef-table.hh387 bool has_var_store () const { return version.to_int () >= 0x00010003u && varStore != 0; } in has_var_store()
389 { return version.to_int () >= 0x00010003u ? this+varStore : Null(VariationStore); } in get_var_store()
436 (version.to_int () >= 0x00010003u ? varStore.static_size : 0); in get_size()
454 out->varStore.set (0);// TODO(subset) serialize_subset (c, this+varStore, out); in subset()
469 (version.to_int () < 0x00010003u || varStore.sanitize (c, this))); in sanitize()
497 varStore; /* Offset to the table of Item Variation member
Dhb-ot-layout-base-table.hh473 { return version.to_int () < 0x00010001u ? Null (VariationStore) : this+varStore; } in get_var_store()
519 (version.to_int () < 0x00010001u || varStore.sanitize (c, this)))); in sanitize()
529 varStore; /* Offset to the table of Item Variation member
Dhb-subset-cff2.cc345 if (acc.varStore != &Null(CFF2VariationStore)) in create()
348 final_size += acc.varStore->get_size (); in create()
480 if (acc.varStore != &Null(CFF2VariationStore)) in _write_cff2()
484 if (unlikely (!dest->serialize (&c, acc.varStore))) in _write_cff2()
/external/fonttools/Lib/fontTools/
DfontBuilder.py587 varStore = buildVarStore(varRegionList, [varData])
588 vstore = VarStoreData(otVarStore=varStore)
/external/fonttools/Lib/fontTools/varLib/
D__init__.py34 from fontTools.varLib import builder, models, varStore
494 storeBuilder = varStore.OnlineVarStoreBuilder(axisTags)
537 store_builder = varStore.OnlineVarStoreBuilder(axisTags)
Dmerger.py11 from fontTools.varLib import builder, models, varStore
13 from fontTools.varLib.varStore import VarStoreInstancer
933 self.store_builder = varStore.OnlineVarStoreBuilder(axisTags)
Dmutator.py20 from fontTools.varLib.varStore import VarStoreInstancer
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py1683 varStore = VarStoreData(file)
1684 varStore.decompile()
1685 return varStore
1694 varStore = VarStoreData()
1695 varStore.xmlRead(name, attrs, content, parent)
1696 return varStore
/external/fonttools/Lib/fontTools/subset/
Dcff.py5 from fontTools.varLib.varStore import VarStoreInstancer
D__init__.py13 from fontTools.varLib import varStore
1817 varidx_map = varStore.VarStore_subset_varidxes(table.VarStore, used)
1851 varidx_map = varStore.VarStore_subset_varidxes(table.VarStore, used)
/external/fonttools/Lib/fonttools.egg-info/
DSOURCES.txt302 Lib/fontTools/varLib/varStore.py