Searched refs:getLayoutFlags (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextSource.java59 public abstract int getLayoutFlags(); method in class:TextSource
H A DTextLabelFactory.java97 public int getLayoutFlags() { method in class:TextLabelFactory
H A DTextSourceLabel.java161 int flags = source.getLayoutFlags();
H A DExtendedTextSourceLabel.java254 boolean lineIsLTR = (source.getLayoutFlags() & 0x8) == 0;
323 int flags = source.getLayoutFlags();
460 if ((source.getLayoutFlags() & 0x1) != 0) {
530 //if (!(source.getLayoutFlags() & 0x1) == 0) {
662 boolean ltr = (source.getLayoutFlags() & 0x1) == 0;
879 return (source.getLayoutFlags() & 0x1) == 0 ? index : source.getLength() - 1 - index;
888 return (source.getLayoutFlags() & 0x1) == 0 ? index : source.getLength() - 1 - index;
970 boolean ltr = (source.getLayoutFlags() & 0x1) == 0;
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...]
H A DStandardTextSource.java170 public int getLayoutFlags() { method in class:StandardTextSource
/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
/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java690 int flags = g.getLayoutFlags();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java569 if ((gv.getLayoutFlags() & GlyphVector.FLAG_HAS_TRANSFORMS) != 0) {

Completed in 51 milliseconds