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

/external/skia/src/effects/
H A DSk2DPathEffect.cpp40 this->nextSpan(rect.fLeft, y, rect.width(), dst);
49 void Sk2DPathEffect::nextSpan(int x, int y, int count, SkPath* path) const { function in class:Sk2DPathEffect
96 void SkLine2DPathEffect::nextSpan(int u, int v, int ucount, SkPath* dst) const { function in class:SkLine2DPathEffect
/external/skia/src/pathops/
H A DSkOpCoincidence.cpp411 SkOpSpan* nextSpan = next->upCast(); local
413 if (!nextSpan->containsCoincidence(oNextSpan)) {
414 nextSpan->insertCoincidence(oNextSpan);
H A DSkPathOpsPostSect.cpp498 SkOpSpan* nextSpan = next->upCast(); local
500 if (!nextSpan->containsCoincidence(oNextSpan)) {
501 nextSpan->insertCoincidence(oNextSpan);

Completed in 319 milliseconds