Home
last modified time | relevance | path

Searched refs:Matrix_SetElements (Results 1 – 2 of 2) 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 DTransform.java202 Gdip.Matrix_SetElements(handle, 1, 0, 0, 1, 0, 0); in identity()
318 …Gdip.Matrix_SetElements(handle, m11, m12, m21, m22, DPIUtil.autoScaleUp(dx), DPIUtil.autoScaleUp(d… in setElements()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/gdip/
H A DGdip.java996 public static final native int Matrix_SetElements(long matrix, float m11, float m12, float m21, flo… in Matrix_SetElements() method in Gdip