Searched defs:gv (Results 1 - 25 of 30) sorted by relevance

12

/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/servicecontext/
H A DUEInfoServiceContext.java43 public UEInfoServiceContext(InputStream is, GIOPVersion gv) argument
H A DUnknownServiceContext.java56 public void write( OutputStream os , GIOPVersion gv) argument
H A DServiceContext.java79 protected ServiceContext(InputStream s, GIOPVersion gv) throws SystemException argument
92 public void write(OutputStream s, GIOPVersion gv) throws SystemException argument
H A DORBVersionServiceContext.java51 public ORBVersionServiceContext(InputStream is, GIOPVersion gv) argument
H A DCodeSetServiceContext.java42 public CodeSetServiceContext(InputStream is, GIOPVersion gv) argument
H A DSendingContextServiceContext.java43 public SendingContextServiceContext(InputStream is, GIOPVersion gv) argument
H A DServiceContextData.java124 public ServiceContext makeServiceContext(InputStream is, GIOPVersion gv) argument
H A DMaxStreamFormatVersionServiceContext.java57 MaxStreamFormatVersionServiceContext(InputStream is, GIOPVersion gv) argument
H A DServiceContexts.java247 public void write(OutputStream os, GIOPVersion gv) argument
291 private void writeServiceContextsInOrder(OutputStream os, GIOPVersion gv) { argument
322 private void writeMapEntry(OutputStream os, Integer id, Object scObj, GIOPVersion gv) { argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DOutlineTextRenderer.java106 public void drawGlyphVector(SunGraphics2D g2d, GlyphVector gv, argument
H A DGlyphListPipe.java112 public void drawGlyphVector(SunGraphics2D sg2d, GlyphVector gv, argument
/openjdk9/jdk/test/java/awt/font/TextLayout/
H A DTestGetPixelBounds.java151 static Rectangle computeLayoutBounds(GlyphVector gv, float x, float y, FontRenderContext frc) { argument
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextRenderTests.java134 GlyphVector gv; field in class:TextRenderTests.GVContext
H A DTextMeasureTests.java220 GlyphVector gv; field in class:TextMeasureTests.GVContext
[all...]
H A DTextConstructionTests.java98 GlyphVector gv; field in class:TextConstructionTests.TCContext
[all...]
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCTextPipe.java50 void drawGlyphVectorAsShape(final SunGraphics2D sg2d, final GlyphVector gv, final float x, final float y) { argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DTextSourceLabel.java53 GlyphVector gv; field in class:TextSourceLabel
59 public TextSourceLabel(TextSource source, Rectangle2D lb, Rectangle2D ab, GlyphVector gv) { argument
H A DGlyphList.java258 public void setFromGlyphVector(FontInfo info, GlyphVector gv, argument
H A DExtendedTextSourceLabel.java71 StandardGlyphVector gv; field in class:ExtendedTextSourceLabel
[all...]
/openjdk9/jdk/test/java/awt/font/GlyphVector/
H A DTestLayoutFlags.java101 void test(String name, GlyphVector gv, int expectedFlags) { argument
142 computeFlags(GlyphVector gv) argument
160 validateCharIndexMethods(GlyphVector gv) argument
172 glyphsAreLTR(GlyphVector gv) argument
185 glyphsAreRTL(GlyphVector gv) argument
199 hasComplexGlyphs(GlyphVector gv) argument
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/ior/iiop/
H A DGIOPVersion.java91 public boolean equals(GIOPVersion gv){ argument
107 public boolean lessThan(GIOPVersion gv) { argument
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/orb/
H A DORBData.java87 public int getGIOPBuffMgrStrategy(GIOPVersion gv) ; argument
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessageBase.java451 createRequest( ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, byte[] object_key, String operation, ServiceContexts service_contexts, Principal requesting_principal) argument
504 createRequest( ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, IOR ior, short addrDisp, String operation, ServiceContexts service_contexts, Principal requesting_principal) argument
588 createReply( ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int reply_status, ServiceContexts service_contexts, IOR ior) argument
610 createLocateRequest( ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, byte[] object_key) argument
631 createLocateReply( ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int locate_status, IOR ior) argument
653 createCancelRequest( GIOPVersion gv, int request_id) argument
668 createCloseConnection(GIOPVersion gv) argument
686 createMessageError(GIOPVersion gv) argument
704 createFragmentMessage(GIOPVersion gv) argument
[all...]
/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPathGraphics.java588 protected boolean printGlyphVector(GlyphVector gv, float x, float y) { argument
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orb/
H A DORBDataParserImpl.java212 public int getGIOPBuffMgrStrategy(GIOPVersion gv) argument

Completed in 183 milliseconds

12