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

  /external/skia/src/core/
SkStroke.cpp 116 void line_to(const SkPoint& currPt, const SkVector& normal);
223 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { function in class:SkPathStroker
235 this->line_to(currPt, normal);
246 this->line_to(pts[2], normalAB);
284 this->line_to(pts[3], normalAB);
  /external/freetype/include/freetype/
ftimage.h 682 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
    [all...]

Completed in 212 milliseconds