OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextSpan
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/effects/
Sk2DPathEffect.cpp
41
this->
nextSpan
(rect.fLeft, y, rect.width(), dst);
50
void Sk2DPathEffect::
nextSpan
(int x, int y, int count, SkPath* path) const {
97
void SkLine2DPathEffect::
nextSpan
(int u, int v, int ucount, SkPath* dst) const {
/external/skia/src/pathops/
SkOpCoincidence.cpp
670
SkOpSpan*
nextSpan
= next->upCast();
672
if (!
nextSpan
->containsCoincidence(oNextSpan)) {
673
nextSpan
->insertCoincidence(oNextSpan);
SkPathOpsDebug.cpp
[
all
...]
Completed in 495 milliseconds