Home | History | Annotate | Download | only in pdf

Lines Matching refs:fFontRecords

17     for (int i = 0; i < fFontRecords.count(); ++i) {
18 fFontRecords[i].fFont->unref();
20 fFontRecords.reset();
61 for (int i = 0; i < fFontRecords.count(); ++i) {
63 fFontRecords[i].fFont, fFontRecords[i].fFontID,
64 fFontRecords[i].fGlyphID, fontID, glyphID);
66 return fFontRecords[i].fFont;
68 relatedFont = fFontRecords[i].fFont;
76 SkPDFCanon::FontRec* rec = fFontRecords.push();