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

  /external/skia/src/pathops/
SkOpCoincidence.cpp 285 const SkOpSegment* testSeg = testPtT->segment();
289 if (testSeg == baseSeg) {
295 if (this->contains(baseSeg, testSeg, testPtT->fT)) {
303 (*CurveIntersectRay[testSeg->verb()])(testSeg->pts(), testSeg->weight(), ray, &i);
313 SkOpSegment* writableSeg = const_cast<SkOpSegment*>(testSeg);
    [all...]
SkPathOpsDebug.cpp     [all...]

Completed in 90 milliseconds