Searched refs:by (Results 26 - 50 of 55) sorted by relevance

123

/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/hotspot/agent/make/
H A Dsaenv64.bat8 REM published by the Free Software Foundation.
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s7 / published by the Free Software Foundation.
43 / Fast thread accessors, used by threadLS_solaris_amd64.cpp
H A Dsolaris_x86_32.s7 // published by the Free Software Foundation.
80 / Test SSE availability, used by os_solaris_i486.cpp
93 / Fast thread accessors, used by threadLS_solaris_i486.cpp
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s7 # published by the Free Software Foundation.
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs10 * published by the Free Software Foundation. Oracle designates this
12 * by Oracle in the LICENSE file that accompanied this code.
250 putStrLn "// Auto generated by PrimitiveCoder.hs"
251 putStrLn "// Do not edit by hand."
/openjdk7/jdk/test/com/sun/jdi/
H A DJdbMethodExitTest.sh9 # published by the Free Software Foundation.
52 // These are the values that will be returned by the methods
193 # drive jdb by sending cmds to it and examining its output
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDevice.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
145 #define MAP_INT82SAMPLE(by) ((MAP_Sample) (((INT32) ((INT8) (by))) << 8))
146 #define MAP_UINT82SAMPLE(by) ((MAP_Sample) (((INT32) ((UINT8) (by) - 128)) << 8))
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
664 * sizes less than MAX_QUAD_SIZE by using forward differencing method of
695 int by = (int)((-2*coords[1] + 2*coords[3])*QUAD_B_MDP_MULT);
701 int dpy = ay + by;
751 /* Bounding x2 by xe */
756 /* Bounding y2 by ye */
869 * monotonic in X by seeing if all of the X coordinates are strongly
875 /* Searching for extreme points of the X(t) function by solving
896 * monotonic in Y by seein
[all...]
/openjdk7/jdk/test/sun/security/provider/certpath/DisabledAlgorithms/
H A DREADME7 * published by the Free Software Foundation.
26 Here lists the Certificates, which was generated by generate.sh, used in the
584 i. CRL issued by root CRL issuer
630 k. CRL issued by subca CRL issuer
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DRenderer.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
188 float dy = c.by / countsq + c.cy / count;
223 dy = c.ay / (1 << (3 * countlg)) + c.by / (1 << (2 * countlg)) + c.cy / (1 << countlg);
237 // can only do this on even "count" values, because we must divide count by 2
469 // to turn {0, 1} into {-1, 1}, multiply by 2 and subtract 1.
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.cpp7 * published by the Free Software Foundation.
61 pop(); // shrink list by one block
65 push(b); // grow list by one block
98 // but only because my "divide by 4" heuristic surely gets nearly
222 // True if block is low enough frequency or guarded by a test which
792 Block *by = bs1;
804 by = bs0;
810 } else if (move_to_next(by, i)) {
811 bnext = by;
1366 // Sort the new trace list by frequenc
[all...]
/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/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/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/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s7 # published by the Free Software Foundation.
H A Dbsd_x86_32.s7 # published by the Free Software Foundation.
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s7 # published by the Free Software Foundation.
H A Dlinux_x86_32.s7 # published by the Free Software Foundation.
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
89 * <li>A "pluggable look and feel" (L&F) that can be specified by the
90 * programmer or (optionally) selected by the user at runtime.
91 * The look and feel for each component is provided by a
294 * Constant used by some of the APIs to mean that no condition is defined.
299 * The key used by <code>JComponent</code> to access keyboard bindings.
580 * property to the value returned by
954 * <code>ComponentUI.update</code>, which is called by
968 * Invoked by Swin
[all...]
/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/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...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DScanner.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
183 // The values are preceded by an L.
657 // <f46082.40> An escaped id. begins with '_', which is followed by a normal
1288 // reads past the newline, so it won't be seen by the
1541 // boundaries, they must be handled by the scanner, not the parser,
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
83 * Key bindings are now defined by the LookAndFeel, please refer to
93 * Key bindings are now defined by the LookAndFeel, please refer to
103 * Key bindings are now defined by the LookAndFeel, please refer to
113 * Key bindings are now defined by the LookAndFeel, please refer to
240 * Invoked by <code>installUI</code> to create
268 * Invoked by installUI.
327 * Invoked by uninstallUI.
567 * Sets the tab the mouse is over by locatio
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsContext.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
53 private boolean parentIsDns; // was this DnsContext created by
660 * value) is prepended to the attribute ID, separated by a space.
663 * or type, and is represented within the attribute ID by "*".
678 * ID. An indeterminate class or type is represented by ANY. See
785 * accomplished by ZoneNode.populate(). The contents are accessed
858 // getNodeName() didn't find it -- that it was populated by another
901 * result may be outdated by the time this method returns.
975 * ctx will be set to null when no longer needed by th
[all...]

Completed in 121 milliseconds

123