Home
last modified time | relevance | path

Searched defs:gdipFont (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DGCData.java54 gdipFont, hGDIFont; field in GCData
H A DPath.java321 long gdipFont = GC.createGdipFont(hDC, font.handle, 0, device.fontCollection, family, null); in addStringInPixels() local
H A DGC.java308 …long gdipFont = createGdipFont(handle, font.handle, gdipGraphics, device.fontCollection, null, hFo… in checkGC() local
H A DTextLayout.java665 long gdipSelBackground = 0, gdipSelForeground = 0, gdipFont = 0, lastHFont = 0; in drawInPixels() local
1047 RECT drawRunTextGDIP(long graphics, StyleItem run, RECT rect, long gdipFont, int baselineInPixels, … in drawRunTextGDIP()