Searched refs:vp (Results 1 - 24 of 24) sorted by relevance

/openjdk7/jdk/test/javax/swing/JScrollPane/6612531/
H A Dbug6612531.java37 JViewport vp = new JViewport();
38 c.addLayoutComponent("VIEWPORT", vp);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DViewportLayout.java124 JViewport vp = (JViewport)parent;
125 Component view = vp.getView();
139 Insets insets = vp.getInsets();
141 Dimension vpSize = vp.getSize();
142 Dimension extentSize = vp.toViewCoordinates(vpSize);
154 Point viewPosition = vp.getViewPosition();
162 vp.getParent() == null ||
163 vp.getParent().getComponentOrientation().isLeftToRight()) {
199 vp.setViewPosition(viewPosition);
200 vp
[all...]
H A DJScrollPane.java746 JViewport vp = getViewport();
747 if (!unitIncrementSet && (vp != null) &&
748 (vp.getView() instanceof Scrollable)) {
749 Scrollable view = (Scrollable)(vp.getView());
750 Rectangle vr = vp.getViewRect();
783 JViewport vp = getViewport();
784 if (blockIncrementSet || vp == null) {
787 else if (vp.getView() instanceof Scrollable) {
788 Scrollable view = (Scrollable)(vp.getView());
789 Rectangle vr = vp
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_input32.h42 srcP.vp = pixels; \
H A Dimg_input8.h42 srcP.vp = pixels; \
H A Dimg_util.h100 void *vp; member in union:__anon684
H A Dimg_input8_32.h56 srcP.vp = pixels; \
H A Dimg_output16.h42 dstP.vp = cvdata->outbuf; \
H A Dimg_output16_32.h50 dstP.vp = cvdata->outbuf; \
H A Dimg_output24.h43 dstP.vp = cvdata->outbuf; \
H A Dimg_output32.h42 dstP.vp = cvdata->outbuf; \
H A Dimg_output8.h41 dstP.vp = cvdata->outbuf; \
H A Dimg_output8_16_32.h51 dstP.vp = cvdata->outbuf; \
H A Dimg_output8_32.h50 dstP.vp = cvdata->outbuf; \
H A Dimg_output8_16_24.h57 dstP.vp = cvdata->outbuf; \
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/relaxng/
H A DRELAXNGCompiler.java169 DValuePattern vp = null;
174 if(vp==null)
175 vp=c;
177 if(!vp.getDatatypeLibrary().equals(c.getDatatypeLibrary())
178 || !vp.getType().equals(c.getType()) )
195 DatatypeLib lib = datatypes.get(vp.getNs());
197 TypeUse use = lib.get(vp.getType());
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DMetalworksHelp.java83 JViewport vp = getViewport();
84 vp.add(html);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicScrollPaneUI.java768 JViewport vp = scrollpane.getViewport();
770 if (vp != null && (view = vp.getView()) != null) {
771 Rectangle visRect = vp.getViewRect();
774 vp.setViewPosition(new Point(bounds.width - visRect.width,
777 vp.setViewPosition(new Point(0,
784 JViewport vp = scrollpane.getViewport();
786 if (vp != null && (view = vp.getView()) != null) {
788 vp
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaBorder.java119 final JViewport vp = ((JScrollPane)c).getViewport();
120 if (vp != null) {
121 focusable = vp.getView();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFrameView.java242 JViewport vp = scroller.getViewport();
243 vp.add(htmlPane);
244 vp.setBackingStoreEnabled(true);
/openjdk7/jdk/test/javax/swing/text/html/parser/Parser/7165725/
H A Dbug7165725.java120 JViewport vp = scroller.getViewport();
121 vp.add(editorPane);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DClassInfoImpl.java315 PropertyInfoImpl vp=null; // existing value property
326 if(vp!=null) {
330 vp, p ));
336 vp = p;
345 if(ep!=null && vp!=null) {
349 vp, ep
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java863 ValuePropertyInfo<T,C> vp = (ValuePropertyInfo<T,C>)c.getProperties().get(0);
866 if(vp.isCollection()) {
867 writeTypeRef(st.list(),vp.getTarget(),"itemType");
869 writeTypeRef(st.restriction(),vp.getTarget(),"base");
898 TODO.checkSpec("what if vp.isCollection() == true?");
899 ValuePropertyInfo vp = (ValuePropertyInfo) p;
900 se.base(vp.getTarget().getTypeName());
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp34 void visit(Value* vp) { argument
35 (*vp)->print_line();

Completed in 121 milliseconds