Lines Matching refs:fFontResources
804 fFontResources.unrefAll();
1449 if (fFontResources.count()) {
1450 for (int i = 0; i < fFontResources.count(); i++) {
1453 i, fFontResources[i]);
1470 return fFontResources;
2169 contentEntry->fState.fFont = fFontResources[fontIndex];
2176 int resourceIndex = fFontResources.find(newFont.get());
2178 resourceIndex = fFontResources.count();
2179 fFontResources.push(newFont.get());