OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fWritePath
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/tools/
CopyTilesRenderer.cpp
38
this->CopyString(&
fWritePath
, writePath);
76
if (!
fWritePath
.isEmpty()) {
81
SkString pathWithNumber = SkOSPath::Join(
fWritePath
.c_str(),
PictureRenderer.cpp
56
this->CopyString(&
fWritePath
, writePath);
367
if (!
fWritePath
.isEmpty()) {
369
SkString skpPath = SkOSPath::Join(
fWritePath
.c_str(), fInputFilename.c_str());
403
return write(fCanvas,
fWritePath
, fMismatchPath, fInputFilename, fJsonSummaryPtr,
439
return write(fCanvas,
fWritePath
, fMismatchPath, fInputFilename, fJsonSummaryPtr,
480
this->CopyString(&
fWritePath
, writePath);
663
success &= write(fCanvas,
fWritePath
, fMismatchPath, fInputFilename, fJsonSummaryPtr,
769
return (
fWritePath
.isEmpty()); // we don't have anything to write
PictureRenderer.h
129
* If
fWritePath
has been specified, the result of the work will be written to that dir.
135
* @return bool True if rendering succeeded and, if
fWritePath
had been specified, the output
454
SkString
fWritePath
;
577
* If
fWritePath
was provided, a separate file is
Completed in 36 milliseconds