Searched defs:isSimple (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DNumberType.java36 public boolean isSimple() { method in class:NumberType
H A DBooleanType.java69 public boolean isSimple() { method in class:BooleanType
H A DStringType.java60 public boolean isSimple() { method in class:StringType
H A DType.java122 public boolean isSimple() { method in class:Type
/openjdk7/jdk/src/share/classes/sun/font/
H A DGraphicComponent.java153 public boolean isSimple() { method in class:GraphicComponent
158 throw new InternalError("do not call if isSimple returns false");
H A DTextLineComponent.java72 public boolean isSimple(); method in interface:TextLineComponent
H A DExtendedTextSourceLabel.java175 public boolean isSimple() { method in class:ExtendedTextSourceLabel
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java97 private boolean isSimple; field in class:TextLine
163 isSimple = true;
168 isSimple &= tlc.isSimple();
312 isSimple = false;
370 if (isSimple) { // all glyphvectors with no decorations, no layout path

Completed in 47 milliseconds