Home | History | Annotate | Download | only in layout

Lines Matching refs:fFont

111     : FontTableCache(), fSurface(surface), fFont(NULL),
160 fFont = CreateFontIndirect(&lf);
162 if (fFont == NULL) {
167 SelectObject(hdc, fFont);
196 : FontTableCache(), fSurface(surface), fFont(NULL),
248 fFont = CreateFontIndirectA(&lf);
250 if (fFont == NULL) {
255 SelectObject(hdc, fFont);
314 if (fFont != NULL) {
316 DeleteObject(fFont);