Home | History | Annotate | Download | only in tools

Lines Matching refs:fFullPath

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()));
455 drp->fBase.fFullPath = baseDir;
456 drp->fBase.fFullPath.append(drp->fBase.fFilename);
460 drp->fComparison.fFullPath = comparisonDir;
461 drp->fComparison.fFullPath.append(drp->fComparison.fFilename);
476 drp->fBase.fFullPath = baseDir;
477 drp->fBase.fFullPath.append(drp->fBase.fFilename);
481 drp->fComparison.fFullPath = comparisonDir;
482 drp->fComparison.fFullPath.append(drp->fComparison.fFilename);