Searched defs:baselinePath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tools/skpdiff/
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...]
/external/skia/tools/skpdiff/
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...]

Completed in 192 milliseconds