Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/ops/
DTessellationPathRenderer.cpp40 int numVerbs = path.countVerbs(); in make_non_convex_fill_op() local
/external/skia/bench/graphite/
DIntersectionTreeBench.cpp136 int numVerbs = path.countVerbs(); in gatherRects() local
/external/skia/src/core/
DSkPathRef.cpp312 if (int numVerbs = path.countVerbs()) { in growForVerbsInPath() local
/external/skia/bench/
DTessellateBench.cpp263 int numVerbs = 28 - SkNextLog2(rand.nextRangeU(0, (1 << 27) - 1)); in make_motionmark_paths() local
/external/skia/tools/viewer/
DSimpleStrokerSlide.cpp306 const int numVerbs = path.countVerbs(); in appendPathReversed() local
DVariableWidthStrokerSlide.cpp850 const int numVerbs = path.countVerbs(); in appendPathReversed() local
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp583 void PathAddVerbsPointsWeights(SkPath& path, WASMPointerU8 verbsPtr, int numVerbs, in PathAddVerbsPointsWeights()
645 SkPath MakePathFromVerbsPointsWeights(WASMPointerU8 verbsPtr, int numVerbs, in MakePathFromVerbsPointsWeights()
/external/skia/tests/
DPathTest.cpp3206 int numVerbs = (rand.nextU() >> 16) % 10; in test_range_iter() local
5128 const size_t numVerbs = numMoves + numConics; in DEF_TEST() local