Home
last modified time | relevance | path

Searched defs:cubic_to (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-draw.hh39 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
Dhb-draw.cc99 hb_draw_cubic_to_func_t cubic_to) in hb_draw_funcs_set_cubic_to_func()
Dhb-ot-cff2-table.cc161 void cubic_to (const point_t &p1, const point_t &p2, const point_t &p3) in cubic_to() function
Dmain.cc160 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to() function
Dhb-ot-cff1-table.cc471 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/
Dtest-draw.c136 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/
Dftimage.h663 FT_Outline_CubicToFunc cubic_to; member