OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSubstituteMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pdf/
SkPDFCatalog.cpp
68
for (int i = 0; i <
fSubstituteMap
.count(); ++i) {
69
if (
fSubstituteMap
[i].fSubstitute == obj) {
70
return findObjectIndex(
fSubstituteMap
[i].fOriginal);
147
for (int i = 0; i <
fSubstituteMap
.count(); ++i) {
148
if (original ==
fSubstituteMap
[i].fSubstitute ||
149
original ==
fSubstituteMap
[i].fOriginal) {
171
fSubstituteMap
.append(1, &newMapping);
187
for (int i = 0; i <
fSubstituteMap
.count(); ++i) {
188
if (object ==
fSubstituteMap
[i].fOriginal) {
189
return
fSubstituteMap
[i].fSubstitute
[
all
...]
SkPDFCatalog.h
117
SkTDArray<SubstituteMapping>
fSubstituteMap
;
Completed in 31 milliseconds