/external/skia/src/gpu/ccpr/ |
D | GrCCPerFlushResources.h | 170 fMaxPointsPerPath = SkTMax(fMaxPointsPerPath, path.countPoints()); in statPath() 171 fNumTotalSkPoints += path.countPoints(); in statPath()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCPerFlushResources.h | 170 fMaxPointsPerPath = SkTMax(fMaxPointsPerPath, path.countPoints()); in statPath() 171 fNumTotalSkPoints += path.countPoints(); in statPath()
|
/external/skqp/src/utils/ |
D | SkShadowTessellator.cpp | 925 fPositions.setReserve(4 * path.countPoints()); in SkAmbientShadowTessellator() 926 fColors.setReserve(4 * path.countPoints()); in SkAmbientShadowTessellator() 929 fIndices.setReserve(12 * path.countPoints()); in SkAmbientShadowTessellator() 939 fPathPolygon.setReserve(path.countPoints()); in computePathPolygon() 1028 fPositions.setReserve(5 * path.countPoints()); in SkSpotShadowTessellator() 1029 fColors.setReserve(5 * path.countPoints()); in SkSpotShadowTessellator() 1032 fIndices.setReserve(15 * path.countPoints()); in SkSpotShadowTessellator() 1050 fPathPolygon.setReserve(path.countPoints()); in computeClipAndPathPolygons() 1051 fClipPolygon.setReserve(path.countPoints()); in computeClipAndPathPolygons()
|
/external/skia/src/utils/ |
D | SkShadowTessellator.cpp | 925 fPositions.setReserve(4 * path.countPoints()); in SkAmbientShadowTessellator() 926 fColors.setReserve(4 * path.countPoints()); in SkAmbientShadowTessellator() 929 fIndices.setReserve(12 * path.countPoints()); in SkAmbientShadowTessellator() 939 fPathPolygon.setReserve(path.countPoints()); in computePathPolygon() 1028 fPositions.setReserve(5 * path.countPoints()); in SkSpotShadowTessellator() 1029 fColors.setReserve(5 * path.countPoints()); in SkSpotShadowTessellator() 1032 fIndices.setReserve(15 * path.countPoints()); in SkSpotShadowTessellator() 1050 fPathPolygon.setReserve(path.countPoints()); in computeClipAndPathPolygons() 1051 fClipPolygon.setReserve(path.countPoints()); in computeClipAndPathPolygons()
|
/external/skqp/src/core/ |
D | SkPathRef.cpp | 198 SkASSERT((*dst)->countPoints() == src.countPoints()); in CreateTransformedCopy() 203 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy() 359 SkASSERT(pointCount == ref->countPoints()); in CreateFromBuffer() 376 pCount != ref->countPoints() || cCount != ref->fConicWeights.count()) { in CreateFromBuffer() 413 int oldPCnt = (*pathRef)->countPoints(); in Rewind() 542 int count = out->countPoints() * 2; in interpolate()
|
D | SkPath.cpp | 255 int pointCount = fPathRef->countPoints(); in interpolate() 256 if (pointCount != ending.fPathRef->countPoints()) { in interpolate() 412 SkASSERT(2 == fPathRef->countPoints()); in isLine() 662 int SkPath::countPoints() const { in countPoints() function in SkPath 663 return fPathRef->countPoints(); in countPoints() 671 int count = SkMin32(max, fPathRef->countPoints()); in getPoints() 673 return fPathRef->countPoints(); in getPoints() 677 if ((unsigned)index < (unsigned)fPathRef->countPoints()) { in getPoint() 708 int count = fPathRef->countPoints(); in getLastPt() 724 int count = fPathRef->countPoints(); in setPt() [all …]
|
D | SkScan_AntiPath.cpp | 608 int n = path.countPoints(); in compute_complexity() 654 && path.countPoints() >= SkTMax(bounds.width(), bounds.height()) / 8; in ShouldUseDAA() 707 return path.countPoints() < SkTMax(bounds.width(), bounds.height()) / 2 - 10; in ShouldUseAAA() 709 if (path.countPoints() >= path.getBounds().height()) { in ShouldUseAAA()
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 198 SkASSERT((*dst)->countPoints() == src.countPoints()); in CreateTransformedCopy() 203 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy() 364 SkASSERT(pointCount == ref->countPoints()); in CreateFromBuffer() 381 pCount != ref->countPoints() || cCount != ref->fConicWeights.count()) { in CreateFromBuffer() 418 int oldPCnt = (*pathRef)->countPoints(); in Rewind() 547 int count = out->countPoints() * 2; in interpolate()
|
D | SkPath.cpp | 255 int pointCount = fPathRef->countPoints(); in interpolate() 256 if (pointCount != ending.fPathRef->countPoints()) { in interpolate() 412 SkASSERT(2 == fPathRef->countPoints()); in isLine() 662 int SkPath::countPoints() const { in countPoints() function in SkPath 663 return fPathRef->countPoints(); in countPoints() 671 int count = SkMin32(max, fPathRef->countPoints()); in getPoints() 673 return fPathRef->countPoints(); in getPoints() 677 if ((unsigned)index < (unsigned)fPathRef->countPoints()) { in getPoint() 708 int count = fPathRef->countPoints(); in getLastPt() 724 int count = fPathRef->countPoints(); in setPt() [all …]
|
D | SkScan_AntiPath.cpp | 608 int n = path.countPoints(); in compute_complexity() 654 && path.countPoints() >= SkTMax(bounds.width(), bounds.height()) / 8; in ShouldUseDAA() 707 return path.countPoints() < SkTMax(bounds.width(), bounds.height()) / 2 - 10; in ShouldUseAAA() 709 if (path.countPoints() >= path.getBounds().height()) { in ShouldUseAAA()
|
/external/skqp/include/private/ |
D | SkPathRef.h | 251 int countPoints() const { return fPointCnt; } in countPoints() function 273 const SkPoint* pointsEnd() const { return this->points() + this->countPoints(); } in pointsEnd() 371 return bounds->setBoundsCheck(ref.points(), ref.countPoints()); in ComputePtBounds()
|
/external/skia/include/private/ |
D | SkPathRef.h | 251 int countPoints() const { return fPointCnt; } in countPoints() function 273 const SkPoint* pointsEnd() const { return this->points() + this->countPoints(); } in pointsEnd() 371 return bounds->setBoundsCheck(ref.points(), ref.countPoints()); in ComputePtBounds()
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 103 int pointCnt = skPath.countPoints(); in init_path_object_for_general_path() 225 int pointCnt = skPath.countPoints(); in InitPathObjectPathData()
|
/external/skqp/src/gpu/gl/ |
D | GrGLPath.cpp | 103 int pointCnt = skPath.countPoints(); in init_path_object_for_general_path() 225 int pointCnt = skPath.countPoints(); in InitPathObjectPathData()
|
/external/skqp/tests/ |
D | ParsePathTest.cpp | 128 REPORTER_ASSERT(r, path.countPoints() == gTests[i].fPoints); in DEF_TEST()
|
D | EmptyPathTest.cpp | 52 paint.isAntiAlias(), path.getFillType(), path.countPoints()); in drawAndTest()
|
/external/skia/tests/ |
D | ParsePathTest.cpp | 128 REPORTER_ASSERT(r, path.countPoints() == gTests[i].fPoints); in DEF_TEST()
|
D | EmptyPathTest.cpp | 52 paint.isAntiAlias(), path.getFillType(), path.countPoints()); in drawAndTest()
|
/external/skia/fuzz/ |
D | FuzzCommon.cpp | 32 if (maxOps <= 0 || fuzz->exhausted() || path->countPoints() > 100000) { in FuzzNicePath() 43 if (path->countPoints() > 100000) { in FuzzNicePath()
|
/external/skqp/fuzz/ |
D | FuzzCommon.cpp | 32 if (maxOps <= 0 || fuzz->exhausted() || path->countPoints() > 100000) { in FuzzNicePath() 43 if (path->countPoints() > 100000) { in FuzzNicePath()
|
/external/skqp/gm/ |
D | strokerect.cpp | 32 int n = path.countPoints(); in draw_path()
|
D | pathcontourstart.cpp | 115 const int n = path.countPoints(); in drawOneColumn()
|
/external/skia/gm/ |
D | strokerect.cpp | 32 int n = path.countPoints(); in draw_path()
|
D | pathcontourstart.cpp | 115 const int n = path.countPoints(); in drawOneColumn()
|
/external/skqp/src/effects/ |
D | Sk1DPathEffect.cpp | 175 if (dst->countPoints() > 100000) { in next()
|