Searched defs:arg_stack_t (Results 1 – 1 of 1) sorted by relevance
466 struct arg_stack_t : cff_stack_t<ARG, 513> struct468 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 …]