Lines Matching refs:last_offcurve
33931 } first_oncurve, first_offcurve, last_offcurve;
33939 first_oncurve = first_offcurve = last_offcurve = optional_point_t ();
33965 last_offcurve = p;
33975 … draw_helper->quadratic_to (font->em_scalef_x (last_offcurve.x), font->em_scalef_y (last_offcu…
33977 … draw_session->quadratic_to (font->em_fscalef_x (last_offcurve.x), font->em_fscalef_y (last_offc…
33979 last_offcurve = optional_point_t ();
33983 optional_point_t mid = last_offcurve.lerp (p, .5f);
33984 … draw_helper->quadratic_to (font->em_scalef_x (last_offcurve.x), font->em_scalef_y (last_offcu…
33986 … draw_session->quadratic_to (font->em_fscalef_x (last_offcurve.x), font->em_fscalef_y (last_offc…
33988 last_offcurve = p;
33997 last_offcurve = p;
34000 if (first_offcurve.has_data && last_offcurve.has_data)
34002 optional_point_t mid = last_offcurve.lerp (first_offcurve, .5f);
34003 … draw_helper->quadratic_to (font->em_scalef_x (last_offcurve.x), font->em_scalef_y (last_offcu…
34005 … draw_session->quadratic_to (font->em_fscalef_x (last_offcurve.x), font->em_fscalef_y (last_offc…
34007 last_offcurve = optional_point_t ();
34016 else if (last_offcurve.has_data && first_oncurve.has_data)
34017 … draw_helper->quadratic_to (font->em_scalef_x (last_offcurve.x), font->em_scalef_y (last_offcu…
34019 … draw_session->quadratic_to (font->em_fscalef_x (last_offcurve.x), font->em_fscalef_y (last_offc…
34032 first_oncurve = first_offcurve = last_offcurve = optional_point_t ();