/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/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/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 | 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/src/core/ |
D | SkPath_serial.cpp | 239 tmp.incReserve(pts); in readFromMemory_EQ4()
|
D | SkRegion_path.cpp | 542 path->incReserve(count << 1); in getBoundaryPath()
|
D | SkPath.cpp | 770 void SkPath::incReserve(int inc) { in incReserve() function in SkPath 1048 this->incReserve(kVerbs); in addRect() 1201 this->incReserve(kVerbs); in addRRect() 1304 this->incReserve(kVerbs); in addOval() 1388 this->incReserve(count * 2 + 1); in arcTo()
|
D | SkStroke.cpp | 376 fOuter.incReserve(src.countPoints() * 3); in SkPathStroker() 378 fInner.incReserve(src.countPoints()); in SkPathStroker()
|
/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()
|
D | SkPath.cpp | 770 void SkPath::incReserve(int inc) { in incReserve() function in SkPath 1048 this->incReserve(kVerbs); in addRect() 1201 this->incReserve(kVerbs); in addRRect() 1304 this->incReserve(kVerbs); in addOval() 1388 this->incReserve(count * 2 + 1); in arcTo()
|
D | SkStroke.cpp | 376 fOuter.incReserve(src.countPoints() * 3); in SkPathStroker() 378 fInner.incReserve(src.countPoints()); in SkPathStroker()
|
/external/skqp/include/private/ |
D | SkPathRef.h | 393 void incReserve(int additionalVerbs, int additionalPoints) { in incReserve() function
|
/external/skia/modules/skottie/src/ |
D | SkottieValue.cpp | 212 path.incReserve(1 + SkToU32(shape.fVertices.size() * 3)); in As()
|
D | SkottieAdapter.cpp | 166 poly.incReserve(fType == Type::kStar ? count * 2 : count); in apply()
|
/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/include/private/ |
D | SkPathRef.h | 393 void incReserve(int additionalVerbs, int additionalPoints) { in incReserve() function
|
/external/skia/src/utils/ |
D | SkDashPath.cpp | 258 dst->incReserve(n); in init()
|
/external/skqp/src/utils/ |
D | SkDashPath.cpp | 258 dst->incReserve(n); in init()
|
/external/skia/include/core/ |
D | SkPath.h | 547 void incReserve(int extraPtCount);
|
/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
|