Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsExtendedTest.cpp45 static const char* opSuffixes[] = { variable
314 testName, gTestNo, opSuffixes[shapeOp]); in showPathOpPath()
330 SkDebugf(" TEST(%s%d%s),\n", testName, x, opSuffixes[gTestOp[x - gTestFirst]]); in ShowTestArray()
623 SkASSERT((size_t) op < SK_ARRAY_COUNT(opSuffixes)); in outputProgress()
624 const char* nameSuffix = opSuffixes[op]; in outputProgress()