Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsSkpClipTest.cpp673 SkString statName(data->fResult.fFilename); in testSkpClip() local
674 SkASSERT(statName.endsWith(".skp")); in testSkpClip()
675 statName.remove(statName.size() - 4, 4); in testSkpClip()
676 statName.appendf(".%d.%d.skp", data->fResult.fPixelError, data->fResult.fTime); in testSkpClip()
682 statusFile.appendf("%s%s", PATH_SLASH, statName.c_str()); in testSkpClip()
DSkpSkGrTest.cpp476 SkString statName; in makeStatusString() local
477 statName.printf("stats%d.txt", dirNo); in makeStatusString()
478 SkString statusFile = make_filepath(0, outStatusDir, statName.c_str()); in makeStatusString()