Lines Matching refs:fFont
105 : FontTableCache(), fSurface(surface), fFont(NULL),
154 fFont = CreateFontIndirect(&lf);
156 if (fFont == NULL) {
161 SelectObject(hdc, fFont);
190 : FontTableCache(), fSurface(surface), fFont(NULL),
242 fFont = CreateFontIndirectA(&lf);
244 if (fFont == NULL) {
249 SelectObject(hdc, fFont);
308 if (fFont != NULL) {
310 DeleteObject(fFont);