Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
H A 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 in consume_point()
[all...]

Completed in 2 milliseconds