Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-hvar-table.hh109 varStore.sanitize (c, this) && in sanitize()
119 return (this+varStore).get_delta (varidx, coords, coord_count); in get_advance_var()
129 varStore; /* Offset to item variation store table. */ member
Dhb-ot-layout-gdef-table.hh383 …inline bool has_var_store (void) const { return version.to_int () >= 0x00010003u && varStore != 0;… in has_var_store()
385 { return version.to_int () >= 0x00010003u ? this+varStore : Null(VariationStore); } in get_var_store()
397 (version.to_int () < 0x00010003u || varStore.sanitize (c, this))); in sanitize()
447 varStore; /* Offset to the table of Item Variation member