/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-draw.cc | 91 * @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 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()
|
H A 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()
|
H A D | hb-draw.h | 74 hb_draw_cubic_to_func_t cubic_to);
|
H A 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_real ()), in cubic_to() 510 param.cubic_to (pt1, pt2, pt3); in curve()
|
H A 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/freetype/include/freetype/ |
H A D | ftimage.h | 634 * cubic_to :: 663 FT_Outline_CubicToFunc cubic_to; member
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A 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/harfbuzz/perf/ |
H A D | perf-draw.hh | 105 draw_funcs.cubic_to = (FT_Outline_CubicToFunc) _ft_cubic_to; in draw()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftoutln.c | 248 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 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() 1902 (FT_Outline_CubicTo_Func)gray_cubic_to, /* cubic_to */
|