Searched defs:outline (Results 26 - 39 of 39) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DConstField.java38 import com.sun.tools.internal.xjc.outline.FieldAccessor;
58 ConstField( ClassOutlineImpl outline, CPropertyInfo prop ) { argument
59 super(outline,prop);
69 defaultValue = prop.defaultValue.compute(outline.parent());
71 $ref = outline.ref.field(JMod.PUBLIC|JMod.STATIC|JMod.FINAL,
H A DIsSetField.java37 import com.sun.tools.internal.xjc.outline.FieldAccessor;
38 import com.sun.tools.internal.xjc.outline.FieldOutline;
53 protected IsSetField( ClassOutlineImpl outline, CPropertyInfo prop, argument
55 super(outline,prop);
60 generate(outline,prop);
64 private void generate( ClassOutlineImpl outline, CPropertyInfo prop ) { argument
66 MethodWriter writer = outline.createMethodWriter();
68 JCodeModel codeModel = outline.parent().getCodeModel();
H A DAbstractField.java66 import com.sun.tools.internal.xjc.outline.Aspect;
67 import static com.sun.tools.internal.xjc.outline.Aspect.IMPLEMENTATION;
68 import com.sun.tools.internal.xjc.outline.ClassOutline;
69 import com.sun.tools.internal.xjc.outline.FieldAccessor;
70 import com.sun.tools.internal.xjc.outline.FieldOutline;
89 protected final ClassOutlineImpl outline; field in class:AbstractField
106 protected AbstractField( ClassOutlineImpl outline, CPropertyInfo prop ) { argument
107 this.outline = outline;
109 this.codeModel = outline
[all...]
H A DAbstractListField.java94 protected AbstractListField(ClassOutlineImpl outline, CPropertyInfo prop, boolean eagerInstanciation) { argument
95 super(outline,prop);
110 field = outline.implClass.field( JMod.PROTECTED, listT, prop.getName(false) );
121 internalGetter = outline.implClass.method(JMod.PROTECTED,listT,"_get"+prop.getName(true));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DAbstractCTypeInfoImpl.java31 import com.sun.tools.internal.xjc.outline.Outline;
100 public JExpression createConstant(Outline outline, XmlString lexical) { argument
H A DTypeUseImpl.java34 import com.sun.tools.internal.xjc.outline.Outline;
104 public JExpression createConstant(Outline outline, XmlString lexical) { argument
107 if(adapter==null) return coreType.createConstant(outline, lexical);
110 JExpression cons = coreType.createConstant(outline, lexical);
127 return JExpr._new(adapter.getAdapterClass(outline)).invoke("unmarshal").arg(cons);
H A DCBuiltinLeafInfo.java54 import com.sun.tools.internal.xjc.outline.Aspect;
55 import com.sun.tools.internal.xjc.outline.Outline;
199 public JExpression createConstant(Outline outline, XmlString lexical) { argument
212 public JExpression createConstant(Outline outline, XmlString lexical) {
217 public JExpression createConstant(Outline outline, XmlString lexical) {
222 public JExpression createConstant(Outline outline, XmlString lexical) {
227 public JExpression createConstant(Outline outline, XmlString lexical) {
232 public JExpression createConstant(Outline outline, XmlString lexical) {
234 outline.getCodeModel().BYTE,
239 public JExpression createConstant(Outline outline, XmlStrin
[all...]
H A DCEnumLeafInfo.java37 import com.sun.tools.internal.xjc.outline.Aspect;
38 import com.sun.tools.internal.xjc.outline.Outline;
224 public JExpression createConstant(Outline outline, XmlString literal) { argument
227 JClass type = toType(outline,Aspect.EXPOSED);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/outline/
H A DOutline.java26 package com.sun.tools.internal.xjc.outline;
46 * Root of the outline. Captures which code is generated for which model component.
50 * error reporting etc, for the convenience of code that builds the outline.
57 * This outline is for this model.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/
H A DPackageOutlineImpl.java51 import com.sun.tools.internal.xjc.outline.PackageOutline;
52 import com.sun.tools.internal.xjc.outline.Aspect;
122 protected PackageOutlineImpl( BeanGenerator outline, Model model, JPackage _pkg ) { argument
127 objectFactoryGenerator = new PublicObjectFactoryGenerator(outline,model,_pkg);
130 objectFactoryGenerator = new DualObjectFactoryGenerator(outline,model,_pkg);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCDragSourceContextPeer.java323 // This code actually works, even under the (non-existant) multiple-selections, because we only draw a union outline
343 private void setOutlineDragImage(Rectangle outline) { argument
344 setOutlineDragImage(outline, false);
347 private void setOutlineDragImage(Rectangle outline, Boolean shouldScale) { argument
348 int width = (int)outline.getWidth();
349 int height = (int)outline.getHeight();
374 Rectangle clipedOutline = outline.intersection(visibleBounds);
376 outline = clipedOutline;
379 outline.translate(compOffset.x, compOffset.y);
399 Point dragImageOffset = new Point(outline
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java267 * {@link #outline(InstructionHandle,InstructionHandle,String,ClassGenerator)},
823 * to outline, based on size and position in the method.
1081 // If the current subrun is small enough to outline,
1156 // the loop was unable to outline any more methods
1167 // smallest and outline them one at a time, until the loop has
1175 methodsOutlined.add(outline(chunkToOutline.getChunkStart(),
1177 originalMethodName + "$outline$"
1212 * move ("outline") the chunk to a new method, and replace the chunk in the
1217 * the chunk to outline
1219 * the chunk to outline
1225 private Method outline(InstructionHandle first, InstructionHandle last, method in class:MethodGenerator
[all...]
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c427 outline. Therefore x coordinate will change by 0x06000*y.
771 e.g. if algorithmic styling is performed and style was added to outline */
1021 FT_Outline_Translate(&ftglyph->outline,
1025 return &ftglyph->outline;
1060 In addition we can also have 2 extra point per outline.
1100 static void addToGP(GPData* gpdata, FT_Outline*outline) {
1106 for(i=0; i<outline->n_points; i++) {
1107 x = F26Dot6ToFloat(outline->points[i].x);
1108 y = -F26Dot6ToFloat(outline->points[i].y);
1110 if (FT_CURVE_TAG(outline
1206 FT_Outline* outline; local
1291 FT_Outline *outline; local
1341 FT_Outline* outline; local
1445 FT_Outline* outline; local
[all...]
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSS2Properties.java1135 * See the outline property definition in CSS2.
1139 * See the outline property definition in CSS2.
1145 public void setOutline(String outline) argument
1149 * See the outline-color property definition in CSS2.
1153 * See the outline-color property definition in CSS2.
1163 * See the outline-style property definition in CSS2.
1167 * See the outline-style property definition in CSS2.
1177 * See the outline-width property definition in CSS2.
1181 * See the outline-width property definition in CSS2.

Completed in 41 milliseconds

12