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 434 const SkOpPtT* startPtT = coin->coinPtTStart();
436 double priorT = startPtT->fT;
438 FAIL_IF(!startPtT->contains(oStartPtT));
440 const SkOpSpanBase* start = startPtT->span();
    [all...]
SkPathOpsDebug.cpp     [all...]
  /external/skia/tests/
PathOpsAngleTest.cpp 482 SkOpPtT* startPtT = startT == 0 ? fHead.ptT() : startT == 1 ? fTail.ptT()
488 while (startSpan->ptT() != startPtT) {

Completed in 667 milliseconds