Searched refs:varStore (Results 1 – 2 of 2) sorted by relevance
109 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
383 …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