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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphInsertionProc2.cpp71 le_bool isBefore,
84 if(isBefore) {
112 le_bool isBefore = (flags & cgiMarkInsertBefore); local
113 doInsertion(glyphStorage, markGlyph, markIndex, count, isKashidaLike, isBefore, success);
120 le_bool isBefore = (flags & cgiCurrentInsertBefore); local
121 doInsertion(glyphStorage, currGlyph, currIndex, count, isKashidaLike, isBefore, success);
66 doInsertion(LEGlyphStorage &glyphStorage, le_int16 atGlyph, le_int16 &index, le_int16 count, le_bool , le_bool isBefore, LEErrorCode &success) argument
H A DContextualGlyphInsertionProc2.h87 * @param isBefore if true, insert extra glyphs before the marked glyph
94 le_bool isBefore,
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DCompositeView.java58 * <li>{@link #isBefore} - Used to test if a given
392 if (isBefore((int) x, (int) y, alloc)) {
513 protected abstract boolean isBefore(int x, int y, Rectangle alloc); method in class:CompositeView
H A DFlowView.java824 protected boolean isBefore(int x, int y, Rectangle alloc) { method in class:FlowView.LogicalView
H A DBoxView.java622 protected boolean isBefore(int x, int y, Rectangle innerAlloc) { method in class:BoxView
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextAreaUI.java377 protected boolean isBefore(int x, int y, Rectangle alloc) { method in class:BasicTextAreaUI.PlainParagraph.LogicalView
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneTabState.java94 boolean isBefore(final int i) { method in class:AquaTabbedPaneTabState
H A DAquaTabbedPaneUI.java944 if (firstTab ? visibleTabState.isBefore(i) : visibleTabState.isAfter(i)) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java2248 protected boolean isBefore(int x, int y, Rectangle alloc) { method in class:JEditorPane.PlainEditorKit.PlainParagraph.LogicalView

Completed in 157 milliseconds