Searched defs:origin (Results 1 - 25 of 43) sorted by relevance

12

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPopupMenuPeer.java73 Component origin = (Component)e.target;
74 WComponentPeer peer = (WComponentPeer) WToolkit.targetToPeer(origin);
80 Component nativeOrigin = WToolkit.getNativeContainer(origin);
84 for (Component c = origin; c != nativeOrigin; c = c.getParent()) {
97 void show(Component origin, Point p) { argument
98 WComponentPeer peer = (WComponentPeer) WToolkit.targetToPeer(origin);
99 Event e = new Event(origin, 0, Event.MOUSE_DOWN, p.x, p.y, 0, 0);
101 Component nativeOrigin = WToolkit.getNativeContainer(origin);
/openjdk7/jdk/src/share/classes/java/awt/
H A DPopupMenu.java135 * Shows the popup menu at the x, y position relative to an origin
137 * The origin component must be contained within the component
138 * hierarchy of the popup menu's parent. Both the origin and the parent
145 * @param origin the component which defines the coordinate space
151 * @exception IllegalArgumentException if the origin is not in the
155 public void show(Component origin, int x, int y) { argument
167 //Exception was not thrown if compParent was not equal to origin and
169 if (compParent != origin) {
171 if (!((Container)compParent).isAncestorOf(origin)) {
172 throw new IllegalArgumentException("origin no
[all...]
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DIntegerNIORaster.java51 public IntegerNIORaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) { argument
53 super(sampleModel, dataBuffer, new Rectangle(origin.x, origin.y, sampleModel.getWidth(), sampleModel.getHeight()), origin, null);
/openjdk7/jdk/src/share/classes/com/sun/management/
H A DVMOption.java34 * {@link VMOption.Origin <i>origin</i>}.
46 * and the origin of that value at the time this <tt>VMOption</tt>
59 private Origin origin; field in class:VMOption
110 * @param origin where the value of a VM option came from.
114 public VMOption(String name, String value, boolean writeable, Origin origin) { argument
118 this.origin = origin;
132 this.origin = VMOptionCompositeData.getOrigin(cd);
156 * Returns the origin of the value of this VM option. That is,
162 return origin;
[all...]
/openjdk7/jdk/src/share/classes/sun/management/
H A DFlag.java41 private Origin origin; field in class:Flag
46 boolean external, Origin origin) {
49 this.origin = origin;
67 return new VMOption(name, value.toString(), writeable, origin);
45 Flag(String name, Object value, boolean writeable, boolean external, Origin origin) argument
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DIntegerInterleavedRaster.java63 * The Raster's upper left corner is origin and it is the same
68 * @param origin The Point that specified the origin.
71 Point origin) {
74 new Rectangle(origin.x,
75 origin.y,
78 origin,
84 * and DataBuffer. The Raster's upper left corner is origin and
90 * @param origin The Point that specifies the origin
70 IntegerInterleavedRaster(SampleModel sampleModel, Point origin) argument
92 IntegerInterleavedRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) argument
123 IntegerInterleavedRaster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point origin, IntegerInterleavedRaster parent) argument
[all...]
H A DShortInterleavedRaster.java65 * The Raster's upper left corner is origin and it is the same
70 * @param origin The Point that specified the origin.
72 public ShortInterleavedRaster(SampleModel sampleModel, Point origin) { argument
75 new Rectangle(origin.x,
76 origin.y,
79 origin,
85 * and DataBuffer. The Raster's upper left corner is origin and
92 * @param origin The Point that specifies the origin
94 ShortInterleavedRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) argument
125 ShortInterleavedRaster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point origin, ShortInterleavedRaster parent) argument
[all...]
H A DSunWritableRaster.java110 public SunWritableRaster(SampleModel sampleModel, Point origin) { argument
111 super(sampleModel, origin);
117 Point origin)
119 super(sampleModel, dataBuffer, origin);
115 SunWritableRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) argument
H A DByteBandedRaster.java70 * Raster's upper left corner is origin and it is the same
75 * @param origin The Point that specifies the origin.
78 Point origin) {
81 new Rectangle(origin.x,
82 origin.y,
85 origin,
91 * and DataBuffer. The Raster's upper left corner is origin and
97 * @param origin The Point that specifies the origin
77 ByteBandedRaster(SampleModel sampleModel, Point origin) argument
99 ByteBandedRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) argument
127 ByteBandedRaster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point origin, ByteBandedRaster parent) argument
[all...]
H A DByteComponentRaster.java88 * The Raster's upper left corner is origin and it is the same
93 * @param origin The Point that specified the origin.
95 public ByteComponentRaster(SampleModel sampleModel, Point origin) { argument
98 new Rectangle(origin.x,
99 origin.y,
102 origin,
108 * and DataBuffer. The Raster's upper left corner is origin and
115 * @param origin The Point that specifies the origin
117 ByteComponentRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) argument
149 ByteComponentRaster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point origin, ByteComponentRaster parent) argument
[all...]
H A DByteInterleavedRaster.java81 * The Raster's upper left corner is origin and it is the same
86 * @param origin The Point that specified the origin.
88 public ByteInterleavedRaster(SampleModel sampleModel, Point origin) { argument
91 new Rectangle(origin.x,
92 origin.y,
95 origin,
101 * and DataBuffer. The Raster's upper left corner is origin and
108 * @param origin The Point that specifies the origin
110 ByteInterleavedRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) argument
186 ByteInterleavedRaster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point origin, ByteInterleavedRaster parent) argument
[all...]
H A DBytePackedRaster.java85 * The Raster's upper left corner is origin and it is the same
90 * @param origin The Point that specified the origin.
93 Point origin) {
96 new Rectangle(origin.x,
97 origin.y,
100 origin,
106 * and DataBuffer. The Raster's upper left corner is origin and
112 * @param origin The Point that specifies the origin
92 BytePackedRaster(SampleModel sampleModel, Point origin) argument
114 BytePackedRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) argument
148 BytePackedRaster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point origin, BytePackedRaster parent) argument
[all...]
H A DIntegerComponentRaster.java103 * The Raster's upper left corner is origin and it is the same
108 * @param origin The Point that specified the origin.
111 Point origin) {
114 new Rectangle(origin.x,
115 origin.y,
118 origin,
124 * and DataBuffer. The Raster's upper left corner is origin and
130 * @param origin The Point that specifies the origin
110 IntegerComponentRaster(SampleModel sampleModel, Point origin) argument
132 IntegerComponentRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) argument
163 IntegerComponentRaster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point origin, IntegerComponentRaster parent) argument
[all...]
H A DShortBandedRaster.java68 * The Raster's upper left corner is origin and it is the same
73 * @param origin The Point that specified the origin.
76 Point origin) {
79 new Rectangle(origin.x,
80 origin.y,
83 origin,
89 * and DataBuffer. The Raster's upper left corner is origin and
95 * @param origin The Point that specifies the origin
75 ShortBandedRaster(SampleModel sampleModel, Point origin) argument
97 ShortBandedRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) argument
125 ShortBandedRaster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point origin, ShortBandedRaster parent) argument
[all...]
H A DShortComponentRaster.java88 * The Raster's upper left corner is origin and it is the same
93 * @param origin The Point that specified the origin.
95 public ShortComponentRaster(SampleModel sampleModel, Point origin) { argument
98 new Rectangle(origin.x,
99 origin.y,
102 origin,
108 * and DataBuffer. The Raster's upper left corner is origin and
115 * @param origin The Point that specifies the origin
117 ShortComponentRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) argument
148 ShortComponentRaster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point origin, ShortComponentRaster parent) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DWritableRaster.java53 * WritableRaster's upper left corner is origin and it is the
57 * @param origin The Point that specifies the origin.
59 * <code>origin.x + sampleModel.getWidth()</code> or
60 * <code>origin.y + sampleModel.getHeight()</code> results
64 Point origin) {
67 new Rectangle(origin.x,
68 origin.y,
71 origin,
77 * The WritableRaster's upper left corner is origin an
63 WritableRaster(SampleModel sampleModel, Point origin) argument
88 WritableRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) argument
[all...]
H A DRaster.java1009 * upper left corner is origin and it is the same size as the
1013 * @param origin The Point that specified the origin
1015 * <code>origin.x + sampleModel.getWidth()</code> or
1016 * <code>origin.y + sampleModel.getHeight()</code> results in
1019 * <code>origin</code> is null
1022 Point origin) {
1025 new Rectangle(origin.x,
1026 origin.y,
1029 origin,
1021 Raster(SampleModel sampleModel, Point origin) argument
1048 Raster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDragGestureEvent.java82 * indicating the origin of the drag, and a {@code List} of
89 * @param ori The origin of the drag
117 if (ori == null) throw new IllegalArgumentException("null origin");
121 origin = ori;
159 return origin;
334 origin = (Point)f.get("origin", null);
372 * The origin of the drag.
376 private Point origin; field in class:DragGestureEvent
/openjdk7/jdk/test/java/awt/Mouse/EnterExitEvents/
H A DDragWindowOutOfFrameTest.java192 Point origin; field in class:DragWindowOutOfFrameTest.DragWindowCreationMouseListener
/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DTableExample.java84 Dimension origin = new Dimension(0, 0); field in class:TableExample
269 return origin;
273 return origin;
/openjdk7/jdk/src/share/native/sun/management/
H A DFlag.c89 jobject origin; local
138 switch (globals[i].origin) {
140 origin = default_origin;
143 origin = vm_creation_origin;
146 origin = mgmt_origin;
149 origin = envvar_origin;
152 origin = config_file_origin;
155 origin = ergo_origin;
158 origin = other_origin;
161 // unknown origin
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXPopupMenuPeer.java207 * given origin in global coordinates and
210 * @param origin the origin point specified in show()
214 protected Rectangle getWindowBounds(Point origin, Dimension windowSize) { argument
215 Rectangle globalBounds = new Rectangle(origin.x, origin.y, 0, 0);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PopupMenu.cpp114 * relative to the origin component, which is passed by PopupMenu
121 jobject origin = (env)->GetObjectField(event, AwtEvent::targetID); local
122 jobject peerOrigin = GetPeerForTarget(env, origin);
157 env->DeleteLocalRef(origin);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java206 * given scope `s' accessed through `origin'. The last two
209 public void enter(Symbol sym, Scope s, Scope origin) { argument
219 Entry e = makeEntry(sym, old, elems, s, origin);
229 Entry makeEntry(Symbol sym, Entry shadowed, Entry sibling, Scope scope, Scope origin) { argument
497 // The origin is only recorded for import scopes. For all
501 // error, we return scope which will be the same as origin
514 Entry makeEntry(Symbol sym, Entry shadowed, Entry sibling, Scope scope, Scope origin) { argument
515 return new ImportEntry(sym, shadowed, sibling, scope, origin);
519 private Scope origin; field in class:Scope.ImportScope.ImportEntry
521 ImportEntry(Symbol sym, Entry shadowed, Entry sibling, Scope scope, Scope origin) { argument
721 enter(Symbol sym, Scope s, Scope origin) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.hpp112 Origin origin, u2 index, StackMapFrame* frame, VerificationType type)
113 : _origin(origin), _index(index), _frame(frame), _type(type) {}
111 TypeOrigin( Origin origin, u2 index, StackMapFrame* frame, VerificationType type) argument

Completed in 83 milliseconds

12