Home
last modified time | relevance | path

Searched defs:hb_serialize_context_t (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-serialize.hh44 struct hb_serialize_context_t struct
46 typedef unsigned objidx_t;
48 struct range_t
53 struct object_t : range_t
85 hb_serialize_context_t (void *start_, unsigned int size) : in hb_serialize_context_t() argument
90 ~hb_serialize_context_t () { fini (); } in ~hb_serialize_context_t() argument
92 void fini () in fini()
109 bool in_error () const { return !this->successful; } in in_error()
111 void reset () in reset()
123 bool check_success (bool success) in check_success()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-serialize.hh54 struct hb_serialize_context_t struct
56 typedef unsigned objidx_t;
58 enum whence_t {
66 struct object_t
111 hb_serialize_context_t (void *start_, unsigned int size) : in hb_serialize_context_t() argument
116 ~hb_serialize_context_t () { fini (); } in ~hb_serialize_context_t() argument
118 void fini () in fini()
133 bool in_error () const { return bool (errors); } in in_error()
135 bool successful () const { return !bool (errors); } in successful()
137 HB_NODISCARD bool ran_out_of_room () const { return errors & HB_SERIALIZE_ERROR_OUT_OF_ROOM; } in ran_out_of_room()
[all …]
/third_party/harfbuzz/src/
Dhb-serialize.hh54 struct hb_serialize_context_t struct
56 typedef unsigned objidx_t;
58 enum whence_t {
66 struct object_t
110 hb_serialize_context_t (void *start_, unsigned int size) : in hb_serialize_context_t() argument
115 ~hb_serialize_context_t () { fini (); } in ~hb_serialize_context_t() argument
117 void fini () in fini()
132 bool in_error () const { return bool (errors); } in in_error()
134 bool successful () const { return !bool (errors); } in successful()
136 HB_NODISCARD bool ran_out_of_room () const { return errors & HB_SERIALIZE_ERROR_OUT_OF_ROOM; } in ran_out_of_room()
[all …]