Home | History | Annotate | Download | only in ports

Lines Matching defs:fFont

424         fFont = 0;
442 fFont = font;
451 HFONT fFont;
475 SelectObject(fDC, fFont);
563 HFONT fFont;
621 : SkScalerContext(desc), fDDC(0), fFont(0), fSavefont(0), fSC(0)
635 fFont = CreateFontIndirect(&lf);
655 fSavefont = (HFONT)SelectObject(fDDC, fFont);
715 ::DeleteObject(fFont);
716 fFont = bitmapFont;
725 fOffscreen.init(fFont, fXform);
733 if (fFont) {
734 ::DeleteObject(fFont);
865 SelectObject(fDDC, fFont);