Home
last modified time | relevance | path

Searched refs:pointCount (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/docs/examples/
DConic_Weight_a.cpp8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
17 for (int i = 0; i < pointCount[(int) verb]; ++i) { in draw()
DConic_Weight_b.cpp8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
17 for (int i = 0; i < pointCount[(int) verb]; ++i) { in draw()
DConic_Weight_c.cpp8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
17 for (int i = 0; i < pointCount[(int) verb]; ++i) { in draw()
DPath_Iter_next.cpp18 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
24 for (int i = 0; i < pointCount[(int) verb]; ++i) { in draw()
DPath_Iter_const_SkPath.cpp10 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
16 for (int i = 0; i < pointCount[(int) verb]; ++i) { in draw()
DPath_Iter_setPath.cpp10 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
16 for (int i = 0; i < pointCount[(int) verb]; ++i) { in draw()
/third_party/flutter/skia/docs/examples/
DConic_Weight_a.cpp8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
17 for (int i = 0; i < pointCount[(int) verb]; ++i) { in draw()
DConic_Weight_b.cpp8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
17 for (int i = 0; i < pointCount[(int) verb]; ++i) { in draw()
DConic_Weight_c.cpp8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
17 for (int i = 0; i < pointCount[(int) verb]; ++i) { in draw()
DPath_RawIter_next.cpp16 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
22 for (int i = 0; i < pointCount[(int) verb]; ++i) { in draw()
DPath_Iter_next.cpp18 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
24 for (int i = 0; i < pointCount[(int) verb]; ++i) { in draw()
DPath_Iter_const_SkPath.cpp10 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
16 for (int i = 0; i < pointCount[(int) verb]; ++i) { in draw()
DPath_Iter_setPath.cpp10 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
16 for (int i = 0; i < pointCount[(int) verb]; ++i) { in draw()
/third_party/grpc/examples/csharp/RouteGuide/RouteGuideServer/
DRouteGuideImpl.cs69 int pointCount = 0; in RecordRoute()
79 pointCount++; in RecordRoute()
95 PointCount = pointCount, in RecordRoute()
/third_party/flutter/skia/src/core/
DSkPathRef.cpp61 int pointCount = fPathRef->fPointCnt; in shrinkToFit() local
64 size_t ptsSize = sizeof(SkPoint) * pointCount; in shrinkToFit()
333 int32_t verbCount, pointCount, conicCount; in CreateFromBuffer() local
336 !buffer->readS32(&pointCount) || (pointCount < 0) || in CreateFromBuffer()
342 uint64_t pointSize64 = sk_64_mul(pointCount, sizeof(SkPoint)); in CreateFromBuffer()
362 ref->resetToSize(verbCount, pointCount, conicCount); in CreateFromBuffer()
364 SkASSERT(pointCount == ref->countPoints()); in CreateFromBuffer()
/third_party/flutter/skia/include/private/
DSkPathRef.h402 void resetToSize(int verbCount, int pointCount, int conicCount,
413 size_t newSize = sizeof(uint8_t) * verbCount + sizeof(SkPoint) * pointCount;
428 fPointCnt = pointCount;
431 fPointCnt = pointCount;
/third_party/skia/include/private/
DSkPathRef.h421 void resetToSize(int verbCount, int pointCount, int conicCount,
432 fPoints.setReserve(pointCount + reservePoints);
433 fPoints.setCount(pointCount);
/third_party/flutter/skia/src/gpu/geometry/
DGrPathUtils.cpp169 int pointCount = 0; in worstCasePointCount() local
182 pointCount += 1; in worstCasePointCount()
189 pointCount += quadraticPointCount(quadPts + 2*i, tol); in worstCasePointCount()
193 pointCount += quadraticPointCount(pts, tol); in worstCasePointCount()
196 pointCount += cubicPointCount(pts, tol); in worstCasePointCount()
199 pointCount += 1; in worstCasePointCount()
209 return pointCount; in worstCasePointCount()
/third_party/flutter/skia/src/pathops/
DSkPathOpsConic.h97 static int pointCount() { return kPointCount; } in pointCount() function
183 int pointCount() const override { return SkDConic::kPointCount; } in pointCount() function
DSkPathOpsQuad.h89 static int pointCount() { return kPointCount; } in pointCount() function
174 int pointCount() const override { return SkDQuad::kPointCount; } in pointCount() function
DSkPathOpsTCurve.h38 virtual int pointCount() const = 0;
/third_party/skia/src/pathops/
DSkPathOpsQuad.h89 static int pointCount() { return kPointCount; } in pointCount() function
174 int pointCount() const override { return SkDQuad::kPointCount; } in pointCount() function
DSkPathOpsConic.h97 static int pointCount() { return kPointCount; } in pointCount() function
183 int pointCount() const override { return SkDConic::kPointCount; } in pointCount() function
DSkPathOpsTCurve.h38 virtual int pointCount() const = 0;
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dconic.dart65 final int pointCount = 2 * quadCount + 1;
67 for (int p = 0; p < pointCount; ++p) {
74 for (int p = 1; p < pointCount - 1; ++p) {

12