Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSpan.h483 void setWindValue(int windValue) { in setWindValue()
502 int windValue() const { in windValue() function
DSkPathOpsWinding.cpp314 int windValue = ccw ? -span->windValue() : span->windValue(); in sortableTop() local
DSkOpCoincidence.cpp405 int windValue = start->windValue(); in apply() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DParticleEmitter.java47 private ScaledNumericValue windValue = new ScaledNumericValue(); field in ParticleEmitter