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

/external/chromium_org/third_party/skia/tools/
H A Dskdiff_utils.cpp40 SkDebugf("ERROR: no codec found for <%s>\n", resource.fFullPath.c_str());
51 SkDebugf("ERROR: codec failed for basePath <%s>\n", resource.fFullPath.c_str());
146 drp->fDifference.fFullPath = outputDir;
147 drp->fDifference.fFullPath.append(drp->fDifference.fFilename);
151 drp->fWhite.fFullPath = outputDir;
152 drp->fWhite.fFullPath.append(drp->fWhite.fFilename);
156 if (write_bitmap(drp->fDifference.fFullPath, drp->fDifference.fBitmap)) {
161 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.cpp299 SkAutoDataUnref fileBits(read_file(resource.fFullPath.c_str()));
301 SkDebugf("WARNING: couldn't read %s file <%s>\n", name, resource.fFullPath.c_str());
381 drp->fBase.fFullPath = basePath;
385 drp->fComparison.fFullPath = comparisonPath;
399 drp->fBase.fFullPath = basePath;
403 drp->fComparison.fFullPath = comparisonPath;
417 drp->fBase.fFullPath = basePath;
421 drp->fComparison.fFullPath = comparisonPath;
424 SkAutoDataUnref baseFileBits(read_file(drp->fBase.fFullPath.c_str()));
428 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
/external/skia/tools/
H A Dskdiff_utils.cpp56 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());
162 drp->fDifference.fFullPath = outputDir;
163 drp->fDifference.fFullPath.append(drp->fDifference.fFilename);
167 drp->fWhite.fFullPath = outputDir;
168 drp->fWhite.fFullPath.append(drp->fWhite.fFilename);
172 if (write_bitmap(drp->fDifference.fFullPath, drp->fDifference.fBitmap)) {
177 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.cpp299 SkAutoDataUnref fileBits(read_file(resource.fFullPath.c_str()));
301 SkDebugf("WARNING: couldn't read %s file <%s>\n", name, resource.fFullPath.c_str());
381 drp->fBase.fFullPath = basePath;
385 drp->fComparison.fFullPath = comparisonPath;
399 drp->fBase.fFullPath = basePath;
403 drp->fComparison.fFullPath = comparisonPath;
417 drp->fBase.fFullPath = basePath;
421 drp->fComparison.fFullPath = comparisonPath;
424 SkAutoDataUnref baseFileBits(read_file(drp->fBase.fFullPath.c_str()));
428 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 270 milliseconds