Home
last modified time | relevance | path

Searched refs:incReserve (Results 1 – 25 of 33) 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/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/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.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/src/core/
DSkPath_serial.cpp239 tmp.incReserve(pts); in readFromMemory_EQ4()
DSkRegion_path.cpp542 path->incReserve(count << 1); in getBoundaryPath()
DSkPath.cpp770 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()
DSkStroke.cpp376 fOuter.incReserve(src.countPoints() * 3); in SkPathStroker()
378 fInner.incReserve(src.countPoints()); in SkPathStroker()
/external/skqp/src/core/
DSkPath_serial.cpp239 tmp.incReserve(pts); in readFromMemory_EQ4()
DSkRegion_path.cpp542 path->incReserve(count << 1); in getBoundaryPath()
DSkPath.cpp770 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()
DSkStroke.cpp376 fOuter.incReserve(src.countPoints() * 3); in SkPathStroker()
378 fInner.incReserve(src.countPoints()); in SkPathStroker()
/external/skqp/include/private/
DSkPathRef.h393 void incReserve(int additionalVerbs, int additionalPoints) { in incReserve() function
/external/skia/modules/skottie/src/
DSkottieValue.cpp212 path.incReserve(1 + SkToU32(shape.fVertices.size() * 3)); in As()
DSkottieAdapter.cpp166 poly.incReserve(fType == Type::kStar ? count * 2 : count); in apply()
/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/include/private/
DSkPathRef.h393 void incReserve(int additionalVerbs, int additionalPoints) { in incReserve() function
/external/skia/src/utils/
DSkDashPath.cpp258 dst->incReserve(n); in init()
/external/skqp/src/utils/
DSkDashPath.cpp258 dst->incReserve(n); in init()
/external/skia/include/core/
DSkPath.h547 void incReserve(int extraPtCount);
/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