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

  /external/skia/src/pathops/
SkOpSpan.cpp 450 SkOpPtT* testPtT = stopPtT;
453 if (this == testPtT->span()) {
454 testPtT->setSpan(keptSpan);
456 } while ((testPtT = testPtT->next()) != stopPtT);
SkOpCoincidence.cpp 36 const SkOpPtT* testPtT = prev ? prev->next()->ptT()
38 if (origPtT != testPtT) {
39 (this->*setEnd)(testPtT);
277 const SkOpPtT* testPtT = testSpan->ptT();
278 const SkOpPtT* stopPtT = testPtT;
281 while ((testPtT = testPtT->next()) != stopPtT) {
285 const SkOpSegment* testSeg = testPtT->segment();
286 if (testPtT->deleted()) {
292 if (testPtT->span()->ptT() != testPtT)
    [all...]
SkOpSegment.cpp 193 const SkOpPtT* testPtT;
196 testPtT = test->ptT();
197 if (testPtT->fT == t) {
200 if (!this->match(testPtT, this, t, pt)) {
201 if (t < testPtT->fT) {
207 return testPtT;
209 const SkOpPtT* loop = testPtT->next();
210 while (loop != testPtT) {
219 return opp && !test->contains(opp) ? nullptr : testPtT;
    [all...]
SkPathOpsDebug.cpp     [all...]

Completed in 74 milliseconds