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

/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DGlyphLayout.java100 private int _typo_flags; field in class:GlyphLayout
376 if (values.getKerning() != 0) _typo_flags |= 0x1;
377 if (values.getLigatures() != 0) _typo_flags |= 0x2;
398 _typo_flags |= 0x80000000; // RTL
456 if (_typo_flags < 0) { // RTL
520 this._typo_flags = 0;
688 _typo_flags | eflags, _pt, _gvdata);

Completed in 35 milliseconds