Searched refs:lenP1 (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-open-type.hh | 689 if (unlikely (i >= lenP1 || !i)) return Null (Type); in operator []() 695 if (unlikely (i >= lenP1 || !i)) return Crap (Type); in operator []() 699 { return lenP1.static_size + (lenP1 ? lenP1 - 1 : 0) * Type::static_size; } in get_size() 706 lenP1.set (items.len + 1); /* TODO(serialize) Overflow? */ in serialize() 734 return_trace (lenP1.sanitize (c) && in sanitize_shallow() 735 (!lenP1 || c->check_array (arrayZ, lenP1 - 1))); in sanitize_shallow() 739 LenType lenP1; member
|
D | hb-ot-layout-gsub-table.hh | 684 unsigned int count = component.lenP1; in intersects() 694 unsigned int count = component.lenP1; in closure() 704 c->input->add_array (component.arrayZ, component.lenP1 ? component.lenP1 - 1 : 0); in collect_glyphs() 711 if (c->len != component.lenP1) in would_apply() 724 unsigned int count = component.lenP1; in apply()
|
D | hb-ot-layout-gsubgpos.hh | 1945 input.lenP1, input.arrayZ, in intersects() 1959 input.lenP1, input.arrayZ, in closure() 1974 input.lenP1, input.arrayZ, in collect_glyphs() 1989 input.lenP1, input.arrayZ, in would_apply() 2002 input.lenP1, input.arrayZ, in apply()
|