Searched defs:fill (Results 26 - 50 of 62) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics2D.java295 * <code>fill</code> methods are defined, which clearly indicates
344 * For <code>fill</code> operations, including <code>fillRect</code>,
347 * <code>clearRect</code>, {@link #fill(Shape) fill} can now be called
351 * fill(new Rectangle(x, y, w, h));
790 public abstract void fill(Shape s); method in class:Graphics2D
814 * @see #fill
836 * and <code>fill</code>. It specifies how new pixels are to be combined
H A DGridBagConstraints.java386 * it needs to fill, the extra space is distributed to each column in
407 * needs to fill, the extra space is distributed to each row in
459 * The following values are valid for <code>fill</code>:
465 * <code>HORIZONTAL</code>: Make the component wide enough to fill
468 * <code>VERTICAL</code>: Make the component tall enough to fill its
471 * <code>BOTH</code>: Make the component fill its display area
479 public int fill; field in class:GridBagConstraints
586 fill = NONE;
608 * @param fill The initial fill valu
627 GridBagConstraints(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets, int ipadx, int ipady) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DRequestContext.java99 * {@link #fill(Packet)}, and constructors. Do not access the strongly
290 public void fill(Packet packet, boolean isAddressingEnabled) { method in class:RequestContext
346 // has to fall back. fill in fallbackMap
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DList.java128 public static <A> List<A> fill(int len, A init) { method in class:List
/openjdk7/jdk/src/share/demo/applets/GraphicsTest/
H A DGraphicsTest.java322 abstract void fill(Graphics g, int x, int y, int w, int h); method in class:Shape
334 void fill(Graphics g, int x, int y, int w, int h) { method in class:RectShape
348 void fill(Graphics g, int x, int y, int w, int h) { method in class:OvalShape
362 void fill(Graphics g, int x, int y, int w, int h) { method in class:RoundRectShape
407 void fill(Graphics g, int x, int y, int w, int h) { method in class:PolygonShape
462 shape.fill(g, cx, cy, cw, ch);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DLoopPipe.java137 sg2d.shapepipe.fill(sg2d,
145 sg2d.shapepipe.fill(sg2d, new Ellipse2D.Float(x, y, width, height));
152 sg2d.shapepipe.fill(sg2d, new Arc2D.Float(x, y, width, height,
197 fill(sg2d, sg2d.stroke.createStrokedShape(s));
212 * appropriate for a fill operation as per the settings in
291 public void fill(SunGraphics2D sg2d, Shape s) { method in class:LoopPipe
H A DNullPipe.java107 public void fill(SunGraphics2D sg, Shape s) { method in class:NullPipe
H A DPixelToParallelogramConverter.java39 * Most calls are transformed into calls to the fill(Shape) method
41 * transformed into calls to fill/drawParallelogram().
60 * constants are also applied to fill operations
151 public void fill(SunGraphics2D sg2d, Shape s) { method in class:PixelToParallelogramConverter
164 outpipe.fill(sg2d, s);
368 // so we can just fill the outer parallelogram.
386 * and issues a single fillParallelogram request to fill it.
H A DBufferedRenderPipe.java51 * fillRect(), draw(Shape), and fill(Shape), which are useful for a
52 * hardware-accelerated renderer. The other draw*() and fill*() methods
53 * simply delegate to draw(Shape) and fill(Shape), respectively.
151 fill(sg2d, new RoundRectangle2D.Float(x, y, width, height,
164 fill(sg2d, new Ellipse2D.Float(x, y, width, height));
180 fill(sg2d, new Arc2D.Float(x, y, width, height,
264 fill(sg2d, new Polygon(xPoints, yPoints, nPoints));
543 fill(sg2d, sg2d.stroke.createStrokedShape(s));
547 public void fill(SunGraphics2D sg2d, Shape s) { method in class:BufferedRenderPipe
H A DValidatePipe.java158 public void fill(SunGraphics2D sg, Shape s) { method in class:ValidatePipe
160 sg.shapepipe.fill(sg, s);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DSoftCache.java63 * <p> In typical usage this class will be subclassed and the <code>fill</code>
66 * <code>fill</code> method on that key in an attempt to construct a
67 * corresponding value. If the <code>fill</code> method returns such a value
73 * protected Object fill(Object key) {
237 * attempt to construct one by invoking the <code>fill</code> method.
265 protected Object fill(Object key) { method in class:SoftCache
272 * this key, then invoke the <code>fill</code> method in an attempt to
283 * @see #fill
289 v = fill(key);
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMimeTable.java343 fill(entry, name, value);
346 void fill(MimeEntry entry, String name, String value) { method in class:MimeTable
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPathGraphics.java93 * Override the inherited implementation of fill
97 public void fill(Shape s, Color color) { method in class:PSPathGraphics
764 * Fill the rectangle with the specified color by calling fill().
768 fill(new Rectangle2D.Float(x, y, width, height));
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DSpanClipRenderer.c67 fill(jbyte *alpha, jint offset, jint tsize, function
148 fill(alpha, offset, tsize, 0, 0, w, h, (jbyte) 0xff);
250 fill(alpha, offset, tsize,
259 fill(alpha, offset, tsize,
271 fill(alpha, offset, tsize,
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRRenderer.java133 fill(sg2d, new Polygon(xpoints, ypoints, npoints));
146 fill(sg2d, new RoundRectangle2D.Float(x, y, width, height,
157 fill(sg2d, new Ellipse2D.Float(x, y, width, height));
170 fill(sg2d, new Arc2D.Float(x, y, width, height,
276 fill(sg2d, sg2d.stroke.createStrokedShape(s));
280 public void fill(SunGraphics2D sg2d, Shape s) { method in class:XRRenderer
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipFile.java408 // Override fill() method to provide an extra "dummy" byte
411 protected void fill() throws IOException { method in class:ZipFile.ZipFileInflaterInputStream
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java99 fill(sg2d, rectangle);
106 fill(sg2d, roundrectangle);
113 fill(sg2d, ellipse);
120 fill(sg2d, arc);
147 public synchronized void fill(SunGraphics2D sg2d, Shape shape) { method in class:CompositeCRenderer
184 g.fill(shape);
H A DCRenderer.java386 public void fill(SunGraphics2D sg2d, Shape s) { method in class:CRenderer
/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp157 void raw_at_put_grow(int i, const E& p, const E& fill);
252 E at_grow(int i, const E& fill = E()) {
258 _data[j] = fill;
264 void at_put_grow(int i, const E& elem, const E& fill = E()) {
267 raw_at_put_grow(i, elem, fill);
371 template<class E> void GrowableArray<E>::raw_at_put_grow(int i, const E& p, const E& fill) { argument
375 _data[j] = fill;
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIRenderer.java325 public void fill(SunGraphics2D sg2d, Shape s) { method in class:GDIRenderer
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11Renderer.java358 fill(sg2d, sg2d.stroke.createStrokedShape(s));
362 public void fill(SunGraphics2D sg2d, Shape s) { method in class:X11Renderer
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java1079 * `fill' characters if necessary.
1084 * @param fill fill character
1087 public static final String format(int i, int length, boolean left_justify, char fill) { argument
1088 return fillup(Integer.toString(i), length, left_justify, fill);
1092 * Fillup char with up to length characters with char `fill' and justify it left or right.
1097 * @param fill fill character
1100 public static final String fillup(String str, int length, boolean left_justify, char fill) { argument
1105 buf[j] = fill;
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp42 void fill(methodHandle method, int bci);
369 // fill mask for parameters
375 void OopMapCacheEntry::fill(methodHandle method, int bci) { function in class:OopMapCacheEntry
601 entry->fill(method, bci);
625 entry->fill(method, bci);
644 tmp->fill(method, bci);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFileDialogPeer.java334 int fill, Insets in) {
341 c.fill = fill;
332 addComponent(Component comp, GridBagLayout gb, GridBagConstraints c, int gridx, int gridy, int gridwidth, int anchor, Container cont, int weightx, int weighty, int fill, Insets in) argument
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPNGImageDecoder.java664 private void fill() throws IOException { method in class:PNGImageDecoder
683 fill();
691 fill();

Completed in 246 milliseconds

123