/third_party/harfbuzz/src/ |
D | hb-draw.hh | 39 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()
|
D | hb-draw.cc | 99 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()
|
D | hb-ot-cff2-table.cc | 161 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()
|
D | hb-draw.h | 74 hb_draw_cubic_to_func_t cubic_to);
|
D | hb-ot-cff1-table.cc | 471 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()
|
D | main.cc | 159 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/ |
D | hb-draw.hh | 39 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()
|
D | hb-draw.cc | 99 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()
|
D | hb-ot-cff2-table.cc | 161 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()
|
D | hb-draw.h | 74 hb_draw_cubic_to_func_t cubic_to);
|
D | hb-ot-cff1-table.cc | 471 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()
|
D | main.cc | 160 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/ |
D | test-draw.c | 136 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/ |
D | test-draw.c | 136 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/ |
D | ftimage.h | 663 FT_Outline_CubicToFunc cubic_to; member
|
/third_party/freetype/include/freetype/ |
D | ftimage.h | 663 FT_Outline_CubicToFunc cubic_to; member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | ftimage.h | 656 FT_Outline_CubicToFunc cubic_to; member
|
/third_party/skia/third_party/externals/harfbuzz/perf/ |
D | perf-draw.hh | 105 draw_funcs.cubic_to = (FT_Outline_CubicToFunc) _ft_cubic_to; in draw()
|
/third_party/harfbuzz/perf/ |
D | perf-draw.hh | 105 draw_funcs.cubic_to = (FT_Outline_CubicToFunc) _ft_cubic_to; in draw()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftoutln.c | 249 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/ |
D | ftoutln.c | 248 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/ |
D | ftoutln.c | 248 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/ |
D | ftgrays.c | 1578 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/ |
D | ftgrays.c | 1577 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/ |
D | ftgrays.c | 1853 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()
|