Home
last modified time | relevance | path

Searched defs:points (Results 1 – 25 of 146) sorted by relevance

123456

/external/skia/tests/
DPathCoverageTest.cpp39 static inline int estimate_distance(const SkPoint points[]) { in estimate_distance()
44 static inline SkScalar compute_distance(const SkPoint points[]) { in compute_distance()
69 static uint32_t quadraticPointCount_EE(const SkPoint points[]) { in quadraticPointCount_EE()
74 static uint32_t quadraticPointCount_EC(const SkPoint points[], SkScalar tol) { in quadraticPointCount_EC()
79 static uint32_t quadraticPointCount_CE(const SkPoint points[]) { in quadraticPointCount_CE()
84 static uint32_t quadraticPointCount_CC(const SkPoint points[], SkScalar tol) { in quadraticPointCount_CC()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DGaussianParametersGuesser.java79 private double[] basicGuess(WeightedObservedPoint[] points) { in basicGuess()
111 private int findMinY(WeightedObservedPoint[] points) { in findMinY()
128 private int findMaxY(WeightedObservedPoint[] points) { in findMaxY()
154 private double interpolateXAtY(WeightedObservedPoint[] points, in interpolateXAtY()
189 private WeightedObservedPoint[] getInterpolationPointsForY(WeightedObservedPoint[] points, in getInterpolationPointsForY()
/external/mesa3d/src/glx/
Deval.c41 const GLfloat * points, GLubyte * pc) in __glFillMap1f()
60 const GLdouble * points, GLubyte * pc) in __glFillMap1d()
79 const GLfloat * points, GLfloat * data) in __glFillMap2f()
104 const GLdouble * points, GLdouble * data) in __glFillMap2d()
/external/fonttools/Lib/fontTools/pens/
DbasePen.py58 def curveTo(self, *points):
79 def qCurveTo(self, *points):
128 def curveTo(self, *points):
131 def qCurveTo(self, *points):
226 def curveTo(self, *points):
255 def qCurveTo(self, *points):
284 def decomposeSuperBezierSegment(points): argument
318 def decomposeQuadraticSegment(points): argument
DtransformPen.py34 def curveTo(self, *points):
37 def qCurveTo(self, *points):
44 def _transformPoints(self, points): argument
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DHullCollisionShape.java18 private float[] points; field in HullCollisionShape
28 public HullCollisionShape(float[] points) { in HullCollisionShape()
57 protected void createShape(float[] points) { in createShape()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DHullCollisionShape.java18 private float[] points; field in HullCollisionShape
29 public HullCollisionShape(float[] points) { in HullCollisionShape()
84 private native long createShape(ByteBuffer points); in createShape()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
DWireFrustum.java44 public WireFrustum(Vector3f[] points){ in WireFrustum()
69 public void update(Vector3f[] points){ in update()
/external/skia/bench/
DPatchBench.cpp44 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
169 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
195 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
221 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
DKMeansPlusPlusClusterer.java92 public List<Cluster<T>> cluster(final Collection<T> points, in cluster()
145 assignPointsToClusters(final Collection<Cluster<T>> clusters, final Collection<T> points) { in assignPointsToClusters()
162 chooseInitialCenters(final Collection<T> points, final int k, final Random random) { in chooseInitialCenters()
290 final List<T> points = cluster.getPoints(); in getFarthestPoint() local
DCluster.java36 private final List<T> points; field in Cluster
/external/mesa3d/src/mesa/main/
Deval.c213 const GLfloat *points ) in _mesa_copy_map_points1f()
237 const GLdouble *points ) in _mesa_copy_map_points1d()
270 const GLfloat *points ) in _mesa_copy_map_points2f()
313 const GLdouble *points ) in _mesa_copy_map_points2d()
361 GLint uorder, const GLvoid *points, GLenum type ) in map1()
427 GLint order, const GLfloat *points ) in _mesa_Map1f()
435 GLint order, const GLdouble *points ) in _mesa_Map1d()
444 const GLvoid *points, GLenum type ) in map2()
528 const GLfloat *points) in _mesa_Map2f()
539 const GLdouble *points ) in _mesa_Map2d()
/external/eigen/test/eigen2/
Deigen2_regression.cpp16 VectorType **points, in makeNoisyCohyperplanarPoints()
52 VectorType **points, in check_linearRegression()
67 VectorType **points, in check_fitHyperplane()
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
DShadowUtil.java65 public static void updateFrustumPoints2(Camera viewCam, Vector3f[] points) { in updateFrustumPoints2()
97 Vector3f[] points) { in updateFrustumPoints()
277 public static void updateShadowCamera(Camera shadowCam, Vector3f[] points) { in updateShadowCamera()
334 Vector3f[] points) { in updateShadowCamera()
350 Vector3f[] points, in updateShadowCamera()
DShadowCamera.java47 private Vector3f[] points = new Vector3f[8]; field in ShadowCamera
/external/opencv/cv/src/
Dcvlinefit.cpp46 icvFitLine2D_wods( CvPoint2D32f * points, int _count, float *weights, float *line ) in icvFitLine2D_wods()
102 icvFitLine3D_wods( CvPoint3D32f * points, int count, float *weights, float *line ) in icvFitLine3D_wods()
220 icvCalcDist2D( CvPoint2D32f * points, int count, float *_line, float *dist ) in icvCalcDist2D()
242 icvCalcDist3D( CvPoint3D32f * points, int count, float *_line, float *dist ) in icvCalcDist3D()
339 static CvStatus icvFitLine2D( CvPoint2D32f * points, int count, int dist, in icvFitLine2D()
488 icvFitLine3D( CvPoint3D32f * points, int count, int dist, in icvFitLine3D()
648 schar* points = 0; in cvFitLine() local
/external/skia/src/svg/parser/
DSkSVGLinearGradient.cpp31 SkString points; in DEFINE_SVG_INFO() local
/external/ceres-solver/examples/
Dbal_problem.cc168 const double* points = parameters_ + camera_block_size() * num_cameras_; in WriteToFile() local
219 double* points = mutable_points(); in Normalize() local
267 double* points = mutable_points(); in Perturb() local
Dbundle_adjuster.cc144 double* points = bal_problem->mutable_points(); in SetOrdering() local
253 double* points = bal_problem->mutable_points(); in BuildProblem() local
/external/skia/src/gpu/gl/
DGrGLPath.cpp82 inline void points_to_coords(const SkPoint points[], size_t first_point, size_t amount, in points_to_coords()
122 SkPoint points[4]; in InitPathObject() local
/external/opencv/cvaux/src/
Dcvfindhandregion.cpp54 icvFindHandRegion( CvPoint3D32f * points, int count, in icvFindHandRegion()
269 icvFindHandRegionA( CvPoint3D32f * points, int count, in icvFindHandRegionA()
592 cvFindHandRegion( CvPoint3D32f * points, int count, in cvFindHandRegion()
632 cvFindHandRegionA( CvPoint3D32f * points, int count, in cvFindHandRegionA()
/external/skia/include/core/
DSkPathRef.h52 SkPoint* points() { return fPathRef->getPoints(); } in points() function
53 const SkPoint* points() const { return fPathRef->points(); } in points() function
215 const SkPoint* points() const { SkDEBUGCODE(this->validate();) return fPoints; } in points() function
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
DRagdollUtils.java85 List<Float> points = map.get(index); in buildPointMapForMesh() local
106 ArrayList<Float> points = new ArrayList<Float>(); in makeShapeFromPointMap() local
158 ArrayList<Float> points = new ArrayList<Float>(); in makeShapeFromVerticeWeights() local
/external/libvorbis/lib/
Dmdct.c219 int points){ in mdct_butterfly_first()
266 int points, in mdct_butterfly_generic()
319 int points){ in mdct_butterflies()
/external/boringssl/src/crypto/ec/
Dwnaf.c92 EC_POINT **points; /* array with pre-calculated multiples of generator: member
291 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], in ec_wNAF_mul()
688 EC_POINT **points = NULL; in ec_wNAF_precompute_mult() local

123456