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

  /external/skia/src/gpu/
GrAAConvexTessellator.cpp 52 int GrAAConvexTessellator::addPt(const SkPoint& pt,
269 this->addPt(pts[1], 0.0f, false);
413 newIdx0 = this->addPt(temp, -fTargetDepth, false);
424 newIdx1 = this->addPt(temp, -fTargetDepth, false);
436 newIdx2 = this->addPt(temp, -fTargetDepth, false);
586 newIdx = this->addPt(fCandidateVerts.point(i), depth,
GrAAConvexTessellator.h 168 int addPt(const SkPoint& pt, SkScalar depth, bool movable);
  /external/skia/src/core/
SkPath.cpp     [all...]

Completed in 930 milliseconds