Searched defs:arg_stack_t (Results 1 – 3 of 3) 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 …]
490 struct arg_stack_t : stack_t<ARG, 513> struct492 void push_int (int v) in push_int()498 void push_fixed (int32_t v) in push_fixed()504 void push_real (double v) in push_real()510 ARG& pop_num () { return this->pop (); } in pop_num()512 int pop_int () { return this->pop ().to_int (); } in pop_int()514 unsigned int pop_uint () in pop_uint()525 void push_longint_from_substr (byte_str_ref_t& str_ref) in push_longint_from_substr()531 bool push_fixed_from_substr (byte_str_ref_t& str_ref) in push_fixed_from_substr()540 hb_array_t<const ARG> get_subarray (unsigned int start) const in get_subarray()[all …]