Searched defs:width (Results 251 - 275 of 627) sorted by relevance

<<11121314151617181920>>

/openjdk9/jdk/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dvis_SrcOverMaskBlit.c54 IntArgbToIntArgbSrcOverMaskBlit_line(mlib_f32 *dst_ptr, mlib_f32 *src_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_u8 *mul8_extra, mlib_u8 *mul8_tbl) argument
141 IntArgbToIntArgbSrcOverMaskBlit_A1_line(mlib_f32 *dst_ptr, mlib_f32 *src_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_u8 *mul8_extra, mlib_u8 *mul8_tbl) argument
347 IntArgbToIntRgbSrcOverMaskBlit_line(mlib_f32 *dst_ptr, mlib_f32 *src_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_u8 *mul8_extra, mlib_u8 *mul8_tbl) argument
410 IntArgbToIntBgrSrcOverMaskBlit_line(mlib_f32 *dst_ptr, mlib_f32 *src_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_u8 *mul8_extra, mlib_u8 *mul8_tbl) argument
498 IntArgbToIntRgbSrcOverMaskBlit_A1_line(mlib_f32 *dst_ptr, mlib_f32 *src_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_u8 *mul8_extra, mlib_u8 *mul8_tbl) argument
557 IntArgbToIntBgrSrcOverMaskBlit_A1_line(mlib_f32 *dst_ptr, mlib_f32 *src_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_u8 *mul8_extra, mlib_u8 *mul8_tbl) argument
[all...]
/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWTaskbarPeer.java148 private native void setOverlayIcon(long hwnd, int[] badge, int width, int height); argument
H A DWFramePeer.java130 public void reshape(int x, int y, int width, int height) { argument
219 public void setBoundsPrivate(int x, int y, int width, in argument
[all...]
/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DSurfaceData.h45 jint width, height; member in struct:_D3DSDOps
H A DD3DMaskCache.cpp97 AddMaskQuad(int srcx, int srcy, int dstx, int dsty, int width, int height, int maskscan, void *mask) argument
/openjdk9/jdk/src/java.desktop/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsConfig.java283 createCompatibleVolatileImage(int width, int height, argument
/openjdk9/jdk/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DColumnFormat.java38 private int width; field in class:ColumnFormat
76 public void setWidth(int width) { argument
/openjdk9/jdk/test/java/awt/Window/WindowResizingOnDPIChanging/
H A DWindowResizingOnSetLocationTest.java338 final int width; field in class:WindowResizingOnSetLocationTest.TestMultiResolutionImage
343 public TestMultiResolutionImage(int width, int height) { argument
[all...]
/openjdk9/jdk/test/java/awt/image/MultiResolutionImage/
H A DMultiResolutionDrawImageWithTransformTest.java178 private final int width; field in class:MultiResolutionDrawImageWithTransformTest.TestSurfaceData
184 public TestSurfaceData(int width, int height, double scale) { argument
[all...]
/openjdk9/jdk/test/java/awt/image/multiresolution/
H A DMultiResolutionRenderingHintsTest.java172 private final int width; field in class:MultiResolutionRenderingHintsTest.TestSurfaceData
178 public TestSurfaceData(int width, int height, double scale) { argument
/openjdk9/jdk/test/java/awt/Toolkit/DynamicLayout/
H A Dbug7172833.java145 public int checkImage(final Image image, final int width, final int height, argument
138 prepareImage( final Image image, final int width, final int height, final ImageObserver observer) argument
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageReader.java63 private int width; field in class:WBMPImageReader
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsBorders.java127 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
158 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
262 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
287 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
318 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
[all...]
H A DWindowsProgressBarUI.java78 public int getBaseline(JComponent c, int width, int height) { argument
[all...]
H A DWindowsTableHeaderUI.java240 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
/openjdk9/jdk/src/java.desktop/share/classes/java/applet/
H A DApplet.java221 public void resize(int width, int height) { argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DImage.java169 getScaledInstance(int width, int height, int hints) argument
[all...]
H A DSplashScreen.java424 private static native void _update(long splashPtr, int[] data, int x, int y, int width, int height, int scanlineStride); argument
/openjdk9/jdk/test/java/time/test/java/time/format/
H A DTestReducedPrinter.java83 private DateTimeFormatter getFormatter0(TemporalField field, int width, int baseValue) { argument
/openjdk9/jdk/test/sun/awt/dnd/8024061/
H A Dbug8024061.java177 int width = 50; field in class:bug8024061.DropObject
/openjdk9/jdk/test/javax/swing/plaf/basic/BasicGraphicsUtils/8132119/
H A Dbug8132119.java333 private static BufferedImage createBufferedImage(int width, int height) { argument
[all...]
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DSourceCodePanel.java63 private int width; field in class:SourceCodePanel.RowHeader
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/cmm/
H A DColorConvertOpTests.java326 protected static BufferedImage createBufferedImage(int width, argument
[all...]
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLTableElement.java153 public void setWidth(String width); argument
H A DHTMLTableCellElement.java154 public void setWidth(String width); argument

Completed in 122 milliseconds

<<11121314151617181920>>