OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDiffs
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/skpdiff/
SkDiffContext.cpp
106
DiffData& diffData = newRecord->
fDiffs
.push_back();
111
newRecord->
fDiffs
.pop_back();
257
for (int diffIndex = 0; diffIndex < currentRecord->
fDiffs
.count(); diffIndex++) {
258
DiffData& data = currentRecord->
fDiffs
[diffIndex];
276
if (diffIndex + 1 < currentRecord->
fDiffs
.count()) {
312
for (int diffIndex = 0; diffIndex < currentRecord->
fDiffs
.count(); diffIndex++) {
313
DiffData& data = currentRecord->
fDiffs
[diffIndex];
335
for (int diffIndex = 0; diffIndex < currentRecord->
fDiffs
.count(); diffIndex++) {
336
DiffData& data = currentRecord->
fDiffs
[diffIndex];
SkDiffContext.h
124
SkTArray<DiffData>
fDiffs
;
Completed in 62 milliseconds