Home
last modified time | relevance | path

Searched defs:numVerbs (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/ganesh/ops/
DTessellationPathRenderer.cpp55 int numVerbs = path.countVerbs(); in make_non_convex_fill_op() local
/external/skia/bench/graphite/
DIntersectionTreeBench.cpp142 int numVerbs = path.countVerbs(); in gatherRects() local
/external/skia/src/core/
DSkPathRef.cpp320 if (int numVerbs = path.countVerbs()) { in growForVerbsInPath() local
/external/skia/bench/
DTessellateBench.cpp265 int numVerbs = 28 - SkNextLog2(rand.nextRangeU(0, (1 << 27) - 1)); in make_motionmark_paths() local
/external/skia/tools/viewer/
DSimpleStrokerSlide.cpp308 const int numVerbs = path.countVerbs(); in appendPathReversed() local
DVariableWidthStrokerSlide.cpp851 const int numVerbs = path.countVerbs(); in appendPathReversed() local
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp686 void PathAddVerbsPointsWeights(SkPath& path, WASMPointerU8 verbsPtr, int numVerbs, in PathAddVerbsPointsWeights()
748 SkPath MakePathFromVerbsPointsWeights(WASMPointerU8 verbsPtr, int numVerbs, in MakePathFromVerbsPointsWeights()
/external/skia/tests/
DPathTest.cpp3337 int numVerbs = (rand.nextU() >> 16) % 10; in test_range_iter() local
5216 const size_t numVerbs = numMoves + numConics; in DEF_TEST() local