Searched refs:fFullPath (Results 1 – 5 of 5) sorted by relevance
/external/skia/tools/ |
D | skdiff_utils.cpp | 40 SkDebugf("ERROR: no codec found for <%s>\n", resource.fFullPath.c_str()); in get_bitmap() 51 SkDebugf("ERROR: codec failed for basePath <%s>\n", resource.fFullPath.c_str()); in get_bitmap() 146 drp->fDifference.fFullPath = outputDir; in create_and_write_diff_image() 147 drp->fDifference.fFullPath.append(drp->fDifference.fFilename); in create_and_write_diff_image() 151 drp->fWhite.fFullPath = outputDir; in create_and_write_diff_image() 152 drp->fWhite.fFullPath.append(drp->fWhite.fFilename); in create_and_write_diff_image() 156 if (write_bitmap(drp->fDifference.fFullPath, drp->fDifference.fBitmap)) { in create_and_write_diff_image() 161 if (write_bitmap(drp->fWhite.fFullPath, drp->fWhite.fBitmap)) { in create_and_write_diff_image()
|
D | skdiff_main.cpp | 346 SkAutoDataUnref fileBits(read_file(resource.fFullPath.c_str())); in get_bounds() 348 SkDebugf("WARNING: couldn't read %s file <%s>\n", name, resource.fFullPath.c_str()); in get_bounds() 428 drp->fBase.fFullPath = basePath; in create_diff_images() 432 drp->fComparison.fFullPath = comparisonPath; in create_diff_images() 446 drp->fBase.fFullPath = basePath; in create_diff_images() 450 drp->fComparison.fFullPath = comparisonPath; in create_diff_images() 464 drp->fBase.fFullPath = basePath; in create_diff_images() 468 drp->fComparison.fFullPath = comparisonPath; in create_diff_images() 471 SkAutoDataUnref baseFileBits(read_file(drp->fBase.fFullPath.c_str())); in create_diff_images() 475 SkAutoDataUnref comparisonFileBits(read_file(drp->fComparison.fFullPath.c_str())); in create_diff_images() [all …]
|
D | skdiff_html.cpp | 189 if (!resource.fFullPath.isEmpty()) { in print_diff_resource_cell() 190 if (!resource.fFullPath.startsWith(PATH_DIV_STR)) { in print_diff_resource_cell() 191 resource.fFullPath.prepend(relativePath); in print_diff_resource_cell() 193 print_link_cell(stream, resource.fFullPath, "N/A"); in print_diff_resource_cell() 206 if (!resource.fFullPath.startsWith(PATH_DIV_STR)) { in print_diff_resource_cell() 207 resource.fFullPath.prepend(relativePath); in print_diff_resource_cell() 209 print_image_cell(stream, resource.fFullPath, height); in print_diff_resource_cell()
|
D | skdiff_image.cpp | 32 drp->fBase.fFullPath = baseFile; in create_diff_images() 36 drp->fComparison.fFullPath = comparisonFile; in create_diff_images() 39 SkAutoDataUnref baseFileBits(read_file(drp->fBase.fFullPath.c_str())); in create_diff_images() 43 SkAutoDataUnref comparisonFileBits(read_file(drp->fComparison.fFullPath.c_str())); in create_diff_images()
|
D | skdiff.h | 76 DiffResource() : fFilename(), fFullPath(), fBitmap(), fStatus(kUnknown_Status) { }; in DiffResource() 81 SkString fFullPath; member
|