Searched refs:fFullPath (Results 1 - 5 of 5) sorted by relevance

/external/skia/tools/
H A Dskdiff_utils.cpp43 SkDebugf("ERROR: no codec found for <%s>\n", resource.fFullPath.c_str());
50 SkDebugf("ERROR: codec failed for basePath <%s>\n", resource.fFullPath.c_str());
145 drp->fDifference.fFullPath = outputDir;
146 drp->fDifference.fFullPath.append(drp->fDifference.fFilename);
150 drp->fWhite.fFullPath = outputDir;
151 drp->fWhite.fFullPath.append(drp->fWhite.fFilename);
155 if (write_bitmap(drp->fDifference.fFullPath, drp->fDifference.fBitmap)) {
160 if (write_bitmap(drp->fWhite.fFullPath, drp->fWhite.fBitmap)) {
H A Dskdiff_html.cpp189 if (!resource.fFullPath.isEmpty()) {
190 if (!resource.fFullPath.startsWith(PATH_DIV_STR)) {
191 resource.fFullPath.prepend(relativePath);
193 print_link_cell(stream, resource.fFullPath, "N/A");
206 if (!resource.fFullPath.startsWith(PATH_DIV_STR)) {
207 resource.fFullPath.prepend(relativePath);
209 print_image_cell(stream, resource.fFullPath, height);
H A Dskdiff_main.cpp347 SkAutoDataUnref fileBits(read_file(resource.fFullPath.c_str()));
349 SkDebugf("WARNING: couldn't read %s file <%s>\n", name, resource.fFullPath.c_str());
429 drp->fBase.fFullPath = basePath;
433 drp->fComparison.fFullPath = comparisonPath;
447 drp->fBase.fFullPath = basePath;
451 drp->fComparison.fFullPath = comparisonPath;
465 drp->fBase.fFullPath = basePath;
469 drp->fComparison.fFullPath = comparisonPath;
472 SkAutoDataUnref baseFileBits(read_file(drp->fBase.fFullPath.c_str()));
476 SkAutoDataUnref comparisonFileBits(read_file(drp->fComparison.fFullPath
[all...]
H A Dskdiff_image.cpp32 drp->fBase.fFullPath = baseFile;
36 drp->fComparison.fFullPath = comparisonFile;
39 SkAutoDataUnref baseFileBits(read_file(drp->fBase.fFullPath.c_str()));
43 SkAutoDataUnref comparisonFileBits(read_file(drp->fComparison.fFullPath.c_str()));
H A Dskdiff.h76 DiffResource() : fFilename(), fFullPath(), fBitmap(), fStatus(kUnknown_Status) { };
81 SkString fFullPath; member in struct:DiffResource

Completed in 92 milliseconds