Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/pathops/
H A DSkOpSpan.h540 void setWindValue(int windValue) { in setWindValue()
560 int windValue() const { in windValue() function
H A DSkPathOpsWinding.cpp342 int windValue = ccw ? -span->windValue() : span->windValue(); in sortableTop() local
H A DSkOpCoincidence.cpp1068 int windValue = start->windValue(); in apply() local