Searched refs:hasLayoutAttributes (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextSourceLabel.java119 if (font.hasLayoutAttributes()) {
H A DFontDesignMetrics.java462 if (font.hasLayoutAttributes()) {
492 if (font.hasLayoutAttributes()) {
H A DGlyphLayout.java373 if (font.hasLayoutAttributes()) {
H A DStandardGlyphVector.java176 if (font.hasLayoutAttributes()) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java210 * attributes, the <code>{@link #hasLayoutAttributes()}</code> method
410 private transient boolean hasLayoutAttributes; field in class:Font
764 this.hasLayoutAttributes = values.anyNonDefault(LAYOUT_MASK);
1391 public boolean hasLayoutAttributes() { method in class:Font
1392 return hasLayoutAttributes;
1637 hasLayoutAttributes == font.hasLayoutAttributes &&
1760 this.hasLayoutAttributes = values.anyNonDefault(LAYOUT_MASK);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java2852 if (font.hasLayoutAttributes()) {
2881 if (font.hasLayoutAttributes()) {
2959 if (font.hasLayoutAttributes()) {
2996 if (font.hasLayoutAttributes()) {
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPathGraphics.java167 if (font.hasLayoutAttributes() && !printingGlyphVector) {
H A DPathGraphics.java882 if (font.hasLayoutAttributes() && printingGlyphVector &&
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java386 if (font.hasLayoutAttributes()) {
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java423 if ((font.hasLayoutAttributes() || layoutNeeded)

Completed in 71 milliseconds