OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBaselinePath
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/skpdiff/
SkDiffContext.cpp
127
newRecord->
fBaselinePath
= baselinePath;
218
fBaselinePath
= baselinePath;
223
fDiffContext->addDiff(
fBaselinePath
.c_str(), fTestPath.c_str());
228
SkString
fBaselinePath
;
313
SkString baselineAbsPath = get_absolute_path(currentRecord->
fBaselinePath
);
444
const char* filename = currentRecord->
fBaselinePath
.c_str() +
445
strlen(currentRecord->
fBaselinePath
.c_str()) - 1;
446
while (filename > currentRecord->
fBaselinePath
.c_str() && *(filename - 1) != '/') {
SkDiffContext.h
175
SkString
fBaselinePath
;
Completed in 604 milliseconds