Home
last modified time | relevance | path

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

/external/skia/tools/skpdiff/
DSkDiffContext.cpp121 newRecord->fCommonName = get_combined_name(baseName, testName); in addDiff()
123 newRecord->fCommonName = get_common_prefix(baseName, testName); in addDiff()
125 newRecord->fCommonName.append(".png"); in addDiff()
157 && !newRecord->fCommonName.isEmpty()) { in addDiff()
160 newRecord->fCommonName.c_str()); in addDiff()
177 && !newRecord->fCommonName.isEmpty()) { in addDiff()
189 newRecord->fCommonName.c_str()); in addDiff()
200 && !newRecord->fCommonName.isEmpty()) { in addDiff()
202 newRecord->fCommonName.c_str()); in addDiff()
317 stream.writeText(currentRecord->fCommonName.c_str()); in outputRecords()
DSkDiffContext.h171 SkString fCommonName; member