Home | History | Annotate | Download | only in pdf

Lines Matching defs:fFont

209     SkPDFFont* fFont;
210 // In PDF, text size has no default value. It is only valid if fFont is
220 fFont(NULL),
898 SkPDFFont* font = content.entry()->fState.fFont;
934 SkPDFFont* font = content.entry()->fState.fFont;
1597 if (contentEntry->fState.fFont == NULL ||
1599 !contentEntry->fState.fFont->hasGlyph(glyphID)) {
1606 contentEntry->fState.fFont = fFontResources[fontIndex];