Searched refs:fCurrentFont (Results 1 – 4 of 4) sorted by relevance
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
500 , fCurrentHBFont(fHBFont.get()), fCurrentFont(&fFont) in FontRunIterator()509 fCurrentFont = &fFont; in consume()513 fCurrentFont = &fFallbackFont; in consume()522 fCurrentFont = &fFallbackFont; in consume()525 fCurrentFont = &fFont; in consume()535 if (fCurrentFont->getTypeface() != fFont.getTypeface() && fFont.unicharToGlyph(u)) { in consume()541 if (!fCurrentFont->unicharToGlyph(u)) { in consume()559 return fCurrentFont; in currentFont()573 SkFont* fCurrentFont; member in __anon4b0b033d0111::FontRunIterator