Home
last modified time | relevance | path

Searched refs:simplifyLine (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/geometry/
DGrShape.cpp69 this->simplifyLine(pts[0], pts[1], flags); in simplifyPath()
115 this->simplifyLine(center, start, flags); in simplifyArc()
182 this->simplifyLine(p1, p2, flags); in simplifyRect()
202 void GrShape::simplifyLine(const SkPoint& p1, const SkPoint& p2, unsigned flags) { in simplifyLine() function in GrShape
255 this->simplifyLine(fLine.fP1, fLine.fP2, flags); in simplify()
DGrShape.h258 void simplifyLine(const SkPoint& p1, const SkPoint& p2, unsigned flags);