/external/skqp/bench/ |
D | ChartBench.cpp | 42 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/ |
D | SampleChart.cpp | 34 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()
|
D | SampleCircle.cpp | 58 path->incReserve(n + 1); in make_poly()
|
/external/skia/bench/ |
D | ChartBench.cpp | 42 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()
|
D | PathOpsBench.cpp | 123 void incReserve(int) {} in incReserve() function 128 b.incReserve(N * 12); in run_builder()
|
/external/skqp/samplecode/ |
D | SampleChart.cpp | 36 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()
|
D | SampleCircle.cpp | 76 path->incReserve(n + 1); in make_poly()
|
/external/skia/include/core/ |
D | SkPathBuilder.h | 209 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/ |
D | Path_incReserve.cpp | 16 path.incReserve(3 + 4 + 5 + 6 + 7 + 8 + 9); in draw()
|
/external/skia/src/core/ |
D | SkPathBuilder.cpp | 68 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()
|
D | SkPath_serial.cpp | 252 tmp.incReserve(pts); in readFromMemory_EQ4Or5()
|
D | SkRegion_path.cpp | 541 path->incReserve(count << 1); in getBoundaryPath()
|
/external/skia/modules/skottie/src/layers/shapelayer/ |
D | Polystar.cpp | 58 poly.incReserve(fType == Type::kStar ? count * 2 : count); in onSync()
|
/external/skia/modules/skottie/src/animator/ |
D | ShapeKeyframeAnimator.cpp | 123 path.incReserve(1 + SkToInt(vertex_count * 3)); in operator SkPath()
|
/external/skqp/src/core/ |
D | SkPath_serial.cpp | 239 tmp.incReserve(pts); in readFromMemory_EQ4()
|
D | SkRegion_path.cpp | 542 path->incReserve(count << 1); in getBoundaryPath()
|
/external/skia/include/private/ |
D | SkPathRef.h | 412 void incReserve(int additionalVerbs, int additionalPoints) { in incReserve() function
|
/external/skqp/include/private/ |
D | SkPathRef.h | 393 void incReserve(int additionalVerbs, int additionalPoints) { in incReserve() function
|
/external/skia/tests/ |
D | PathMeasureTest.cpp | 286 path.incReserve(100); // give shrinkToFit() something to do in test_shrink()
|
/external/skqp/modules/skottie/src/ |
D | SkottieValue.cpp | 212 path.incReserve(1 + SkToU32(shape.fVertices.size() * 3)); in As()
|
D | SkottieAdapter.cpp | 164 poly.incReserve(fType == Type::kStar ? count * 2 : count); in apply()
|
/external/skia/src/utils/ |
D | SkDashPath.cpp | 252 dst->incReserve(n); in init()
|
/external/skqp/src/utils/ |
D | SkDashPath.cpp | 258 dst->incReserve(n); in init()
|
/external/skqp/include/core/ |
D | SkPath.h | 547 void incReserve(int extraPtCount);
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPath.java | 329 protected void incReserve(int extraPtCount) { in incReserve() method in ShadowPath
|