HomeSort by relevance Sort by last modified time
    Searched refs:getPoints (Results 1 - 23 of 23) sorted by null

  /sdk/chimpchat/test/com/android/chimpchat/adb/
LinearInterpolatorTest.java 33 public List<LinearInterpolator.Point> getPoints() {
62 List<LinearInterpolator.Point> points = collector.getPoints();
76 List<LinearInterpolator.Point> points = collector.getPoints();
90 List<LinearInterpolator.Point> points = collector.getPoints();
104 List<LinearInterpolator.Point> points = collector.getPoints();
118 List<LinearInterpolator.Point> points = collector.getPoints();
132 List<LinearInterpolator.Point> points = collector.getPoints();
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
HullCollisionShape.java 25 this.points = getPoints(mesh);
50 this.points = getPoints(mesh);
86 protected float[] getPoints(Mesh mesh) {
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
HullCollisionShape.java 24 this.points = getPoints(mesh);
49 this.points = getPoints(mesh);
67 protected float[] getPoints(Mesh mesh) {
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
SkeletonDebugger.java 71 public SkeletonPoints getPoints() {
  /external/skia/samplecode/
SampleTriangles.cpp 71 int n = path.getPoints(NULL, 0);
73 path.getPoints(pts, n);
SampleText.cpp 205 return path.getPoints(NULL, 0);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
RagdollUtils.java 162 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) {
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestShadow.java 101 frustum = new WireFrustum(bsr.getPoints());
  /external/skia/src/animator/
SkMatrixParts.cpp 243 int srcPts = sourcePath.getPoints(src, 4);
245 int dstPts = destPath.getPoints(dst, 4);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
HarfbuzzSkia.cpp 135 uint32_t numPoints = path.getPoints(0, 0);
142 path.getPoints(points, point + 1);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 152 int numPoints = path.getPoints(0, 0);
159 path.getPoints(points, point + 1);
  /frameworks/base/core/jni/android/graphics/
HarfbuzzSkia.cpp 127 uint32_t numPoints = path.getPoints(0, 0);
134 path.getPoints(points, point + 1);
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
BasicShadowRenderer.java 123 public Vector3f[] getPoints() {
  /external/skia/include/core/
SkPath.h 225 return this->getPoints(NULL, 0);
240 int getPoints(SkPoint points[], int max) const;
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 74 return m_path->getPoints(NULL, 0) != 0;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
GpxParser.java 295 public TrackPoint[] getPoints() {
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 75 // call getPoints(NULL), which returns the number of points,
77 return m_path->getPoints(0, 0) > 0;
  /external/skia/tests/
PathTest.cpp 605 int count = p1.getPoints(pts1, 7);
    [all...]
  /external/skia/src/core/
SkGlyphCache.cpp 315 glyph.fPath->getPoints(NULL, 0x7FFFFFFF) * sizeof(SkPoint);
SkPath.cpp 350 int SkPath::getPoints(SkPoint copy[], int max) const {
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 763 TrackPoint[] points = track.getPoints();
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/zxing/core/
core.jar 

Completed in 414 milliseconds