Searched refs:draw_helper (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cff1-table.cc | 451 draw_helper = &draw_helper_; in cff1_path_param_t() 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_real ()), in cubic_to() 485 void end_path () { draw_helper->end_path (); } in end_path() 488 draw_helper_t *draw_helper; member 516 draw_helper_t &draw_helper, bool in_seac = false, point_t *delta = nullptr); 533 && _get_path (param.cff, param.font, base, *param.draw_helper, true) in process_seac() 534 && _get_path (param.cff, param.font, accent, *param.draw_helper, true, &delta)))) in process_seac() 540 draw_helper_t &draw_helper, boo in _get_path() 539 _get_path(const OT::cff1::accelerator_t *cff, hb_font_t *font, hb_codepoint_t glyph, draw_helper_t &draw_helper, bool in_seac, point_t *delta) _get_path() argument [all...] |
H A D | hb-ot-cff2-table.cc | 151 draw_helper = &draw_helper_; in cff2_path_param_t() 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() 169 draw_helper_t *draw_helper; member 196 bool OT::cff2::accelerator_t::get_path (hb_font_t *font, hb_codepoint_t glyph, draw_helper_t &draw_helper) const in get_path() 209 cff2_path_param_t param (font, draw_helper); in get_path()
|
H A D | hb-draw.cc | 250 draw_helper_t draw_helper (funcs, user_data); in hb_font_draw_glyph() 251 if (font->face->table.glyf->get_path (font, glyph, draw_helper)) return true; in hb_font_draw_glyph() 253 if (font->face->table.cff1->get_path (font, glyph, draw_helper)) return true; in hb_font_draw_glyph() 254 if (font->face->table.cff2->get_path (font, glyph, draw_helper)) return true; in hb_font_draw_glyph()
|
H A D | hb-ot-glyf-table.hh | 1132 draw_helper_t *draw_helper; member 1150 draw_helper = &draw_helper_; in path_builder_t() 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() 1199 draw_helper->quadratic_to (font->em_scalef_x (last_offcurve.x), font->em_scalef_y (last_offcurve.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() 1225 draw_helper->quadratic_to (font->em_scalef_x (first_offcurve.x), font->em_scalef_y (first_offcurve.y), in consume_point() 1228 draw_helper in consume_point() [all...] |
H A D | hb-ot-cff2-table.hh | 511 HB_INTERNAL bool get_path (hb_font_t *font, hb_codepoint_t glyph, draw_helper_t &draw_helper) const;
|
H A D | hb-ot-cff1-table.hh | 1352 HB_INTERNAL bool get_path (hb_font_t *font, hb_codepoint_t glyph, draw_helper_t &draw_helper) const;
|
Completed in 7 milliseconds