Home | History | Annotate | Download | only in ports

Lines Matching defs:fFont

285         fFont = 0;
304 fFont = font;
314 HFONT fFont;
339 SelectObject(fDC, fFont);
434 HFONT fFont;
480 : SkScalerContext(desc), fDDC(0), fFont(0), fSavefont(0), fSC(0)
508 fFont = CreateFontIndirect(&lf);
524 fSavefont = (HFONT)SelectObject(fDDC, fFont);
530 fOffscreen.init(fFont, fXform);
538 if (fFont) {
539 ::DeleteObject(fFont);
642 SelectObject(fDDC, fFont);