Home
last modified time | relevance | path

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

/external/skia/src/gpu/geometry/
DGrShape.cpp117 this->simplifyPoint(start, flags); in simplifyArc()
185 this->simplifyPoint({rect.fLeft, rect.fTop}, flags); in simplifyRect()
206 this->simplifyPoint(p1, false); in simplifyLine()
227 void GrShape::simplifyPoint(const SkPoint& point, unsigned flags) { in simplifyPoint() function in GrShape
252 this->simplifyPoint(fPoint, flags); in simplify()
DGrShape.h259 void simplifyPoint(const SkPoint& point, unsigned flags);