Home
last modified time | relevance | path

Searched refs:cubic_to (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-draw.cc91 * @cubic_to: cubic-to callback
99 hb_draw_cubic_to_func_t cubic_to) in hb_draw_funcs_set_cubic_to_func()
102 funcs->cubic_to = cubic_to; in hb_draw_funcs_set_cubic_to_func()
160 funcs->cubic_to = (hb_draw_cubic_to_func_t) _cubic_to_nil; in hb_draw_funcs_create()
98 hb_draw_funcs_set_cubic_to_func(hb_draw_funcs_t *funcs, hb_draw_cubic_to_func_t cubic_to) hb_draw_funcs_set_cubic_to_func() argument
H A Dhb-draw.hh39 hb_draw_cubic_to_func_t cubic_to; member
80 funcs->cubic_to (roundf ((current_x + 2.f * control_x) / 3.f), in quadratic_to()
90 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to() function
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
H A Dhb-ot-cff2-table.cc161 void cubic_to (const point_t &p1, const point_t &p2, const point_t &p3) in cubic_to() function
163 draw_helper->cubic_to (font->em_scalef_x (p1.x.to_real ()), font->em_scalef_y (p1.y.to_real ()), in cubic_to()
189 param.cubic_to (pt1, pt2, pt3); in curve()
H A Dhb-draw.h74 hb_draw_cubic_to_func_t cubic_to);
H A Dhb-ot-cff1-table.cc471 void cubic_to (const point_t &p1, const point_t &p2, const point_t &p3) in cubic_to() function
480 draw_helper->cubic_to (font->em_scalef_x (point1.x.to_real ()), font->em_scalef_y (point1.y.to_real ()), in cubic_to()
510 param.cubic_to (pt1, pt2, pt3); in curve()
H A Dmain.cc160 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to() function
306 hb_draw_funcs_set_cubic_to_func (funcs, (hb_draw_cubic_to_func_t) cubic_to); in dump_glyphs()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftimage.h634 * cubic_to ::
663 FT_Outline_CubicToFunc cubic_to; member
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-draw.c136 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to() function
910 hb_draw_funcs_set_cubic_to_func (funcs, (hb_draw_cubic_to_func_t) cubic_to); in main()
917 hb_draw_funcs_set_cubic_to_func (funcs2, (hb_draw_cubic_to_func_t) cubic_to); in main()
/third_party/skia/third_party/externals/harfbuzz/perf/
H A Dperf-draw.hh105 draw_funcs.cubic_to = (FT_Outline_CubicToFunc) _ft_cubic_to; in draw()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftoutln.c248 error = func_interface->cubic_to( &vec1, &vec2, &vec, user ); in FT_EXPORT_DEF()
259 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user ); in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c1853 error = func_interface->cubic_to( &vec1, &vec2, &vec, user ); in FT_Outline_Decompose()
1864 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user ); in FT_Outline_Decompose()
1902 (FT_Outline_CubicTo_Func)gray_cubic_to, /* cubic_to */

Completed in 14 milliseconds