Home
last modified time | relevance | path

Searched refs:fBounded (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp50 bounded->fBounded = span; in addBounded()
51 bounded->fNext = fBounded; in addBounded()
52 fBounded = bounded; in addBounded()
106 const SkTSpanBounded* testBounded = fBounded; in closestBoundedT()
108 const SkTSpan* test = testBounded->fBounded; in closestBoundedT()
154 SkTSpanBounded* bounded = fBounded; in findOppSpan()
156 SkTSpan* test = bounded->fBounded; in findOppSpan()
218 fBounded = nullptr; in init()
342 SkTSpanBounded* bounded = fBounded; in oppT()
344 SkTSpan* test = bounded->fBounded; in oppT()
[all …]
DSkPathOpsTSect.h84 SkTSpan* fBounded; member
149 return fBounded != nullptr; in isBounded()
187 fBounded = nullptr; in reset()
226 SkTSpanBounded* fBounded; variable
/third_party/skia/tests/
DPathOpsDebug.cpp1305 const SkTSpanBounded* testBounded = fBounded; in dumpAll()
1307 const SkTSpan* span = testBounded->fBounded; in dumpAll()
1322 const SkTSpanBounded* testBounded = fBounded; in dump()
1324 const SkTSpan* span = testBounded->fBounded; in dump()