Home
last modified time | relevance | path

Searched refs:nextSpan (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/effects/
DSk2DPathEffect.cpp41 this->nextSpan(rect.fLeft, y, rect.width(), dst); in onFilterPath()
50 void Sk2DPathEffect::nextSpan(int x, int y, int count, SkPath* path) const { in nextSpan() function in Sk2DPathEffect
88 void SkLine2DPathEffect::nextSpan(int u, int v, int ucount, SkPath* dst) const { in nextSpan() function in SkLine2DPathEffect
/external/skqp/src/effects/
DSk2DPathEffect.cpp41 this->nextSpan(rect.fLeft, y, rect.width(), dst); in onFilterPath()
50 void Sk2DPathEffect::nextSpan(int x, int y, int count, SkPath* path) const { in nextSpan() function in Sk2DPathEffect
88 void SkLine2DPathEffect::nextSpan(int u, int v, int ucount, SkPath* dst) const { in nextSpan() function in SkLine2DPathEffect
/external/skqp/include/effects/
DSk2DPathEffect.h32 virtual void nextSpan(int u, int v, int ucount, SkPath* dst) const;
71 void nextSpan(int u, int v, int ucount, SkPath*) const override;
/external/skia/include/effects/
DSk2DPathEffect.h32 virtual void nextSpan(int u, int v, int ucount, SkPath* dst) const;
71 void nextSpan(int u, int v, int ucount, SkPath*) const override;