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

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

Completed in 64 milliseconds