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

  /external/skia/tools/
CopyTilesRenderer.cpp 39 this->CopyString(&fWritePath, writePath);
86 if (!fWritePath.isEmpty()) {
91 SkString pathWithNumber = SkOSPath::Join(fWritePath.c_str(),
PictureRenderer.cpp 61 this->CopyString(&fWritePath, writePath);
372 if (!fWritePath.isEmpty()) {
374 SkString skpPath = SkOSPath::Join(fWritePath.c_str(), fInputFilename.c_str());
409 return write(fCanvas, fWritePath, fMismatchPath, fInputFilename, fJsonSummaryPtr,
454 return write(fCanvas, fWritePath, fMismatchPath, fInputFilename, fJsonSummaryPtr,
495 this->CopyString(&fWritePath, writePath);
666 success &= write(canvas, fWritePath, fMismatchPath, fInputFilename, fJsonSummaryPtr,
PictureRenderer.h 130 * If fWritePath has been specified, the result of the work will be written to that dir.
136 * @return bool True if rendering succeeded and, if fWritePath had been specified, the output
446 SkString fWritePath;
571 * If fWritePath was provided, a separate file is

Completed in 39 milliseconds