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

  /external/skia/src/pathops/
SkOpSegment.cpp     [all...]
SkOpCoincidence.cpp 435 const SkOpPtT* startPtT = coin->coinPtTStart();
437 double priorT = startPtT->fT;
439 FAIL_IF(!startPtT->contains(oStartPtT));
441 const SkOpSpanBase* start = startPtT->span();
    [all...]
SkPathOpsDebug.cpp     [all...]
  /external/skia/tests/
PathOpsAngleTest.cpp 484 SkOpPtT* startPtT = startT == 0 ? fHead.ptT() : startT == 1 ? fTail.ptT()
490 while (startSpan->ptT() != startPtT) {

Completed in 3701 milliseconds