Home | History | Annotate | Download | only in pdf

Lines Matching refs:fFontResources

561     fFontResources.unrefAll();
1003 if (fFontResources.count()) {
1006 for (int i = 0; i < fFontResources.count(); i++) {
1010 new SkPDFObjRef(fFontResources[i]))->unref();
1044 fFontResources.count() +
1056 for (int i = 0; i < fFontResources.count(); i++) {
1057 resourceList->push(fFontResources[i]);
1058 fFontResources[i]->ref();
1059 fFontResources[i]->getResources(resourceList);
1069 return fFontResources;
1484 contentEntry->fState.fFont = fFontResources[fontIndex];
1491 int resourceIndex = fFontResources.find(newFont.get());
1493 resourceIndex = fFontResources.count();
1494 fFontResources.push(newFont.get());