Searched refs:line_to (Results 1 – 6 of 6) sorted by relevance
116 void line_to(const SkPoint& currPt, const SkVector& normal);223 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to() function in SkPathStroker235 this->line_to(currPt, normal); in lineTo()246 this->line_to(pts[2], normalAB); in quad_to()284 this->line_to(pts[3], normalAB); in cubic_to()
682 FT_Outline_LineToFunc line_to; member
160 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose()272 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose()
987 clazz->line_to = line_to_; \
1561 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose()1673 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose()
869 funcs.line_to = line_proc; in generatePath()