Searched refs:fCurrentFont (Results 1 – 4 of 4) sorted by relevance
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