OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLATNESS
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
OutlineWobbleEffect.java
66
private static final float
FLATNESS
= 1;
71
PathIterator it = new FlatteningPathIterator(shape.getPathIterator(null),
FLATNESS
);
OutlineZigzagEffect.java
66
private static final float
FLATNESS
= 1;
70
PathIterator it = new FlatteningPathIterator(shape.getPathIterator(null),
FLATNESS
);
Completed in 107 milliseconds