Searched refs:fCurrentFont (Results 1 – 12 of 12) sorted by relevance
52 , fCurrentFont(nullptr) in FontMgrRunIterator()62 fCurrentFont = &fFont; in consume()65 fCurrentFont = &fFallbackFont; in consume()72 fCurrentFont = &fFallbackFont; in consume()74 fCurrentFont = &fFont; in consume()83 if (fCurrentFont->getTypeface() != fFont.getTypeface() && fFont.unicharToGlyph(u)) { in consume()89 if (!fCurrentFont->unicharToGlyph(u)) { in consume()107 return *fCurrentFont; in currentFont()117 SkFont* fCurrentFont; member in FontMgrRunIterator
99 , fCurrentFont(nullptr) in FontMgrRunIterator()119 fCurrentFont = &fFont; in consume()122 fCurrentFont = &fFallbackFont; in consume()131 fCurrentFont = &fFallbackFont; in consume()133 fCurrentFont = &fFont; in consume()142 if (fCurrentFont->getTypeface() != fFont.getTypeface() && fFont.unicharToGlyph(u)) { in consume()148 if (!fCurrentFont->unicharToGlyph(u)) { in consume()168 return *fCurrentFont; in currentFont()178 SkFont* fCurrentFont; member in FontMgrRunIterator
12 if (fCurrentFont != font) { in setFont()13 fCurrentFont = font; in setFont()
31 : fHdc(theHDC), fCurrentFont(NULL) in GDISurface()44 fCurrentFont = NULL; in setHDC()50 if (fCurrentFont != font) { in setFont()51 fCurrentFont = font; in setFont()
49 const GDIFontInstance *fCurrentFont; variable
175 fCurrentFont = this->createFont(*fCurrentBlock); in FormattingFontIterator()190 fCurrentFont = this->createFont(*fCurrentBlock); in consume()207 const SkFont& currentFont() const override { return fCurrentFont; } in currentFont()222 SkFont fCurrentFont; member in skia::text::FormattingFontIterator