Home
last modified time | relevance | path

Searched refs:SkOpCoincidence (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/pathops/
DSkOpCoincidence.cpp11 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 …]
DSkAddIntersections.h13 class SkOpCoincidence; variable
15 bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence,
DSkPathOpsCommon.h13 class SkOpCoincidence; variable
26 bool HandleCoincidence(SkOpContourHead* , SkOpCoincidence* , SkChunkAlloc* );
DSkOpCoincidence.h26 class SkOpCoincidence {
28 SkOpCoincidence() in SkOpCoincidence() function
DSkPathOpsTypes.h25 class SkOpCoincidence; variable
31 SkOpGlobalState(SkOpCoincidence* coincidence, SkOpContourHead* head) in SkOpGlobalState()
61 SkOpCoincidence* coincidence() { in coincidence()
127 SkOpCoincidence* fCoincidence;
DSkPathOpsPostSect.cpp341 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()
DSkOpSegment.h18 class SkOpCoincidence; variable
111 void checkAngleCoin(SkOpCoincidence* coincidences, SkChunkAlloc* allocator);
246 void missingCoincidence(SkOpCoincidence* coincidences, SkChunkAlloc* allocator);
DSkPathOpsCommon.cpp405 SkOpCoincidence* coincidence, SkChunkAlloc* allocator) { in missingCoincidence()
433 bool HandleCoincidence(SkOpContourHead* contourList, SkOpCoincidence* coincidence, in HandleCoincidence()
DSkPathOpsSimplify.cpp167 SkOpCoincidence coincidence; in Simplify()
DSkOpContour.h214 void missingCoincidence(SkOpCoincidence* coincidences, SkChunkAlloc* allocator) { in missingCoincidence()
DSkPathOpsOp.cpp230 SkOpCoincidence coincidence; in OpDebug()
DSkPathOpsDebug.cpp392 void SkOpCoincidence::debugShowCoincidence() const { in debugShowCoincidence()
DSkAddIntersections.cpp257 bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence, in AddIntersectTs()
DSkOpSegment.cpp355 void SkOpSegment::checkAngleCoin(SkOpCoincidence* coincidences, SkChunkAlloc* allocator) { in checkAngleCoin()
1109 void SkOpSegment::missingCoincidence(SkOpCoincidence* coincidences, SkChunkAlloc* allocator) { in missingCoincidence()
/external/skia/gyp/
Dcore.gypi350 '<(skia_src_path)/pathops/SkOpCoincidence.cpp',
379 '<(skia_src_path)/pathops/SkOpCoincidence.h',
/external/skia/tests/
DPathOpsDebug.cpp1116 void SkOpCoincidence::dump() const { in dump()
/external/skia/
DAndroid.mk258 src/pathops/SkOpCoincidence.cpp \