Home
last modified time | relevance | path

Searched refs:last_offcurve (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh1145 } first_oncurve, first_offcurve, last_offcurve; member
1151 first_oncurve = first_offcurve = last_offcurve = optional_point_t (); in path_builder_t()
1179 last_offcurve = p; in consume_point()
1188 if (last_offcurve.has_data) in consume_point()
1192 …draw_helper->quadratic_to (font->em_scalef_x (last_offcurve.x), font->em_scalef_y (last_offcurve.y… in consume_point()
1194 last_offcurve = optional_point_t (); in consume_point()
1198 optional_point_t mid = last_offcurve.lerp (p, .5f); in consume_point()
1199 …draw_helper->quadratic_to (font->em_scalef_x (last_offcurve.x), font->em_scalef_y (last_offcurve.y… in consume_point()
1201 last_offcurve = p; in consume_point()
1209 last_offcurve = p; in consume_point()
[all …]
/third_party/chromium/patch/
D0001-cve.patch33931 } 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;
[all …]