Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPath.cpp13 static const int kSimpleVolatilePathVerbLimit = 10; variable
68 if (verbCnt > kSimpleVolatilePathVerbLimit) { in compute_key_for_simple_path()
73 static_assert(kSimpleVolatilePathVerbLimit <= 100, in compute_key_for_simple_path()