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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java99 private int _typo_flags; field in class:GlyphLayout
375 if (values.getKerning() != 0) _typo_flags |= 0x1;
376 if (values.getLigatures() != 0) _typo_flags |= 0x2;
396 _typo_flags |= 0x80000000; // RTL
451 if (_typo_flags < 0) { // RTL
514 this._typo_flags = 0;
682 _typo_flags | eflags, _pt, _gvdata);

Completed in 23 milliseconds