Home
last modified time | relevance | path

Searched defs:HeadlessArrayOf (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh777 struct HeadlessArrayOf struct
779 static constexpr unsigned item_size = Type::static_size;
783 const Type& operator [] (int i_) const in operator []()
789 Type& operator [] (int i_) in operator []()
795 unsigned int get_size () const in get_size()
798 unsigned get_length () const { return lenP1 ? lenP1 - 1 : 0; } in get_length()
800 hb_array_t< Type> as_array () { return hb_array (arrayZ, get_length ()); } in as_array()
801 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, get_length ()); } in as_array()
804 typedef hb_array_t<const Type> iter_t;
805 typedef hb_array_t< Type> writer_t;
[all …]
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-open-type.hh891 struct HeadlessArrayOf struct
893 static constexpr unsigned item_size = Type::static_size;
897 const Type& operator [] (int i_) const in operator []()
904 Type& operator [] (int i_) in operator []()
911 unsigned int get_size () const in get_size()
914 unsigned get_length () const { return lenP1 ? lenP1 - 1 : 0; } in get_length()
916 hb_array_t< Type> as_array () { return hb_array (arrayZ, get_length ()); } in as_array()
917 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, get_length ()); } in as_array()
920 typedef hb_array_t<const Type> iter_t;
921 typedef hb_array_t< Type> writer_t;
[all …]