Searched refs:fFontResources (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFDevice.cpp632 fFontResources.unrefAll();
1077 if (fFontResources.count()) {
1079 for (int i = 0; i < fFontResources.count(); i++) {
1083 new SkPDFObjRef(fFontResources[i]))->unref();
1116 fFontResources.count() +
1132 for (int i = 0; i < fFontResources.count(); i++) {
1133 resourceList->push(fFontResources[i]);
1134 fFontResources[i]->ref();
1136 fFontResources[i]->getResources(resourceList);
1149 return fFontResources;
[all...]
/external/skia/include/pdf/
H A DSkPDFDevice.h194 SkTDArray<SkPDFFont*> fFontResources; member in class:SkPDFDevice

Completed in 52 milliseconds