HomeSort by relevance Sort by last modified time
    Searched refs:fFullPath (Results 1 - 5 of 5) sorted by null

  /external/skia/tools/
skdiff_utils.cpp 56 SkDebugf("ERROR: no codec found for <%s>\n", resource.fFullPath.c_str());
67 SkDebugf("ERROR: codec failed for basePath <%s>\n", resource.fFullPath.c_str());
164 drp->fDifference.fFullPath = outputDir;
165 drp->fDifference.fFullPath.append(drp->fDifference.fFilename);
169 drp->fWhite.fFullPath = outputDir;
170 drp->fWhite.fFullPath.append(drp->fWhite.fFilename);
174 if (write_bitmap(drp->fDifference.fFullPath, drp->fDifference.fBitmap)) {
179 if (write_bitmap(drp->fWhite.fFullPath, drp->fWhite.fBitmap)) {
skdiff_html.cpp 189 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);
skdiff_main.cpp 299 SkAutoDataUnref fileBits(read_file(resource.fFullPath.c_str()));
301 SkDebugf("WARNING: couldn't read %s file <%s>\n", name, resource.fFullPath.c_str());
366 drp->fBase.fFullPath = basePath;
370 drp->fComparison.fFullPath = comparisonPath;
382 drp->fBase.fFullPath = basePath;
386 drp->fComparison.fFullPath = comparisonPath;
398 drp->fBase.fFullPath = basePath;
402 drp->fComparison.fFullPath = comparisonPath;
405 SkAutoDataUnref baseFileBits(read_file(drp->fBase.fFullPath.c_str()));
409 SkAutoDataUnref comparisonFileBits(read_file(drp->fComparison.fFullPath.c_str()))
    [all...]
skdiff_image.cpp 30 drp->fBase.fFullPath = baseFile;
34 drp->fComparison.fFullPath = comparisonFile;
37 SkAutoDataUnref baseFileBits(read_file(drp->fBase.fFullPath.c_str()));
41 SkAutoDataUnref comparisonFileBits(read_file(drp->fComparison.fFullPath.c_str()));
skdiff.h 76 DiffResource() : fFilename(), fFullPath(), fBitmap(), fStatus(kUnknown_Status) { };
81 SkString fFullPath;

Completed in 62 milliseconds