Home
last modified time | relevance | path

Searched defs:HeadlessArrayOf (Results 1 – 3 of 3) 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/harfbuzz/src/
Dhb-open-type.hh765 struct HeadlessArrayOf struct
767 static constexpr unsigned item_size = Type::static_size;
771 const Type& operator [] (int i_) const in operator []()
777 Type& operator [] (int i_) in operator []()
783 unsigned int get_size () const in get_size()
786 unsigned get_length () const { return lenP1 ? lenP1 - 1 : 0; } in get_length()
788 hb_array_t< Type> as_array () { return hb_array (arrayZ, get_length ()); } in as_array()
789 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, get_length ()); } in as_array()
792 typedef hb_array_t<const Type> iter_t;
793 typedef hb_array_t< Type> writer_t;
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh704 struct HeadlessArrayOf struct
706 static constexpr unsigned item_size = Type::static_size;
710 const Type& operator [] (int i_) const in operator []()
716 Type& operator [] (int i_) in operator []()
722 unsigned int get_size () const in get_size()
725 bool serialize (hb_serialize_context_t *c, in serialize()
738 bool sanitize (hb_sanitize_context_t *c, Ts&&... ds) const in sanitize()
751 bool sanitize_shallow (hb_sanitize_context_t *c) const in sanitize_shallow()
759 LenType lenP1;
760 Type arrayZ[VAR];