Searched defs:getLayoutFlags (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextLabelFactory.java97 public int getLayoutFlags() { method in class:TextLabelFactory
H A DTextSource.java59 public abstract int getLayoutFlags(); method in class:TextSource
H A DStandardTextSource.java170 public int getLayoutFlags() { method in class:StandardTextSource
H A DStandardGlyphVector.java341 if ((getLayoutFlags() & FLAG_RUN_RTL) != 0) {
357 if ((getLayoutFlags() & FLAG_RUN_RTL) != 0) {
485 public int getLayoutFlags() { method in class:StandardGlyphVector
906 (getLayoutFlags() & FLAG_HAS_POSITION_ADJUSTMENTS) != 0 ||
1054 this.flags = gv.getLayoutFlags() & FLAG_MASK;
1255 * A flag used with getLayoutFlags that indicates whether this <code>GlyphVector</code> uses
1261 * A flag used with getLayoutFlags that indicates whether this <code>GlyphVector</code> uses
1268 * A flag used with getLayoutFlags that indicates whether this <code>GlyphVector</code> uses
1335 flags = getLayoutFlags() | newflags;
1342 flags = getLayoutFlags()
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java424 public int getLayoutFlags() { method in class:GlyphVector
429 * A flag used with getLayoutFlags that indicates that this <code>GlyphVector</code> has
436 * A flag used with getLayoutFlags that indicates that this <code>GlyphVector</code> has
444 * A flag used with getLayoutFlags that indicates that this <code>GlyphVector</code> has
453 * A flag used with getLayoutFlags that indicates that this <code>GlyphVector</code> has
461 * A mask for supported flags from getLayoutFlags. Only bits covered by the mask

Completed in 35 milliseconds