Home | History | Annotate | Download | only in pdf

Lines Matching defs:fFont

208     SkPDFFont* fFont;
209 // In PDF, text size has no default value. It is only valid if fFont is
219 fFont(NULL),
1164 SkPDFFont* font = content.entry()->fState.fFont;
1210 SkPDFFont* font = content.entry()->fState.fFont;
1216 font = content.entry()->fState.fFont;
2032 if (contentEntry->fState.fFont == NULL ||
2034 !contentEntry->fState.fFont->hasGlyph(glyphID)) {
2043 contentEntry->fState.fFont = fFontResources[fontIndex];