Searched refs:em_scalef_y (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff2-table.cc | 139 extents->y_bearing = font->em_scalef_y (param.max_y.to_real ()); in get_extents() 140 extents->height = font->em_scalef_y (param.min_y.to_real ()) - extents->y_bearing; in get_extents() 156 { draw_helper->move_to (font->em_scalef_x (p.x.to_real ()), font->em_scalef_y (p.y.to_real ())); } in move_to() 159 { draw_helper->line_to (font->em_scalef_x (p.x.to_real ()), font->em_scalef_y (p.y.to_real ())); } in line_to() 163 draw_helper->cubic_to (font->em_scalef_x (p1.x.to_real ()), font->em_scalef_y (p1.y.to_real ()), in cubic_to() 164 font->em_scalef_x (p2.x.to_real ()), font->em_scalef_y (p2.y.to_real ()), in cubic_to() 165 font->em_scalef_x (p3.x.to_real ()), font->em_scalef_y (p3.y.to_real ())); in cubic_to()
|
D | hb-ot-glyf-table.hh | 1004 extents->y_bearing = font->em_scalef_y (max_y); in get_extents() 1005 extents->height = font->em_scalef_y (min_y) - extents->y_bearing; in get_extents() 1171 draw_helper->move_to (font->em_scalef_x (p.x), font->em_scalef_y (p.y)); in consume_point() 1180 draw_helper->move_to (font->em_scalef_x (mid.x), font->em_scalef_y (mid.y)); 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() 1193 font->em_scalef_x (p.x), font->em_scalef_y (p.y)); 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() 1200 font->em_scalef_x (mid.x), font->em_scalef_y (mid.y)); in consume_point() 1207 draw_helper->line_to (font->em_scalef_x (p.x), font->em_scalef_y (p.y)); in consume_point() 1218 …draw_helper->quadratic_to (font->em_scalef_x (last_offcurve.x), font->em_scalef_y (last_offcurve.y… in consume_point() [all …]
|
D | hb-ot-cff1-table.cc | 438 extents->y_bearing = font->em_scalef_y (bounds.max.y.to_real ()); in get_extents() 439 extents->height = font->em_scalef_y (bounds.min.y.to_real ()) - extents->y_bearing; in get_extents() 461 …draw_helper->move_to (font->em_scalef_x (point.x.to_real ()), font->em_scalef_y (point.y.to_real (… in move_to() 468 …draw_helper->line_to (font->em_scalef_x (point.x.to_real ()), font->em_scalef_y (point.y.to_real (… in line_to() 480 …draw_helper->cubic_to (font->em_scalef_x (point1.x.to_real ()), font->em_scalef_y (point1.y.to_rea… in cubic_to() 481 font->em_scalef_x (point2.x.to_real ()), font->em_scalef_y (point2.y.to_real ()), in cubic_to() 482 font->em_scalef_x (point3.x.to_real ()), font->em_scalef_y (point3.y.to_real ())); in cubic_to()
|
D | hb-ot-metrics.cc | 78 (position && (*position = font->em_scalef_y (_fix_ascender_descender ( \ in _hb_ot_metrics_get_position_common() 155 (position && (*position = font->em_scalef_y (face->table.TABLE->ATTR + GET_VAR)), true)) in hb_ot_metrics_get_position() 245 return font->em_scalef_y (hb_ot_metrics_get_variation (font, metrics_tag)); in hb_ot_metrics_get_y_variation()
|
D | hb-aat-layout-trak-table.hh | 188 hb_position_t offset_to_add = c->font->em_scalef_y (tracking / 2); in apply() 189 hb_position_t advance_to_add = c->font->em_scalef_y (tracking); in apply()
|
D | hb-ot-color-sbix-table.hh | 311 extents->y_bearing = font->em_scalef_y (extents->y_bearing * scale); in get_png_extents() 313 extents->height = font->em_scalef_y (extents->height * scale); in get_png_extents()
|
D | hb-font.hh | 138 hb_position_t em_scalef_y (float v) { return em_scalef (v, y_scale); } in em_scalef_y() function
|
D | hb-ot-layout-common.hh | 3455 { return font->em_scalef_y (get_delta (font, store)); } in get_y_delta()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 32020 hb_position_t em_scalef_y (float v) { return em_scalef (v, y_scale); } 33001 - draw_helper->move_to (font->em_scalef_x (point.x.to_real ()), font->em_scalef_y (point.y.to_re… 33009 - draw_helper->line_to (font->em_scalef_x (point.x.to_real ()), font->em_scalef_y (point.y.to_re… 33018 - draw_helper->cubic_to (font->em_scalef_x (point1.x.to_real ()), font->em_scalef_y (point1.y.to… 33019 - font->em_scalef_x (point2.x.to_real ()), font->em_scalef_y (point2.y.to_real ()), 33020 - font->em_scalef_x (point3.x.to_real ()), font->em_scalef_y (point3.y.to_real ())); 33204 - { draw_helper->move_to (font->em_scalef_x (p.x.to_real ()), font->em_scalef_y (p.y.to_real ()));… 33208 - { draw_helper->line_to (font->em_scalef_x (p.x.to_real ()), font->em_scalef_y (p.y.to_real ()));… 33213 - draw_helper->cubic_to (font->em_scalef_x (p1.x.to_real ()), font->em_scalef_y (p1.y.to_real ()… 33214 - font->em_scalef_x (p2.x.to_real ()), font->em_scalef_y (p2.y.to_real ()), [all …]
|