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

  /external/skia/src/gpu/ops/
GrAAConvexTessellator.h 81 int origEdge(int index) const { return fPts[index].fOrigEdgeId; }
84 int addNewPt(const SkPoint& newPt, int originatingIdx, int origEdge, bool needsToBeNew) {
87 pt->fOrigEdgeId = origEdge;
  /external/skqp/src/gpu/ops/
GrAAConvexTessellator.h 81 int origEdge(int index) const { return fPts[index].fOrigEdgeId; }
84 int addNewPt(const SkPoint& newPt, int originatingIdx, int origEdge, bool needsToBeNew) {
87 pt->fOrigEdgeId = origEdge;

Completed in 83 milliseconds