Searched refs:first_offcurve (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-glyf-table.hh | 1145 } 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.x), font->em_scalef_y (first_offcurve… in consume_point() [all …]
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 33931 } first_oncurve, first_offcurve, last_offcurve; 33939 first_oncurve = first_offcurve = last_offcurve = optional_point_t (); 33947 - if (unlikely (point.is_end_point && !first_oncurve.has_data && !first_offcurve.has_data)) 33963 optional_point_t mid = first_offcurve.lerp (p, .5f); 33970 first_offcurve = p; 34000 if (first_offcurve.has_data && last_offcurve.has_data) 34002 optional_point_t mid = last_offcurve.lerp (first_offcurve, .5f); 34011 if (first_offcurve.has_data && first_oncurve.has_data) 34012 … draw_helper->quadratic_to (font->em_scalef_x (first_offcurve.x), font->em_scalef_y (first_offc… 34014 … draw_session->quadratic_to (font->em_fscalef_x (first_offcurve.x), font->em_fscalef_y (first_off… [all …]
|