/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | CanvasTest.java | 103 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n" in drawPath_shouldAppendDescriptionToBitmap() 104 … + "Path " + shadowOf(path2).getPoints().toString(), shadowOf(canvas).getDescription()); in drawPath_shouldAppendDescriptionToBitmap() 106 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n" in drawPath_shouldAppendDescriptionToBitmap() 107 … + "Path " + shadowOf(path2).getPoints().toString(), shadowOf(targetBitmap).getDescription()); in drawPath_shouldAppendDescriptionToBitmap()
|
D | PathTest.java | 34 List<ShadowPath.Point> moveToPoints = shadowOf(path).getPoints(); in testMoveTo() 46 List<ShadowPath.Point> lineToPoints = shadowOf(path).getPoints(); in testLineTo()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | HullCollisionShape.java | 24 this.points = getPoints(mesh); in HullCollisionShape() 49 this.points = getPoints(mesh); in read() 67 protected float[] getPoints(Mesh mesh) { in getPoints() method in HullCollisionShape
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | HullCollisionShape.java | 25 this.points = getPoints(mesh); in HullCollisionShape() 50 this.points = getPoints(mesh); in read() 86 protected float[] getPoints(Mesh mesh) { in getPoints() method in HullCollisionShape
|
/external/chromium_org/ui/gfx/ |
D | path_x11.cc | 31 int point_count = path.getPoints(NULL, 0); in CreateRegionFromSkPath() 33 path.getPoints(points.get(), point_count); in CreateRegionFromSkPath()
|
D | path_gtk.cc | 15 int point_count = getPoints(NULL, 0); in CreateNativeRegion() 23 getPoints(points.get(), point_count); in CreateNativeRegion()
|
D | path_win.cc | 28 int point_count = path.getPoints(NULL, 0); in CreateHRGNFromSkPath() 30 path.getPoints(points.get(), point_count); in CreateHRGNFromSkPath()
|
D | gdi_util.cc | 83 int point_count = path.getPoints(NULL, 0); in ConvertPathToHRGN() 85 path.getPoints(points.get(), point_count); in ConvertPathToHRGN()
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/ |
D | RagdollUtils.java | 162 … points.addAll(getPoints(g.getMesh(), index, initialScale, initialPosition, weightThreshold)); in makeShapeFromVerticeWeights() 170 … points.addAll(getPoints(g.getMesh(), index, initialScale, initialPosition, weightThreshold)); in makeShapeFromVerticeWeights() 193 …private static List<Float> getPoints(Mesh mesh, int boneIndex, Vector3f initialScale, Vector3f off… in getPoints() method in RagdollUtils
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/ |
D | SkeletonDebugger.java | 71 public SkeletonPoints getPoints() { in getPoints() method in SkeletonDebugger
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkMatrixParts.cpp | 243 int srcPts = sourcePath.getPoints(src, 4); in add() 245 int dstPts = destPath.getPoints(dst, 4); in add()
|
/external/skia/src/animator/ |
D | SkMatrixParts.cpp | 243 int srcPts = sourcePath.getPoints(src, 4); in add() 245 int dstPts = destPath.getPoints(dst, 4); in add()
|
/external/skia/gm/ |
D | techtalk1.cpp | 94 int count = d0.getPoints(pts0, SK_ARRAY_COUNT(pts0)); in show_mesh_between() 95 int count1 = d1.getPoints(pts1, SK_ARRAY_COUNT(pts1)); in show_mesh_between() 117 int count = path.getPoints(pts, SK_ARRAY_COUNT(pts)); in show_fan()
|
D | strokerect.cpp | 34 path.getPoints(points.get(), n); in draw_path()
|
/external/skia/include/core/ |
D | SkPathRef.h | 52 SkPoint* points() { return fPathRef->getPoints(); } in points() 429 SkPoint* getPoints() { in getPoints() function
|
D | SkPath.h | 250 int getPoints(SkPoint points[], int max) const;
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkPathRef.h | 52 SkPoint* points() { return fPathRef->getPoints(); } in points() 429 SkPoint* getPoints() { in getPoints() function
|
D | SkPath.h | 250 int getPoints(SkPoint points[], int max) const;
|
/external/skia/tools/ |
D | path_utils.cpp | 45 path.getPoints(pts, kMaxPts); in dump_path()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPath.java | 54 public List<Point> getPoints() { in getPoints() method in ShadowPath
|
D | ShadowCanvas.java | 92 appendDescription("Path " + shadowOf(path).getPoints().toString()); in drawPath()
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
D | TestShadow.java | 101 frustum = new WireFrustum(bsr.getPoints()); in simpleInitApp()
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 106 fSkPath.getPoints(&pathPoints[0], pointCnt); in GrGLPath()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 106 fSkPath.getPoints(&pathPoints[0], pointCnt); in GrGLPath()
|
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
D | BasicShadowRenderer.java | 123 public Vector3f[] getPoints() { in getPoints() method in BasicShadowRenderer
|