Home
last modified time | relevance | path

Searched refs:cubic_to (Results 1 – 25 of 27) sorted by relevance

12

/third_party/harfbuzz/src/
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()
Dhb-draw.cc99 hb_draw_cubic_to_func_t cubic_to) in hb_draw_funcs_set_cubic_to_func() argument
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()
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()
Dhb-draw.h74 hb_draw_cubic_to_func_t cubic_to);
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_rea… in cubic_to()
510 param.cubic_to (pt1, pt2, pt3); in curve()
Dmain.cc159 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to() function
305 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/harfbuzz/src/
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()
Dhb-draw.cc99 hb_draw_cubic_to_func_t cubic_to) in hb_draw_funcs_set_cubic_to_func() argument
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()
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()
Dhb-draw.h74 hb_draw_cubic_to_func_t cubic_to);
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_rea… in cubic_to()
510 param.cubic_to (pt1, pt2, pt3); in curve()
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/harfbuzz/test/api/
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/harfbuzz/test/api/
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/freetype/include/freetype/
Dftimage.h663 FT_Outline_CubicToFunc cubic_to; member
/third_party/freetype/include/freetype/
Dftimage.h663 FT_Outline_CubicToFunc cubic_to; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dftimage.h656 FT_Outline_CubicToFunc cubic_to; member
/third_party/skia/third_party/externals/harfbuzz/perf/
Dperf-draw.hh105 draw_funcs.cubic_to = (FT_Outline_CubicToFunc) _ft_cubic_to; in draw()
/third_party/harfbuzz/perf/
Dperf-draw.hh105 draw_funcs.cubic_to = (FT_Outline_CubicToFunc) _ft_cubic_to; in draw()
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftoutln.c249 error = func_interface->cubic_to( &vec1, &vec2, &vec, user ); in FT_Outline_Decompose()
260 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user ); in FT_Outline_Decompose()
/third_party/freetype/src/base/
Dftoutln.c248 error = func_interface->cubic_to( &vec1, &vec2, &vec, user ); in FT_Outline_Decompose()
259 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user ); in FT_Outline_Decompose()
/third_party/skia/third_party/externals/freetype/src/base/
Dftoutln.c248 error = func_interface->cubic_to( &vec1, &vec2, &vec, user ); in FT_Outline_Decompose()
259 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user ); in FT_Outline_Decompose()
/third_party/flutter/skia/third_party/externals/freetype/src/smooth/
Dftgrays.c1578 error = func_interface->cubic_to( &vec1, &vec2, &vec, user ); in FT_Outline_Decompose()
1589 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user ); in FT_Outline_Decompose()
/third_party/freetype/src/smooth/
Dftgrays.c1577 error = func_interface->cubic_to( &vec1, &vec2, &vec, user ); in FT_Outline_Decompose()
1588 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user ); in FT_Outline_Decompose()
/third_party/skia/third_party/externals/freetype/src/smooth/
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()

12