Searched refs:shared_tuple_count (Results 1 – 2 of 2) sorted by relevance
95 pub fn shared_tuple_count(&self) -> u16 { in shared_tuple_count() method109 let args = (self.shared_tuple_count(), self.axis_count()); in shared_tuples()152 2usize => Some(Field::new("shared_tuple_count", self.shared_tuple_count())), in get_field()500 let (shared_tuple_count, axis_count) = *args; in read_with_args()503 shared_tuple_count as usize * <Tuple as ComputeSize>::compute_size(&axis_count); in read_with_args()519 shared_tuple_count: u16, in read()522 let args = (shared_tuple_count, axis_count); in read()
372 unsigned shared_tuple_count = glyph_vars.compiled_shared_tuples_count (); in serialize() local373 out->sharedTupleCount = shared_tuple_count; in serialize()375 if (!shared_tuple_count) in serialize()