Lines Matching refs:ARG
465 template <typename ARG=number_t>
466 struct arg_stack_t : cff_stack_t<ARG, 513>
470 ARG &n = S::push (); in push_int()
476 ARG &n = S::push (); in push_fixed()
482 ARG &n = S::push (); in push_real()
486 ARG& pop_num () { return this->pop (); } in pop_num()
516 hb_array_t<const ARG> get_subarray (unsigned int start) const in get_subarray()
520 typedef cff_stack_t<ARG, 513> S;
589 template <typename ARG=number_t>
621 const ARG& eval_arg (unsigned int i) { return argStack[i]; } in eval_arg()
623 ARG& pop_arg () { return argStack.pop (); } in pop_arg()
630 arg_stack_t<ARG>
638 template <typename ARG=number_t>
641 static void process_op (op_code_t op, interp_env_t<ARG>& env) in process_op()