Home
last modified time | relevance | path

Searched refs:incReserve (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/samplecode/
H A DSampleChart.cpp34 plot->incReserve(topData.count()); in gen_paths()
36 fill->incReserve(topData.count() + 2); in gen_paths()
38 fill->incReserve(2 * topData.count()); in gen_paths()
H A DSampleCircle.cpp58 path->incReserve(n + 1); in make_poly()
/third_party/skia/bench/
H A DChartBench.cpp42 plot->incReserve(topData.count()); in gen_paths()
44 fill->incReserve(topData.count() + 2); in gen_paths()
46 fill->incReserve(2 * topData.count()); in gen_paths()
H A DPathOpsBench.cpp123 void incReserve(int) {} in incReserve() function
128 b.incReserve(N * 12); in run_builder()
/third_party/skia/include/core/
H A DSkPathBuilder.h209 void incReserve(int extraPtCount, int extraVerbCount);
210 void incReserve(int extraPtCount) { in incReserve() function in SkPathBuilder
211 this->incReserve(extraPtCount, extraPtCount); in incReserve()
H A DSkPath.h544 void incReserve(int extraPtCount);
/third_party/skia/src/core/
H A DSkPathBuilder.cpp69 void SkPathBuilder::incReserve(int extraPtCount, int extraVbCount) { in incReserve() function in SkPathBuilder
379 this->incReserve(count * 2 + 1); in arcTo()
667 this->incReserve(kPts, kVerbs); in addRect()
683 this->incReserve(kPts, kVerbs); in addOval()
722 this->incReserve(kVerbs); in addRRect()
779 this->incReserve(count, count); in polylineTo()
H A DSkPath_serial.cpp252 tmp.incReserve(pts); in readFromMemory_EQ4Or5()
H A DSkRegion_path.cpp541 path->incReserve(count << 1);
H A DSkPath.cpp609 void SkPath::incReserve(int inc) { in incReserve() function in SkPath
803 this->incReserve(kVerbs); in addRect()
961 this->incReserve(kVerbs); in addRRect()
1064 this->incReserve(kVerbs); in addOval()
1146 this->incReserve(count * 2 + 1); in arcTo()
H A DSkPathRef.cpp27 (*pathRef)->incReserve(incReserveVerbs, incReservePoints); in Editor()
H A DSkStroke.cpp409 fOuter.incReserve(src.countPoints() * 3); in SkPathStroker()
411 fInner.incReserve(src.countPoints()); in SkPathStroker()
/third_party/skia/docs/examples/
H A DPath_incReserve.cpp16 path.incReserve(3 + 4 + 5 + 6 + 7 + 8 + 9); in REG_FIDDLE()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DPolystar.cpp58 poly.incReserve(fType == Type::kStar ? count * 2 : count);
/third_party/skia/modules/skottie/src/animator/
H A DShapeKeyframeAnimator.cpp123 path.incReserve(1 + SkToInt(vertex_count * 3)); in operator SkPath()
/third_party/skia/include/private/
H A DSkPathRef.h412 void incReserve(int additionalVerbs, int additionalPoints) { in incReserve() function in final
/third_party/skia/tests/
H A DPathMeasureTest.cpp286 path.incReserve(100); // give shrinkToFit() something to do in test_shrink()
H A DPathTest.cpp5518 shallowPath.incReserve(0xffffffff); in DEF_TEST()
/third_party/skia/src/utils/
H A DSkDashPath.cpp255 dst->incReserve(n);
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp484 path.incReserve(numPts); in PathAddVerbsPointsWeights()

Completed in 33 milliseconds