Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh469 struct arg_stack_t : cff_stack_t<ARG, 513> struct
471 void push_int (int v) in push_int()
477 void push_fixed (int32_t v) in push_fixed()
483 void push_real (double v) in push_real()
489 ARG& pop_num () { return this->pop (); } in pop_num()
491 int pop_int () { return this->pop ().to_int (); } in pop_int()
493 unsigned int pop_uint () in pop_uint()
504 void push_longint_from_substr (byte_str_ref_t& str_ref) in push_longint_from_substr()
510 bool push_fixed_from_substr (byte_str_ref_t& str_ref) in push_fixed_from_substr()
519 hb_array_t<const ARG> get_subarray (unsigned int start) const in get_subarray()
[all …]