Home
last modified time | relevance | path

Searched refs:CFF2VariationStore (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff2-table.hh113 struct CFF2VariationStore struct
121 bool serialize (hb_serialize_context_t *c, const CFF2VariationStore *varStore) in serialize() argument
125 CFF2VariationStore *dest = c->allocate_size<CFF2VariationStore> (size_); in serialize()
427 varStore = &StructAtOffsetOrNull<CFF2VariationStore> (cff2, topDict.vstoreOffset); in init()
432 if (((varStore != &Null (CFF2VariationStore)) && unlikely (!varStore->sanitize (&sc))) || in init()
493 const CFF2VariationStore *varStore;
Dhb-subset-cff2.cc431 if (acc.varStore != &Null (CFF2VariationStore)) in _serialize_cff2()
434 CFF2VariationStore *dest = c->start_embed<CFF2VariationStore> (); in _serialize_cff2()
Dhb-cff2-interp-cs.hh187 const CFF2VariationStore *varStore;
/third_party/chromium/patch/
D0001-cve.patch33360 - const CFF2VariationStore *varStore;
33366 + const CFF2VariationStore *varStore = nullptr;