Home
last modified time | relevance | path

Searched refs:hfont (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/graphite/
H A Dgraphite-2.3.1.patch2088 - HFONT hfont = g_fhc.GetFont(lf);
2090 + HFONT hfont = cache.hfont;
2092 + //HFONT hfont = g_fhc.GetFont(lf);
2094 //if (hfont == 0)
2114 - return fcv.hfont;
2121 void WinFont::FontHandleCache::DeleteFont(HFONT hfont)
2123 - if (!hfont || !m_bValid)
2124 + if (!hfont || !m_bValid || m_hmlffcv.size() == 0)
2131 ::DeleteObject(hfont);
2179 HFONT hfont; // font handle
[all …]
H A Dgraphite-2.3.1_stlportemu.patch31 void DeleteFont(HFONT hfont);
/AOO42X/main/canvas/source/cairo/
H A Dcairo_win32_cairo.cxx288 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont) in ucs4toindex() argument
303 SelectObject (hdc, hfont); in ucs4toindex()
H A Dcairo_win32_cairo.hxx63 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont);