Searched refs:getPoints (Results 1 - 25 of 27) sorted by relevance

12

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DHullCollisionShape.java25 this.points = getPoints(mesh);
50 this.points = getPoints(mesh);
86 protected float[] getPoints(Mesh mesh) { method in class:HullCollisionShape
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DHullCollisionShape.java24 this.points = getPoints(mesh);
49 this.points = getPoints(mesh);
67 protected float[] getPoints(Mesh mesh) { method in class:HullCollisionShape
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
H A DSkeletonDebugger.java71 public SkeletonPoints getPoints() { method in class:SkeletonDebugger
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCanvasTest.java103 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n"
104 + "Path " + shadowOf(path2).getPoints().toString(), shadowOf(canvas).getDescription());
106 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n"
107 + "Path " + shadowOf(path2).getPoints().toString(), shadowOf(targetBitmap).getDescription());
H A DPathTest.java34 List<ShadowPath.Point> moveToPoints = shadowOf(path).getPoints();
46 List<ShadowPath.Point> lineToPoints = shadowOf(path).getPoints();
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
H A DRagdollUtils.java162 points.addAll(getPoints(g.getMesh(), index, initialScale, initialPosition, weightThreshold));
170 points.addAll(getPoints(g.getMesh(), index, initialScale, initialPosition, weightThreshold));
193 private static List<Float> getPoints(Mesh mesh, int boneIndex, Vector3f initialScale, Vector3f offset, float weightThreshold) { method in class:RagdollUtils
/external/jmonkeyengine/engine/src/test/jme3test/light/
H A DTestShadow.java101 frustum = new WireFrustum(bsr.getPoints());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPath.java54 public List<Point> getPoints() { method in class:ShadowPath
H A DShadowCanvas.java92 appendDescription("Path " + shadowOf(path).getPoints().toString());
/external/skia/gm/
H A Dstrokerect.cpp34 path.getPoints(points.get(), n);
H A Dtechtalk1.cpp94 int count = d0.getPoints(pts0, SK_ARRAY_COUNT(pts0));
95 int count1 = d1.getPoints(pts1, SK_ARRAY_COUNT(pts1));
117 int count = path.getPoints(pts, SK_ARRAY_COUNT(pts));
/external/skia/src/gpu/gl/
H A DGrGLPath.cpp75 path.getPoints(&pathPoints[0], pointCnt);
/external/skia/tools/
H A Dpath_utils.cpp45 path.getPoints(pts, kMaxPts);
/external/skia/legacy/src/animator/
H A DSkMatrixParts.cpp243 int srcPts = sourcePath.getPoints(src, 4);
245 int dstPts = destPath.getPoints(dst, 4);
/external/skia/src/animator/
H A DSkMatrixParts.cpp243 int srcPts = sourcePath.getPoints(src, 4);
245 int dstPts = destPath.getPoints(dst, 4);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DHarfbuzzSkia.cpp135 uint32_t numPoints = path.getPoints(0, 0);
142 path.getPoints(points, point + 1);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DHarfbuzzSkia.cpp152 int numPoints = path.getPoints(0, 0);
159 path.getPoints(points, point + 1);
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DBasicShadowRenderer.java123 public Vector3f[] getPoints() { method in class:BasicShadowRenderer
/external/skia/legacy/include/core/
H A DSkPath.h225 return this->getPoints(NULL, 0);
240 int getPoints(SkPoint points[], int max) const;
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPathSkia.cpp74 return m_path->getPoints(NULL, 0) != 0;
/external/webkit/Source/WebCore/platform/graphics/android/
H A DPathAndroid.cpp74 // call getPoints(NULL), which returns the number of points,
76 return m_path->getPoints(0, 0) > 0;
/external/skia/include/core/
H A DSkPath.h275 int getPoints(SkPoint points[], int max) const;
/external/skia/legacy/src/core/
H A DSkGlyphCache.cpp315 glyph.fPath->getPoints(NULL, 0x7FFFFFFF) * sizeof(SkPoint);
H A DSkPath.cpp350 int SkPath::getPoints(SkPoint copy[], int max) const { function in class:SkPath
/external/skia/tests/
H A DPathTest.cpp1569 int count = p1.getPoints(pts1, 7);
2301 // do getPoints and getVerbs return the right result
2302 REPORTER_ASSERT(reporter, p.getPoints(NULL, 0) == 4);
2305 int count = p.getPoints(pts, 4);

Completed in 1614 milliseconds

12