Searched refs:SkOpCoincidence (Results 1 – 17 of 17) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 11 bool SkOpCoincidence::extend(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, in extend() 43 void SkOpCoincidence::add(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, in add() 68 bool SkOpCoincidence::addIfMissing(const SkOpPtT* over1s, const SkOpPtT* over1e, in addIfMissing() 127 bool SkOpCoincidence::addMissing(SkChunkAlloc* allocator) { in addMissing() 175 bool SkOpCoincidence::contains(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, in contains() 192 bool SkOpCoincidence::apply() { in apply() 300 void SkOpCoincidence::detach(SkCoincidentSpans* remove) { in detach() 319 void SkOpCoincidence::expand() { in expand() 349 void SkOpCoincidence::fixUp(SkOpPtT* deleted, SkOpPtT* kept) { in fixUp() 382 void SkOpCoincidence::mark() { in mark() [all …]
|
D | SkAddIntersections.h | 13 class SkOpCoincidence; variable 15 bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence,
|
D | SkPathOpsCommon.h | 13 class SkOpCoincidence; variable 26 bool HandleCoincidence(SkOpContourHead* , SkOpCoincidence* , SkChunkAlloc* );
|
D | SkOpCoincidence.h | 26 class SkOpCoincidence { 28 SkOpCoincidence() in SkOpCoincidence() function
|
D | SkPathOpsTypes.h | 25 class SkOpCoincidence; variable 31 SkOpGlobalState(SkOpCoincidence* coincidence, SkOpContourHead* head) in SkOpGlobalState() 61 SkOpCoincidence* coincidence() { in coincidence() 127 SkOpCoincidence* fCoincidence;
|
D | SkPathOpsPostSect.cpp | 341 void SkOpCoincidence::add(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, in add() 361 bool SkOpCoincidence::contains(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, in contains() 378 void SkOpCoincidence::apply() { in apply() 470 void SkOpCoincidence::mark() { in mark()
|
D | SkOpSegment.h | 18 class SkOpCoincidence; variable 111 void checkAngleCoin(SkOpCoincidence* coincidences, SkChunkAlloc* allocator); 246 void missingCoincidence(SkOpCoincidence* coincidences, SkChunkAlloc* allocator);
|
D | SkPathOpsCommon.cpp | 405 SkOpCoincidence* coincidence, SkChunkAlloc* allocator) { in missingCoincidence() 433 bool HandleCoincidence(SkOpContourHead* contourList, SkOpCoincidence* coincidence, in HandleCoincidence()
|
D | SkPathOpsSimplify.cpp | 167 SkOpCoincidence coincidence; in Simplify()
|
D | SkOpContour.h | 214 void missingCoincidence(SkOpCoincidence* coincidences, SkChunkAlloc* allocator) { in missingCoincidence()
|
D | SkPathOpsOp.cpp | 230 SkOpCoincidence coincidence; in OpDebug()
|
D | SkPathOpsDebug.cpp | 392 void SkOpCoincidence::debugShowCoincidence() const { in debugShowCoincidence()
|
D | SkAddIntersections.cpp | 257 bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence, in AddIntersectTs()
|
D | SkOpSegment.cpp | 355 void SkOpSegment::checkAngleCoin(SkOpCoincidence* coincidences, SkChunkAlloc* allocator) { in checkAngleCoin() 1109 void SkOpSegment::missingCoincidence(SkOpCoincidence* coincidences, SkChunkAlloc* allocator) { in missingCoincidence()
|
/external/skia/gyp/ |
D | core.gypi | 350 '<(skia_src_path)/pathops/SkOpCoincidence.cpp', 379 '<(skia_src_path)/pathops/SkOpCoincidence.h',
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 1116 void SkOpCoincidence::dump() const { in dump()
|
/external/skia/ |
D | Android.mk | 258 src/pathops/SkOpCoincidence.cpp \
|