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

  /external/skia/include/core/
SkPathMeasure.h 109 int mint, int maxt, int ptIndex);
112 int maxt, const SkPoint& maxPt, int ptIndex);
114 int mint, int maxt, int ptIndex);
  /external/skia/gm/
polygons.cpp 73 for (size_t ptIndex = 1; ptIndex < pgs[pgIndex].fPointNum; ++ptIndex) {
74 fPolygons.back().lineTo(pgs[pgIndex].fPoints[ptIndex].fX,
75 pgs[pgIndex].fPoints[ptIndex].fY);
  /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 662 milliseconds