HomeSort by relevance Sort by last modified time
    Searched defs:line_to (Results 1 - 3 of 3) sorted by null

  /external/skia/legacy/src/core/
SkStroke.cpp 103 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);
  /external/skia/src/core/
SkStroke.cpp 102 void line_to(const SkPoint& currPt, const SkVector& normal);
221 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { function in class:SkPathStroker
233 this->line_to(currPt, normal);
244 this->line_to(pts[2], normalAB);
292 this->line_to(pts[3], normalAB);
  /external/freetype/include/freetype/
ftimage.h 694 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
    [all...]

Completed in 5077 milliseconds