Lines Matching refs:HFONT
218 HFONT font = CreateFontIndirect(&lf); in LogFontTypeface()
221 HFONT savefont = (HFONT)SelectObject(deviceContext, font); in LogFontTypeface()
447 void init(HFONT font, const XFORM& xform) { in init()
457 HFONT fFont;
578 HFONT fSavefont;
579 HFONT fFont;
679 fSavefont = (HFONT)SelectObject(fDDC, fFont); in SkScalerContext_GDI()
1611 HFONT font = CreateFontIndirect(&fLogFont); in onGetFamilyName()
1614 HFONT savefont = (HFONT)SelectObject(deviceContext, font); in onGetFamilyName()
1638 HFONT font = CreateFontIndirect(&fLogFont); in getGlyphToUnicodeMap()
1639 HFONT savefont = (HFONT)SelectObject(hdc, font); in getGlyphToUnicodeMap()
1641 HFONT designFont = CreateFontIndirect(&lf); in getGlyphToUnicodeMap()
1658 HFONT font = CreateFontIndirect(&lf); in onGetAdvancedMetrics()
1659 HFONT savefont = (HFONT)SelectObject(hdc, font); in onGetAdvancedMetrics()
1660 HFONT designFont = nullptr; in onGetAdvancedMetrics()
1866 HFONT font = CreateFontIndirect(&lf); in onOpenStream()
1867 HFONT savefont = (HFONT)SelectObject(hdc, font); in onOpenStream()
1960 , fSavefont((HFONT)SelectObject(fHdc, fFont)) in SkAutoHDC()
1970 HFONT fFont;
1971 HFONT fSavefont;
2106 HFONT font = CreateFontIndirect(&fLogFont); in onCountGlyphs()
2107 HFONT savefont = (HFONT)SelectObject(hdc, font); in onCountGlyphs()
2120 HFONT font = CreateFontIndirect(&fLogFont); in onGetUPEM()
2121 HFONT savefont = (HFONT)SelectObject(hdc, font); in onGetUPEM()
2172 HFONT font = CreateFontIndirect(&lf); in onGetTableData()
2173 HFONT savefont = (HFONT)SelectObject(hdc, font); in onGetTableData()