Searched defs:SortedArrayOf (Results 1 – 3 of 3) sorted by relevance
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-open-type.hh | 815 struct SortedArrayOf : ArrayOf<Type, LenType> struct 817 …_sorted_array_t< Type> as_array () { return hb_sorted_array (this->arrayZ, this->len); } in as_array() 818 …_sorted_array_t<const Type> as_array () const { return hb_sorted_array (this->arrayZ, this->len); } in as_array() 821 typedef hb_sorted_array_t<const Type> iter_t; 822 typedef hb_sorted_array_t< Type> writer_t; 823 iter_t iter () const { return as_array (); } in iter() 824 writer_t writer () { return as_array (); } in writer() 825 operator iter_t () const { return iter (); } in operator iter_t() 826 operator writer_t () { return writer (); } in operator writer_t() 828 hb_sorted_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-open-type.hh | 912 struct SortedArrayOf : ArrayOf<Type, LenType> struct 914 …_sorted_array_t< Type> as_array () { return hb_sorted_array (this->arrayZ, this->len); } in as_array() 915 …_sorted_array_t<const Type> as_array () const { return hb_sorted_array (this->arrayZ, this->len); } in as_array() 918 typedef hb_sorted_array_t<const Type> iter_t; 919 typedef hb_sorted_array_t< Type> writer_t; 920 iter_t iter () const { return as_array (); } in iter() 921 writer_t writer () { return as_array (); } in writer() 922 operator iter_t () const { return iter (); } in operator iter_t() 923 operator writer_t () { return writer (); } in operator writer_t() 925 hb_sorted_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() [all …]
|
| /third_party/harfbuzz/src/ |
| D | hb-open-type.hh | 900 struct SortedArrayOf : ArrayOf<Type, LenType> struct 902 …_sorted_array_t< Type> as_array () { return hb_sorted_array (this->arrayZ, this->len); } in as_array() 903 …_sorted_array_t<const Type> as_array () const { return hb_sorted_array (this->arrayZ, this->len); } in as_array() 906 typedef hb_sorted_array_t<const Type> iter_t; 907 typedef hb_sorted_array_t< Type> writer_t; 908 iter_t iter () const { return as_array (); } in iter() 909 writer_t writer () { return as_array (); } in writer() 910 operator iter_t () const { return iter (); } in operator iter_t() 911 operator writer_t () { return writer (); } in operator writer_t() 913 hb_sorted_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() [all …]
|