OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opSuffixes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
PathOpsExtendedTest.cpp
43
static const char*
opSuffixes
[] = {
299
defaultTestName.printf("xOp%d%s", gTestNo,
opSuffixes
[shapeOp]);
317
SkDebugf(" TEST(xOp%d%s),\n", x,
opSuffixes
[gTestOp[x - gTestFirst]]);
587
SkASSERT((size_t) op < SK_ARRAY_COUNT(
opSuffixes
));
588
const char* nameSuffix =
opSuffixes
[op];
/external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp
41
static const char*
opSuffixes
[] = {
636
const char* nameSuffix =
opSuffixes
[op];
Completed in 34 milliseconds