Searched defs:line_to (Results 1 - 2 of 2) sorted by relevance

/external/freetype/include/freetype/
H A Dftimage.h666 /* line_to :: The segment emitter. */
694 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
/external/skia/src/core/
H A DSkStroke.cpp103 void line_to(const SkPoint& currPt, const SkVector& normal);
210 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { function in class:SkPathStroker
222 this->line_to(currPt, normal);
233 this->line_to(pts[2], normalAB);
271 this->line_to(pts[3], normalAB);

Completed in 35 milliseconds