Searched refs:lenP1 (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-open-type.hh | 735 if (unlikely (i >= lenP1 || !i)) return Null (Type); in operator []() 741 if (unlikely (i >= lenP1 || !i)) return Crap (Type); in operator []() 745 { return lenP1.static_size + get_length () * Type::static_size; } in get_size() 747 unsigned get_length () const { return lenP1 ? lenP1 - 1 : 0; } in get_length() 764 c->check_assign (lenP1, items_len + 1); in serialize() 799 return_trace (lenP1.sanitize (c) && in sanitize_shallow() 800 (!lenP1 || c->check_array (arrayZ, lenP1 - 1))); in sanitize_shallow() 804 LenType lenP1; member
|
D | hb-ot-layout-gsubgpos.hh | 1944 input.lenP1, input.arrayZ, in intersects() 1957 input.lenP1, input.arrayZ, in closure() 1971 input.lenP1, input.arrayZ, in collect_glyphs() 1985 input.lenP1, input.arrayZ, in would_apply() 1998 input.lenP1, input.arrayZ, in apply() 2033 serialize_array (c, input.lenP1, + input.iter () in copy()
|
D | hb-ot-layout-gsub-table.hh | 748 if (c->len != component.lenP1) in would_apply() 761 unsigned int count = component.lenP1; in apply()
|