Searched refs:baselinePath (Results 1 - 4 of 4) sorted by relevance

/external/skia/tools/skpdiff/
H A DSkDiffContext.h46 * @param baselinePath The baseline directory's path
49 void diffDirectories(const char baselinePath[], const char testPath[]);
60 * @param baselinePath The baseline file path
63 void addDiff(const char* baselinePath, const char* testPath);
70 * "commonName" : string containing the common prefix of the baselinePath
72 * "baselinePath" : string containing the path to the baseline image
90 * "baselinePath": "/a/queue.png",
H A DSkDiffContext.cpp68 void SkDiffContext::addDiff(const char* baselinePath, const char* testPath) { argument
72 if (!SkImageDecoder::DecodeFile(baselinePath, &baselineBitmap)) {
73 SkDebugf("Failed to load bitmap \"%s\"\n", baselinePath);
87 SkString baseName = SkOSPath::SkBasename(baselinePath);
91 newRecord->fBaselinePath = baselinePath;
141 void setup(SkDiffContext* diffContext, const SkString& baselinePath, const SkString& testPath) { argument
143 fBaselinePath = baselinePath;
157 void SkDiffContext::diffDirectories(const char baselinePath[], const char testPath[]) { argument
160 if (!get_directory(baselinePath, &baselineEntries)) {
161 SkDebugf("Unable to open path \"%s\"\n", baselinePath);
[all...]
H A Ddiff_viewer.js33 image.src = scope.record.baselinePath;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dmain.js338 var baselinePath = '';
340 baselinePath += 'platform/' + platform + '/';
342 baselinePath += testName + '-expected' + extension;
343 link.href = getTracUrl(baselinePath);

Completed in 102 milliseconds