Searched refs:SEGS (Results 1 – 1 of 1) sorted by relevance
37 private static final int SEGS = 32; field in DrawPoints.SampleView42 final int ptCount = (SEGS + 1) * 2; in buildPoints()46 final float delta = SIZE / SEGS; in buildPoints()47 for (int i = 0; i <= SEGS; i++) { in buildPoints()