Searched defs:cubic_to (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-draw.hh | 39 hb_draw_cubic_to_func_t cubic_to; member 90 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to() function
|
D | hb-draw.cc | 99 hb_draw_cubic_to_func_t cubic_to) in hb_draw_funcs_set_cubic_to_func()
|
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
|
D | main.cc | 160 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to() function
|
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
|
/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
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftimage.h | 663 FT_Outline_CubicToFunc cubic_to; member
|