/openjdk7/langtools/test/tools/javadoc/annotations/annotateParams/pkg1/ |
H A D | C.java | 28 public C(@A("p0") boolean p0) { argument
|
/openjdk7/jdk/src/share/classes/javax/swing/text/ |
H A D | TabableView.java | 65 * @param p0 the starting location in the text document >= 0 66 * @param p1 the ending location in the text document >= p0 69 float getPartialSpan(int p0, int p1); argument
|
H A D | LayeredHighlighter.java | 43 * @param p0 starting offset of view 49 public abstract void paintLayeredHighlights(Graphics g, int p0, int p1, argument 59 public abstract Shape paintLayer(Graphics g, int p0, int p1, argument
|
H A D | GlyphPainter1.java | 57 public float getSpan(GlyphView v, int p0, int p1, argument 60 Segment text = v.getText(p0, p1); 62 int width = Utilities.getTabbedTextWidth(v, text, metrics, (int) x, e, p0, 94 public void paint(GlyphView v, Graphics g, Shape a, int p0, int p1) { argument 104 if (p != p0) { 105 text = v.getText(p, p0); 116 text = v.getText(p0, p1); 119 Utilities.drawTabbedText(v, text, x, y, g, expander,p0, 129 int p0 = v.getStartOffset(); 140 if ((pos >= p0) 208 getBoundedPosition(GlyphView v, int p0, float x, float len) argument [all...] |
H A D | Highlighter.java | 69 * @param p0 the beginning of the range >= 0 70 * @param p1 the end of the range >= p0 75 public Object addHighlight(int p0, int p1, HighlightPainter p) throws BadLocationException; argument 96 * @param p0 the beginning of the range >= 0 97 * @param p1 the end of the range >= p0 100 public void changeHighlight(Object tag, int p0, int p1) throws BadLocationException; argument 118 * @param p0 the starting offset in the model >= 0 119 * @param p1 the ending offset in the model >= p0 123 public void paint(Graphics g, int p0, int p1, Shape bounds, JTextComponent c); argument
|
H A D | PasswordView.java | 60 * @param p0 the starting offset in the model >= 0 61 * @param p1 the ending offset in the model >= p0 63 * @exception BadLocationException if p0 or p1 are out of range 66 int p0, int p1) throws BadLocationException { 72 return super.drawUnselectedText(g, x, y, p0, p1); 81 int n = p1 - p0; 99 * @param p0 the starting offset in the model >= 0 100 * @param p1 the ending offset in the model >= p0 102 * @exception BadLocationException if p0 or p1 are out of range 105 int y, int p0, in 65 drawUnselectedText(Graphics g, int x, int y, int p0, int p1) argument 104 drawSelectedText(Graphics g, int x, int y, int p0, int p1) argument [all...] |
H A D | GlyphPainter2.java | 60 public GlyphView.GlyphPainter getPainter(GlyphView v, int p0, int p1) { argument 70 public float getSpan(GlyphView v, int p0, int p1, argument 73 if ((p0 == v.getStartOffset()) && (p1 == v.getEndOffset())) { 77 int index0 = p0 - p; 115 public void paint(GlyphView v, Graphics g, Shape a, int p0, int p1) { argument 121 if( p0 > v.getStartOffset() || p1 < v.getEndOffset() ) { 125 Shape s = v.modelToView(p0, Position.Bias.Forward, 193 * @param p0 the location in the model where the 203 public int getBoundedPosition(GlyphView v, int p0, float x, float len) { argument
|
H A D | CompositeView.java | 283 * @param p0 the position to convert >= 0 285 * next character represented by p0, in case the 300 public Shape modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) throws BadLocationException { argument 301 if (p0 == getStartOffset() && p1 == getEndOffset()) { 307 Math.max(0, p0 - 1) : p0, r0); 316 return v0.modelToView(p0, b0, p1, b1, r0); 331 retRect = v0.modelToView(p0, b0, v0.getEndOffset(), 360 endShape = v0.modelToView(p0, b0, v0.getEndOffset(), 374 throw new BadLocationException("Position not represented by view", p0); [all...] |
H A D | DefaultHighlighter.java | 108 * @param p0 the start offset of the range to highlight >= 0 109 * @param p1 the end offset of the range to highlight >= p0 115 public Object addHighlight(int p0, int p1, Highlighter.HighlightPainter p) throws BadLocationException { argument 116 if (p0 < 0) { 117 throw new BadLocationException("Invalid start offset", p0); 120 if (p1 < p0) { 129 i.p0 = doc.createPosition(p0); 132 safeDamageRange(p0, p1); 150 safeDamageRange(info.p0, inf 227 changeHighlight(Object tag, int p0, int p1) argument 297 paintLayeredHighlights(Graphics g, int p0, int p1, Shape viewBounds, JTextComponent editor, View view) argument 319 safeDamageRange(final Position p0, final Position p1) argument 520 Position p0; field in class:DefaultHighlighter.HighlightInfo 563 paintLayeredHighlights(Graphics g, int p0, int p1, Shape viewBounds, JTextComponent editor, View view) argument 592 private Vector<Position> p0 = new Vector<Position>(10); field in class:DefaultHighlighter.SafeDamager [all...] |
H A D | PlainView.java | 97 int p0 = elem.getStartOffset(); 108 p0-elem.getStartOffset(), 113 x = drawUnselectedText(g, x, y, p0, p1); 114 } else if ((p0 >= sel0 && p0 <= sel1) && (p1 >= sel0 && p1 <= sel1)) { 115 x = drawSelectedText(g, x, y, p0, p1); 116 } else if (sel0 >= p0 && sel0 <= p1) { 117 if (sel1 >= p0 && sel1 <= p1) { 118 x = drawUnselectedText(g, x, y, p0, sel0); 122 x = drawUnselectedText(g, x, y, p0, sel 148 drawUnselectedText(Graphics g, int x, int y, int p0, int p1) argument 173 drawSelectedText(Graphics g, int x, int y, int p0, int p1) argument [all...] |
H A D | TextLayoutStrategy.java | 126 protected int layoutRow(FlowView fv, int rowIndex, int p0) { argument 127 int p1 = super.layoutRow(fv, rowIndex, p0); 205 int p0 = frag.getStartOffset(); 207 if ((p1 - p0) == 1) { 209 Segment s = ((GlyphView)frag).getText(p0, p1); 320 int p0 = child.getStartOffset(); 322 measurer.setPosition(text.toIteratorIndex(p0)); 357 int p0 = v.getStartOffset(); 360 doc.getText(p0, p1 - p0, thi [all...] |
H A D | Utilities.java | 887 * @param p0 starting offset in the composed text to be rendered 892 int x, int y, int p0, int p1) 899 if (p0 >= p1) 902 AttributedCharacterIterator aci = as.getIterator(null, p0, p1); 913 int p0 = v.getStartOffset(); 945 AttributedCharacterIterator aci = as.getIterator(null, p0 - start, p1 - start); 891 drawComposedText(View view, AttributeSet attr, Graphics g, int x, int y, int p0, int p1) argument
|
H A D | ZoneView.java | 200 * @param p0 the start of the desired zone. This should 205 * value should also be > p0. 207 protected View createZone(int p0, int p1) { argument 212 doc.createPosition(p0),
|
H A D | WrappedPlainView.java | 96 * @param p0 the starting document location to use >= 0 104 protected void drawLine(int p0, int p1, Graphics g, int x, int y) { argument 106 Element line = lineMap.getElement(lineMap.getElementIndex(p0)); 111 drawText(line, p0, p1, g, x, y); 114 int idx = line.getElementIndex(p0); 118 int start = Math.max(elem.getStartOffset(), p0); 124 throw new StateInvariantError("Can't render: " + p0 + "," + p1); 128 private int drawText(Element elem, int p0, int p1, Graphics g, int x, int y) throws BadLocationException { argument 135 p0-elem.getStartOffset(), 140 x = drawUnselectedText(g, x, y, p0, p 175 drawUnselectedText(Graphics g, int x, int y, int p0, int p1) argument 200 drawSelectedText(Graphics g, int x, int y, int p0, int p1) argument 232 calculateBreakPosition(int p0, int p1) argument 306 loadText(Segment segment, int p0, int p1) argument [all...] |
H A D | GlyphView.java | 124 * @param p0 the starting document offset >= 0 125 * @param p1 the ending document offset >= p0 128 public Segment getText(int p0, int p1) { argument 135 doc.getText(p0, p1 - p0, text); 303 int p0 = getStartOffset(); 305 float width = painter.getSpan(this, p0, p1, expander, x); 324 * @param p0 the starting document offset >= 0 325 * @param p1 the ending document offset >= p0 328 public float getPartialSpan(int p0, in argument 361 initSelections(int p0, int p1) argument 488 paintTextUsingColor(Graphics g, Shape a, Color c, int p0, int p1) argument 751 breakView(int axis, int p0, float pos, float len) argument 777 getBreakSpot(int p0, int p1) argument 865 createFragment(int p0, int p1) argument 1137 getSpan(GlyphView v, int p0, int p1, TabExpander e, float x) argument 1148 paint(GlyphView v, Graphics g, Shape a, int p0, int p1) argument 1208 getBoundedPosition(GlyphView v, int p0, float x, float len) argument 1220 getPainter(GlyphView v, int p0, int p1) argument [all...] |
H A D | ParagraphView.java | 734 int p0 = v.getStartOffset(); 736 float start = findEdgeSpan(v, axis, p0, p0, p1); 737 float end = findEdgeSpan(v, axis, p1, p0, p1); 757 private float findEdgeSpan(View v, int axis, int fp, int p0, int p1) { argument 758 int len = p1 - p0; 763 int mid = p0 + len / 2; 773 p0 = mid; 775 return findEdgeSpan(f, axis, fp, p0, p1);
|
H A D | View.java | 595 * @param p0 the position of the first character (>=0) 618 public Shape modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) throws BadLocationException { argument 619 Shape s0 = modelToView(p0, a, b0); 912 * @param p0 the starting offset >= 0. This should be a value 915 * @param p1 the ending offset > p0. This should be a value 922 public View createFragment(int p0, int p1) { argument
|
/openjdk7/langtools/test/tools/javac/generics/ |
H A D | InnerInterface2.java | 45 Produces<HTMLConsumer> p0; field in class:MyBuilder
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/ |
H A D | TextUI.java | 120 * @param p0 the beginning of the range >= 0 121 * @param p1 the end of the range >= p0 123 public abstract void damageRange(JTextComponent t, int p0, int p1); argument 129 * @param p0 the beginning of the range >= 0 130 * @param p1 the end of the range >= p0 132 public abstract void damageRange(JTextComponent t, int p0, int p1, argument
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/ |
H A D | BasicTextFieldUI.java | 353 * @param p0 the position to convert >= 0 355 * next character represented by p0, in case the 368 public Shape modelToView(int p0, Position.Bias b0, argument 372 return super.modelToView(p0, b0, p1, b1, adjustAllocation(a));
|
H A D | BasicHTML.java | 531 * @param p0 the position to convert >= 0 533 * next character represented by p0, in case the 546 public Shape modelToView(int p0, Position.Bias b0, int p1, argument 548 return view.modelToView(p0, b0, p1, b1, a);
|
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/ |
H A D | vis_IntBgr.c | 736 mlib_f32 *p0 = (mlib_f32*)pixLut + src[tmpsxloc >> shift]; local 738 ARGB_to_BGR_FL2(dd, *p0, *p1); 739 mask = (((*(mlib_u8*)p0) >> 6) & 2) | ((*(mlib_u8*)p1) >> 7);
|
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/ |
H A D | D3DPaints.cpp | 113 jdouble p0, jdouble p1, jdouble p3, 178 mt._11 = (float)p0; 205 params[0] = (jfloat)p0; 432 jfloat p0, jfloat p1, jfloat p3, 458 params[0] = p0; 111 D3DPaints_SetGradientPaint(D3DContext *d3dc, jboolean useMask, jboolean cyclic, jdouble p0, jdouble p1, jdouble p3, jint pixel1, jint pixel2) argument 429 D3DPaints_SetLinearGradientPaint(D3DContext *d3dc, D3DSDOps *dstOps, jboolean useMask, jboolean linear, jint cycleMethod, jint numStops, jfloat p0, jfloat p1, jfloat p3, void *fractions, void *pixels) argument
|
/openjdk7/jdk/src/share/native/sun/awt/medialib/ |
H A D | mlib_ImageConv_D64nw.c | 581 DTYPE p0, p1, p2, p3, p4; local 632 p0 = p2; p1 = p3; p2 = p4; 636 pbuff[j ] += p0*k0 + p1*k1 + p2*k2 + p3*k3; 661 p0 = p2; p1 = p3; p2 = p4; 665 dp[0 ] = p0*k0 + p1*k1 + p2*k2 + p3*k3 + pbuff[j]; 676 p0 = p2; p1 = p3; p2 = p4; 679 dp[0] = p0*k0 + p1*k1 + p2*k2 + p3*k3 + pbuff[j]; 691 p0 = p2; p1 = p3; 695 dp[0 ] = p0*k0 + p1*k1 + p2*k2 + pbuff[j]; 706 p0 788 DTYPE p0, p1, p2, p3, p4, p5, p6, p7; local [all...] |
H A D | mlib_ImageConv_F32nw.c | 581 DTYPE p0, p1, p2, p3, p4; local 632 p0 = p2; p1 = p3; p2 = p4; 636 pbuff[j ] += p0*k0 + p1*k1 + p2*k2 + p3*k3; 661 p0 = p2; p1 = p3; p2 = p4; 665 dp[0 ] = p0*k0 + p1*k1 + p2*k2 + p3*k3 + pbuff[j]; 676 p0 = p2; p1 = p3; p2 = p4; 679 dp[0] = p0*k0 + p1*k1 + p2*k2 + p3*k3 + pbuff[j]; 691 p0 = p2; p1 = p3; 695 dp[0 ] = p0*k0 + p1*k1 + p2*k2 + pbuff[j]; 706 p0 788 DTYPE p0, p1, p2, p3, p4, p5, p6, p7; local [all...] |