Searched defs:isCoincident (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pathops/
H A DSkIntersections.h115 bool isCoincident(int index) { function in class:SkIntersections
H A DSkOpSpan.h388 bool isCoincident() const { function in class:SkOpSpan
H A DSkPathOpsTSect.h24 bool isCoincident() const { function in class:SkTCoincident
764 if (fCoinStart.isCoincident()) {
768 if (fCoinEnd.isCoincident()) {
874 if (work.fCoinStart.isCoincident()) {
984 if (work->fCoinStart.isCoincident()) {
993 if (work->fCoinEnd.isCoincident()) {
1071 SkASSERT(first->fCoinStart.isCoincident());
1073 SkASSERT(last->fCoinEnd.isCoincident());
1104 SkASSERT(last->fCoinEnd.isCoincident());
1160 if (work->fCoinStart.isCoincident()) {
[all...]

Completed in 77 milliseconds