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

/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h675 /* line_to :: The segment emitter. */
703 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp111 void line_to(const SkPoint& currPt, const SkVector& normal);
230 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { function in class:SkPathStroker
242 this->line_to(currPt, normal);
253 this->line_to(pts[2], normalAB);
295 this->line_to(pts[3], normalAB);
/external/freetype/include/freetype/
H A Dftimage.h675 /* line_to :: The segment emitter. */
703 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
/external/skia/src/core/
H A DSkStroke.cpp111 void line_to(const SkPoint& currPt, const SkVector& normal);
230 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { function in class:SkPathStroker
242 this->line_to(currPt, normal);
253 this->line_to(pts[2], normalAB);
295 this->line_to(pts[3], normalAB);

Completed in 211 milliseconds