Home
last modified time | relevance | path

Searched refs:line_to (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-draw.hh36 hb_draw_line_to_func_t line_to; member
61 void line_to (hb_position_t x, hb_position_t y) in line_to() function
65 funcs->line_to (x, y, user_data); in line_to()
109 funcs->line_to (path_start_x, path_start_y, user_data); in end_path()
Dhb-draw.cc64 hb_draw_line_to_func_t line_to) in hb_draw_funcs_set_line_to_func() argument
67 funcs->line_to = line_to; in hb_draw_funcs_set_line_to_func()
157 funcs->line_to = (hb_draw_line_to_func_t) _line_to_nil; in hb_draw_funcs_create()
Dhb-ot-cff2-table.cc158 void line_to (const point_t &p) in line_to() function
159 { draw_helper->line_to (font->em_scalef_x (p.x.to_real ()), font->em_scalef_y (p.y.to_real ())); } in line_to()
183 param.line_to (pt1); in line()
Dhb-draw.h66 hb_draw_line_to_func_t line_to);
Dhb-ot-cff1-table.cc464 void line_to (const point_t &p) in line_to() function
468 …draw_helper->line_to (font->em_scalef_x (point.x.to_real ()), font->em_scalef_y (point.y.to_real (… in line_to()
504 param.line_to (pt1); in line()
Dmain.cc145 line_to (hb_position_t to_x, hb_position_t to_y, user_data_t &user_data) in line_to() function
304 hb_draw_funcs_set_line_to_func (funcs, (hb_draw_line_to_func_t) line_to); in dump_glyphs()
Dhb-ot-glyf-table.hh1207 draw_helper->line_to (font->em_scalef_x (p.x), font->em_scalef_y (p.y)); in consume_point()
1231 … draw_helper->line_to (font->em_scalef_x (first_oncurve.x), font->em_scalef_y (first_oncurve.y)); in consume_point()
/third_party/skia/third_party/externals/harfbuzz/perf/
Dperf-draw.hh103 draw_funcs.line_to = (FT_Outline_LineToFunc) _ft_line_to; in draw()
126 builder.line_to = _tp_line_to; in draw()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-draw.c109 line_to (hb_position_t to_x, hb_position_t to_y, user_data_t *user_data) in line_to() function
908 hb_draw_funcs_set_line_to_func (funcs, (hb_draw_line_to_func_t) line_to); in main()
916 hb_draw_funcs_set_line_to_func (funcs2, (hb_draw_line_to_func_t) line_to); in main()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftimage.h661 FT_Outline_LineToFunc line_to; member
/third_party/skia/third_party/externals/freetype/src/base/
Dftoutln.c156 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose()
268 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose()
/third_party/skia/src/core/
DSkStroke.cpp282 void line_to(const SkPoint& currPt, const SkVector& normal);
429 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to() function in SkPathStroker
479 this->line_to(currPt, normal); in lineTo()
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftgrays.c1761 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose()
1873 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose()