Home
last modified time | relevance | path

Searched refs:first_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()
1161 if (unlikely (point.is_end_point && !first_oncurve.has_data && !first_offcurve.has_data)) in consume_point()
1175 if (first_offcurve.has_data) in consume_point()
1177 optional_point_t mid = first_offcurve.lerp (p, .5f); in consume_point()
1183 first_offcurve = p; in consume_point()
1215 if (first_offcurve.has_data && last_offcurve.has_data) in consume_point()
1217 optional_point_t mid = last_offcurve.lerp (first_offcurve, .5f); in consume_point()
1224 if (first_offcurve.has_data && first_oncurve.has_data) in consume_point()
1225 draw_helper->quadratic_to (font->em_scalef_x (first_offcurve in consume_point()
[all...]

Completed in 3 milliseconds