Searched refs:fCurrentFont (Results 1 – 3 of 3) sorted by relevance
9 if (fCurrentFont != font) { in setFont()10 fCurrentFont = font; in setFont()
25 : fHdc(theHDC), fCurrentFont(NULL) in GDISurface()38 fCurrentFont = NULL; in setHDC()44 if (fCurrentFont != font) { in setFont()45 fCurrentFont = font; in setFont()
43 const GDIFontInstance *fCurrentFont; variable