Searched defs:numVerbs (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/ccpr/
H A DGrCCGeometry.h66 void resize_back(int numPoints, int numVerbs) { argument
69 fVerbs.resize_back(numVerbs);
H A DGrCCPathParser.cpp168 int numVerbs = fGeometry.verbs().count() - fCurrPathVerbsIdx - 1; local
169 int64_t tessellationWork = (int64_t)numVerbs * (32 - SkCLZ(numVerbs)); // N log N.
/external/skqp/src/gpu/ccpr/
H A DGrCCGeometry.h65 void resize_back(int numPoints, int numVerbs) { argument
68 fVerbs.resize_back(numVerbs);
/external/skia/tests/
H A DPathTest.cpp3061 int numVerbs = (rand.nextU() >> 16) % 10; local
3063 for (int j = 0; j < numVerbs; ++j) {
3138 numVerbs = numIterVerbs;
3188 REPORTER_ASSERT(reporter, numIterVerbs == numVerbs);
4763 const size_t numVerbs = numMoves + numConics; local
4767 REPORTER_ASSERT(reporter, path.countVerbs() == numVerbs);
/external/skqp/tests/
H A DPathTest.cpp3155 int numVerbs = (rand.nextU() >> 16) % 10; local
3157 for (int j = 0; j < numVerbs; ++j) {
3232 numVerbs = numIterVerbs;
3282 REPORTER_ASSERT(reporter, numIterVerbs == numVerbs);
4857 const size_t numVerbs = numMoves + numConics; local
4861 REPORTER_ASSERT(reporter, path.countVerbs() == numVerbs);
4882 REPORTER_ASSERT(reporter, writtenValues[verbCountOffset] == numVerbs);

Completed in 153 milliseconds