Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DTessellationPathRenderer.cpp37 int numVerbs = path.countVerbs(); in make_non_convex_fill_op() local
DStrokeTessellateOp.cpp21 bool can_use_hardware_tessellation(int numVerbs, const GrPipeline& pipeline, const GrCaps& caps) { in can_use_hardware_tessellation()
/third_party/skia/bench/graphite/
DIntersectionTreeBench.cpp136 int numVerbs = path.countVerbs(); in gatherRects() local
/third_party/skia/samplecode/
DSamplePathTessellators.cpp91 int numVerbs; in onPrepare() local
DSampleSimpleStroker.cpp305 const int numVerbs = path.countVerbs(); in appendPathReversed() local
DSampleVariableWidthStroker.cpp850 const int numVerbs = path.countVerbs(); in appendPathReversed() local
/third_party/skia/src/core/
DSkPathRef.cpp348 if (int numVerbs = path.countVerbs()) { in growForVerbsInPath() local
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCFiller.cpp101 int numVerbs = fGeometry.verbs().count() - currPathVerbsIdx - 1; in parseDeviceSpaceFill() local
/third_party/skia/bench/
DTessellateBench.cpp278 int numVerbs = 28 - SkNextLog2(rand.nextRangeU(0, (1 << 27) - 1)); in make_motionmark_paths() local
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp466 void PathAddVerbsPointsWeights(SkPath& path, WASMPointerU8 verbsPtr, int numVerbs, in PathAddVerbsPointsWeights()
528 SkPath MakePathFromVerbsPointsWeights(WASMPointerU8 verbsPtr, int numVerbs, in MakePathFromVerbsPointsWeights()
/third_party/flutter/skia/tests/
DPathTest.cpp3135 int numVerbs = (rand.nextU() >> 16) % 10; in test_raw_iter() local
5021 const size_t numVerbs = numMoves + numConics; in DEF_TEST() local
/third_party/skia/tests/
DPathTest.cpp3161 int numVerbs = (rand.nextU() >> 16) % 10; in test_range_iter() local
5082 const size_t numVerbs = numMoves + numConics; in DEF_TEST() local