Home
last modified time | relevance | path

Searched refs:ptCount (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DDrawPoints.java42 final int ptCount = (SEGS + 1) * 2; in buildPoints() local
43 mPts = new float[ptCount * 2]; in buildPoints()