Home | History | Annotate | Download | only in pdf

Lines Matching refs:fFont

665         : fFont(font),
694 SkPDFGlyphSet* myUsage = getGlyphSetForFont(usage.fMap[i].fFont);
717 if (fMap[i].fFont == font) {
723 fMap[index].fFont = font;
748 if (CanonicalFonts()[i].fFont == this) {
829 CanonicalFonts()[relatedFontIndex].fFont->ref();
830 return CanonicalFonts()[relatedFontIndex].fFont;
836 SkPDFFont* relatedFont = CanonicalFonts()[relatedFontIndex].fFont;
850 CanonicalFonts()[relatedFontIndex].fFont->ref();
851 return CanonicalFonts()[relatedFontIndex].fFont;
1042 if (fFont != NULL && b.fFont != NULL) {
1043 return fFont->fFirstGlyphID == b.fFont->fFirstGlyphID &&
1044 fFont->fLastGlyphID == b.fFont->fLastGlyphID;
1050 if (fFont != NULL) {
1051 return fFont->fFirstGlyphID <= b.fGlyphID &&
1052 b.fGlyphID <= fFont->fLastGlyphID;
1053 } else if (b.fFont != NULL) {
1054 return b.fFont->fFirstGlyphID <= fGlyphID &&
1055 fGlyphID <= b.fFont->fLastGlyphID;
1061 : fFont(font),