HomeSort by relevance Sort by last modified time
    Searched defs:numPoints (Results 1 - 10 of 10) sorted by null

  /development/samples/GlobalTime/src/com/android/globaltime/
PointCloud.java 47 int numPoints = len / 3;
48 short[] indices = new short[numPoints];
49 for (int i = 0; i < numPoints; i++) {
  /external/webkit/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 142 int numPoints = path.getPoints(NULL, 0);
143 if (point >= numPoints)
152 *resultingNumPoints = numPoints;
  /external/webkit/WebCore/html/
HTMLAreaElement.cpp 133 int numPoints = m_coordsLen / 2;
135 for (int i = 1; i < numPoints; ++i)
  /external/webkit/WebCore/platform/graphics/android/
PathAndroid.cpp 281 int numPoints = m_path->getPoints(0, 0);
289 numPoints -= 1;
294 numPoints -= 1;
301 numPoints -= 2;
308 numPoints -= 3;
321 if (numPoints) {
322 ASSERT(numPoints==1);
  /external/webkit/WebCore/platform/graphics/skia/
PathSkia.cpp 230 int numPoints = m_path->getPoints(0, 0);
238 numPoints -= 1;
243 numPoints -= 1;
250 numPoints -= 2;
257 numPoints -= 3;
270 if (numPoints) {
271 ASSERT(numPoints==1);
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.cpp 297 int PlatformPathElement::numPoints() const
450 int n = numPoints();
803 int n = it->numPoints();
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 171 milliseconds