Searched defs:by (Results 1 - 10 of 10) sorted by relevance

/openjdk7/langtools/test/tools/javac/api/
H A DT6345974.java7 * published by the Free Software Foundation.
70 byte by; field in class:T6345974
/openjdk7/jdk/src/share/classes/sun/font/
H A DStrikeMetrics.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
67 /* The no-args constructor is used by CompositeStrike, which then
94 StrikeMetrics(float ax, float ay, float dx, float dy, float bx, float by, argument
101 baselineY = by;
165 * This is done ONCE by the strike so clients should not need
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DCurve.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
32 float ax, ay, bx, by, cx, cy, dx, dy; field in class:Curve
64 by = 3 * (y1 - 2 * y2 + y3);
70 dbx = 2 * bx; dby = 2 * by;
80 by = y1 - 2 * y2 + y3;
86 dbx = 2 * bx; dby = 2 * by;
93 return t * (t * (t * ay + by) + cy) + dy;
131 // by a constant, and this way we save a few multiplications).
153 // no OOB exception, because by no
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPNGImageDecoder.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
510 and column, using the color indicated by the pixel. Note that row
786 Chromaticities(int wx, int wy, int rx, int ry, int gx, int gy, int bx, int by) { argument
794 blueY = by/100000.0f;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscnvrt.c6 * published by the Free Software Foundation. Oracle designates this
8 * by Oracle in the LICENSE file that accompanied this code.
25 // This file is available under and governed by the GNU General Public
26 // License version 2 only, as published by the Free Software Foundation.
72 // This is the default routine for ICC-style intents. A user may decide to override it by using a plugin.
162 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; local
181 by = - cmsD50_XYZ()-> Y * (BlackPointOut->Y - BlackPointIn->Y) / ty;
187 _cmsVEC3init(off, bx, by, bz);
388 // to do that, we divide by MAX_ENCODEABLE_XZY. The conversion stage goes XYZ -> XYZ so
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
223 * Return an array of interfaces directly implemented by this type.
236 * of the methods implemented directly by this type.
247 * the data members directly implemented by this interface.
1357 // Nope. Say so and signal error by returning null..
1386 // by both these methods, not just one of them.
1421 * Add all of the interfaces implemented directly by current
1479 * Add all of the interfaces implemented directly by current
1776 * about a particular method in the interface represented by th
2232 setDeclaredBy(Identifier by) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
368 print("<!-- Generated by javadoc (build " + ConfigurationImpl.BUILD_DATE + ") on ");
424 Content headComment = new Comment("Generated by javadoc (version " +
2428 // Replace @docRoot only if not represented by an instance of DocRootTaglet,
2430 // This happens when inserted by the doclet (a few lines
2591 public String replace(String text, String tobe, String by) { argument
2602 replaced.append(by);
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
56 Pointer is used by font data reading callbacks
427 outline. Therefore x coordinate will change by 0x06000*y.
442 jfloat ax, ay, dx, dy, bx, by, lx, ly, mx, my; local
489 /**** Note: only some metrics are affected by styling ***/
502 bx = by = 0;
520 ax, ay, dx, dy, bx, by, lx, ly, mx, my);
577 by avoiding bitmap generation and conversion from FT
931 (all glyph codes requested by use
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
38 * precision. Also, it performs clipping by the specified view area.
40 * Drawing of the shapes is performed not pixel by pixel but segment by segment
50 * [Graphics Gems, edited by Andrew S Glassner. Academic Press 1990,
54 * It's also speeded up by using hash table by rows of the filled objects.
562 * less than MAX_QUAD_SIZE by using forward differencing method of calculation.
592 jint by local
835 double by = coords[1] - coords[3]; local
1030 jint by = (jint)((3*coords[1] - 6*coords[3] + local
1329 double by = 2*(coords[1] - 2*coords[3] + coords[5]); local
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
241 * Close the current subpath by generating a line segment
297 * by the <code>setFillMode</code> method.
304 * by the <code>setFillMode</code> method.
482 * Invoked by the RasterPrinterJob super class
491 // Note that we only open a file if it has been nominated by
562 * this by stringLen-1. This gives us a per-glyph adjustment in
756 * Invoked by the RasterPrintJob super class
854 * Convert the 24 bit BGR image buffer represented by
2083 private int bx, by, bw, bh; field in class:PSPrinterJob.PluginPrinter
[all...]

Completed in 109 milliseconds