Home
last modified time | relevance | path

Searched refs:incReserve (Results 1 – 25 of 38) sorted by relevance

12

/external/skqp/bench/
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()
/external/skia/samplecode/
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()
DSampleCircle.cpp58 path->incReserve(n + 1); in make_poly()
/external/skia/bench/
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()
DPathOpsBench.cpp123 void incReserve(int) {} in incReserve() function
128 b.incReserve(N * 12); in run_builder()
/external/skqp/samplecode/
DSampleChart.cpp36 plot->incReserve(topData.count()); in gen_paths()
38 fill->incReserve(topData.count() + 2); in gen_paths()
40 fill->incReserve(2 * topData.count()); in gen_paths()
DSampleCircle.cpp76 path->incReserve(n + 1); in make_poly()
/external/skia/include/core/
DSkPathBuilder.h209 void incReserve(int extraPtCount, int extraVerbCount);
210 void incReserve(int extraPtCount) { in incReserve() function
211 this->incReserve(extraPtCount, extraPtCount); in incReserve()
/external/skia/docs/examples/
DPath_incReserve.cpp16 path.incReserve(3 + 4 + 5 + 6 + 7 + 8 + 9); in draw()
/external/skia/src/core/
DSkPathBuilder.cpp68 void SkPathBuilder::incReserve(int extraPtCount, int extraVbCount) { in incReserve() function in SkPathBuilder
362 this->incReserve(count * 2 + 1); in arcTo()
650 this->incReserve(kPts, kVerbs); in addRect()
666 this->incReserve(kPts, kVerbs); in addOval()
705 this->incReserve(kVerbs); in addRRect()
762 this->incReserve(count, count); in polylineTo()
DSkPath_serial.cpp252 tmp.incReserve(pts); in readFromMemory_EQ4Or5()
DSkRegion_path.cpp541 path->incReserve(count << 1); in getBoundaryPath()
/external/skia/modules/skottie/src/layers/shapelayer/
DPolystar.cpp58 poly.incReserve(fType == Type::kStar ? count * 2 : count); in onSync()
/external/skia/modules/skottie/src/animator/
DShapeKeyframeAnimator.cpp123 path.incReserve(1 + SkToInt(vertex_count * 3)); in operator SkPath()
/external/skqp/src/core/
DSkPath_serial.cpp239 tmp.incReserve(pts); in readFromMemory_EQ4()
DSkRegion_path.cpp542 path->incReserve(count << 1); in getBoundaryPath()
/external/skia/include/private/
DSkPathRef.h412 void incReserve(int additionalVerbs, int additionalPoints) { in incReserve() function
/external/skqp/include/private/
DSkPathRef.h393 void incReserve(int additionalVerbs, int additionalPoints) { in incReserve() function
/external/skia/tests/
DPathMeasureTest.cpp286 path.incReserve(100); // give shrinkToFit() something to do in test_shrink()
/external/skqp/modules/skottie/src/
DSkottieValue.cpp212 path.incReserve(1 + SkToU32(shape.fVertices.size() * 3)); in As()
DSkottieAdapter.cpp164 poly.incReserve(fType == Type::kStar ? count * 2 : count); in apply()
/external/skia/src/utils/
DSkDashPath.cpp252 dst->incReserve(n); in init()
/external/skqp/src/utils/
DSkDashPath.cpp258 dst->incReserve(n); in init()
/external/skqp/include/core/
DSkPath.h547 void incReserve(int extraPtCount);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java329 protected void incReserve(int extraPtCount) { in incReserve() method in ShadowPath

12