Home
last modified time | relevance | path

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

/external/skqp/src/effects/
DSk2DPathEffect.cpp50 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/skia/src/effects/
DSk2DPathEffect.cpp50 void Sk2DPathEffect::nextSpan(int x, int y, int count, SkPath* path) const { in nextSpan() function in Sk2DPathEffect
93 void SkLine2DPathEffect::nextSpan(int u, int v, int ucount, SkPath* dst) const { in nextSpan() function in SkLine2DPathEffect
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/
DCacheDataSource.java667 @Nullable CacheSpan nextSpan; in openNextSource() local