Home
last modified time | relevance | path

Searched defs:startPtT (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkOpSegment.cpp1311 SkOpPtT* startPtT = test->ptT(); in moveMultiples() local
1579 const SkOpPtT& startPtT = *start->ptT(); in subDivide() local
1632 const SkOpPtT& startPtT = *start->ptT(); in subDivide() local
DSkOpCoincidence.cpp80 SkOpPtT* startPtT = coin->fCoinPtTStart; in addExpanded() local
DSkPathOpsDebug.cpp712 const SkOpPtT* startPtT = test->ptT(); in debugMoveMultiples() local
1124 const SkOpPtT* startPtT = coin->fCoinPtTStart; in debugAddExpanded() local
/external/skia/tests/
DPathOpsAngleTest.cpp476 SkOpPtT* startPtT = startT == 0 ? fHead.ptT() : startT == 1 ? fTail.ptT() in debugAddAngle() local