Home
last modified time | relevance | path

Searched refs:fPathStrokes (Results 1 – 1 of 1) sorted by relevance

/external/skia/bench/
DTessellateBench.cpp314 fPathStrokes = fMakePathStrokesFn(); in onDelayedSetup()
315 for (size_t i = 0; i < fPathStrokes.size(); ++i) { in onDelayedSetup()
316 if (i + 1 < fPathStrokes.size()) { in onDelayedSetup()
317 fPathStrokes[i].fNext = &fPathStrokes[i + 1]; in onDelayedSetup()
319 fTotalVerbCount += fPathStrokes[i].fPath.countVerbs(); in onDelayedSetup()
323 fPathStrokes.data(), *fTarget->caps().shaderCaps()); in onDelayedSetup()
339 std::vector<PathStrokeList> fPathStrokes; member in TessPrepareBench