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

  /external/chromium_org/third_party/skia/experimental/Intersection/
ShapeOps.cpp 24 const Span& backPtr = span->fOther->span(span->fOtherIndex);
25 Segment* segment = backPtr.fOther;
26 nextStart = backPtr.fOtherIndex;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp 16 const SkOpSpan& backPtr = span->fOther->span(span->fOtherIndex);
17 SkOpSegment* segment = backPtr.fOther;
18 *tIndex = backPtr.fOtherIndex;
SkPathOpsCommon.cpp 141 const SkOpSpan& backPtr = span->fOther->span(span->fOtherIndex);
142 SkOpSegment* segment = backPtr.fOther;
143 *tIndex = backPtr.fOtherIndex;

Completed in 3590 milliseconds