Home
last modified time | relevance | path

Searched defs:line_to (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-draw.hh36 hb_draw_line_to_func_t line_to; member
61 void line_to (hb_position_t x, hb_position_t y) in line_to() function
Dhb-draw.cc64 hb_draw_line_to_func_t line_to) in hb_draw_funcs_set_line_to_func()
Dhb-ot-cff2-table.cc158 void line_to (const point_t &p) in line_to() function
Dmain.cc145 line_to (hb_position_t to_x, hb_position_t to_y, user_data_t &user_data) in line_to() function
Dhb-ot-cff1-table.cc464 void line_to (const point_t &p) in line_to() function
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-draw.c109 line_to (hb_position_t to_x, hb_position_t to_y, user_data_t *user_data) in line_to() function
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftimage.h661 FT_Outline_LineToFunc line_to; member
/third_party/skia/src/core/
DSkStroke.cpp429 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to() function in SkPathStroker