Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh466 struct arg_stack_t : cff_stack_t<ARG, 513> struct
468 void push_int (int v) in push_int()
474 void push_fixed (int32_t v) in push_fixed()
480 void push_real (double v) in push_real()
486 ARG& pop_num () { return this->pop (); } in pop_num()
488 int pop_int () { return this->pop ().to_int (); } in pop_int()
490 unsigned int pop_uint () in pop_uint()
501 void push_longint_from_substr (byte_str_ref_t& str_ref) in push_longint_from_substr()
507 bool push_fixed_from_substr (byte_str_ref_t& str_ref) in push_fixed_from_substr()
516 hb_array_t<const ARG> get_subarray (unsigned int start) const in get_subarray()
[all …]