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

  /external/skia/src/core/
SkPathMeasure.cpp 36 unsigned ptIndex = seg->fPtIndex;
40 } while (seg->fPtIndex == ptIndex);
147 SkScalar distance, int mint, int maxt, int ptIndex) {
153 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex);
154 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex);
162 seg->fPtIndex = ptIndex;
172 int maxt, const SkPoint& maxPt, int ptIndex) {
176 distance = this->compute_conic_segs(conic, distance, mint, minPt, halft, halfPt, ptIndex);
177 distance = this->compute_conic_segs(conic, distance, halft, halfPt, maxt, maxPt, ptIndex);
185 seg->fPtIndex = ptIndex;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexShape.cpp 116 int ptIndex = spu_extract(v_idxMax,0);
117 const btVector3& supVec= points[ptIndex] * localScaling;
122 long ptIndex = vec.maxDot( points, numPoints, maxDot);
123 btAssert(ptIndex >= 0);
124 btVector3 supVec = points[ptIndex] * localScaling;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btVector3.h 1016 int ptIndex = -1;
    [all...]

Completed in 70 milliseconds