/openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
H A D | FrameSetView.java | 159 * @param targetSpan the total span given to the view, which 165 * @param spans the span of each child view; this is a return 167 * @return the offset and span for each child view in the 183 int span[] = new int[children.length]; 185 spread(targetSpan, span); 192 span[sIndex], 209 * This method is responsible for returning in span[] the 210 * span for each child view along the major axis. it 214 private void spread(int targetSpan, int span[]) { argument 226 for (int i = 0; i < span [all...] |
H A D | BlockView.java | 199 * size is exactly specified, false if the span is not specified 222 * of the layout (the offset and span for each children) are 226 * @param targetSpan the total span given to the view, which 232 * @param spans the span of each child view; this is a return 243 // check for percentage span 247 // bound the span to the percentage specified 254 // assign the offset and span for the child 330 float span = getPreferredSpan(View.Y_AXIS); 333 float a = (((int)span) != 0) ? (above * v.getAlignment(View.Y_AXIS)) / span [all...] |
/openjdk7/jdk/src/share/native/sun/java2d/loops/ |
H A D | MaskBlit.c | 94 SurfaceDataBounds span; local 102 while (Region_NextIteration(&clipInfo, &span)) { 104 srcx + span.x1, srcInfo.pixelStride, 105 srcy + span.y1, srcInfo.scanStride); 107 span.x1, dstInfo.pixelStride, 108 span.y1, dstInfo.scanStride); 109 maskoff += ((span.y1 - dsty) * maskscan + (span.x1 - dstx)); 113 * way to give the span coordinates to the 117 srcInfo.bounds.x1 = srcx + span [all...] |
H A D | Blit.c | 99 SurfaceDataBounds span; local 103 while (Region_NextIteration(&clipInfo, &span)) { 105 srcx + span.x1, srcInfo.pixelStride, 106 srcy + span.y1, srcInfo.scanStride); 108 span.x1, dstInfo.pixelStride, 109 span.y1, dstInfo.scanStride); 113 * way to give the span coordinates to the 117 srcInfo.bounds.x1 = srcx + span.x1; 118 dstInfo.bounds.x1 = span.x1; 120 span [all...] |
H A D | BlitBg.c | 103 SurfaceDataBounds span; local 107 while (Region_NextIteration(&clipInfo, &span)) { 109 srcx + span.x1, srcInfo.pixelStride, 110 srcy + span.y1, srcInfo.scanStride); 112 span.x1, dstInfo.pixelStride, 113 span.y1, dstInfo.scanStride); 117 * way to give the span coordinates to the 121 srcInfo.bounds.x1 = srcx + span.x1; 122 dstInfo.bounds.x1 = span.x1; 124 span [all...] |
H A D | ScaledBlit.c | 434 SurfaceDataBounds span; local 447 while (Region_NextIteration(&clipInfo, &span)) { 452 if (span.y1 > idy1) { 453 tsyloc += syinc * (span.y1 - idy1); 455 if (span.x1 > idx1) { 456 tsxloc += sxinc * (span.x1 - idx1); 460 span.x1, dstInfo.pixelStride, 461 span.y1, dstInfo.scanStride); 463 span.x2-span [all...] |
H A D | TransformHelper.c | 437 SurfaceDataBounds span; local 453 while (Region_NextIteration(&clipInfo, &span)) { 457 dy1 = span.y1; 458 dy2 = span.y2; 469 if (dx1 < span.x1) dx1 = span.x1; 470 if (dx2 > span.x2) dx2 = span.x2; 551 SurfaceDataBounds span; local 570 while (Region_NextIteration(pClipInfo, &span)) { [all...] |
/openjdk7/jdk/src/share/classes/sun/java2d/loops/ |
H A D | CustomComponent.java | 138 int span[] = new int[4]; 139 while (si.nextSpan(span)) { 140 int rowoff = icr.getDataOffset(0) + span[1] * dstScan + span[0]; 141 for (int y = span[1]; y < span[3]; y++) { 143 for (int x = span[0]; x < span[2]; x++) { 194 int span[] = new int[4]; 195 while (si.nextSpan(span)) { [all...] |
H A D | Blit.java | 168 int span[] = {dstx, dsty, dstx+width, dsty+height}; 169 SpanIterator si = clip.getSpanIterator(span); 172 while (si.nextSpan(span)) { 173 int w = span[2] - span[0]; 174 int h = span[3] - span[1]; 175 Raster tmpSrcRas = srcRas.createChild(srcx + span[0], srcy + span[1], 177 WritableRaster tmpDstRas = dstRas.createWritableChild(span[ [all...] |
/openjdk7/jaxp/src/org/w3c/dom/html/ |
H A D | HTMLTableColElement.java | 73 * See the span attribute definition in HTML 4.0. 76 public void setSpan(int span); argument
|
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/ |
H A D | X11PMBlitLoops.c | 43 SurfaceDataBounds span, srcBounds; local 81 span.x1 = dstx; 82 span.y1 = dsty; 83 span.x2 = dstx + width; 84 span.y2 = dsty + height; 87 SurfaceData_IntersectBlitBounds(&srcBounds, &span, 91 dstx = span.x1; 92 dsty = span.y1; 99 Region_IntersectBounds(&clipInfo, &span); 104 while (Region_NextIteration(&clipInfo, &span)) { [all...] |
/openjdk7/jdk/src/share/classes/sun/java2d/ |
H A D | Spans.java | 42 * This class will sort and collapse its span 43 * entries after this many span additions via 67 * Add a span covering the half open interval 83 * Add a span which covers the entire range. 96 * Returns true if the span defined by the half-open 139 * single span. The result is a sorted, 149 /* Have 'span' start at the first span in 153 Span span = null; 155 span [all...] |
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/ |
H A D | cmsOopClosures.hpp | 58 MarkRefsIntoClosure(MemRegion span, CMSBitMap* bitMap); 79 MarkRefsIntoVerifyClosure(MemRegion span, CMSBitMap* verification_bm, 139 MemRegion span, 177 MemRegion span, 213 MarkRefsIntoAndScanClosure(MemRegion span, 261 MemRegion span, 302 MemRegion span, 344 MemRegion span, 384 CMSKeepAliveClosure(CMSCollector* collector, MemRegion span, 403 MemRegion span, CMSBitMa [all...] |
H A D | concurrentMarkSweepGeneration.hpp | 483 CMSIsAliveClosure(MemRegion span, argument 485 _span(span), 487 assert(!span.is_empty(), "Empty span could spell trouble"); 634 MemRegion _span; // span covering above two 1394 MarkFromRootsClosure(CMSCollector* collector, MemRegion span, 1429 MemRegion span, 1460 MemRegion span, 1479 MarkFromRootsVerifyClosure(CMSCollector* collector, MemRegion span, 1527 MemRegion span, 1526 ScanMarkedObjectsAgainClosure(CMSCollector* collector, MemRegion span, ReferenceProcessor* rp, CMSBitMap* bit_map, CMSMarkStack* mark_stack, CMSMarkStack* revisit_stack, MarkRefsIntoAndScanClosure* cl) argument 1542 ScanMarkedObjectsAgainClosure(CMSCollector* collector, MemRegion span, ReferenceProcessor* rp, CMSBitMap* bit_map, OopTaskQueue* work_queue, CMSMarkStack* revisit_stack, Par_MarkRefsIntoAndScanClosure* cl) argument 1580 MarkFromDirtyCardsClosure(CMSCollector* collector, MemRegion span, CompactibleFreeListSpace* space, CMSBitMap* bit_map, CMSMarkStack* mark_stack, CMSMarkStack* revisit_stack, MarkRefsIntoAndScanClosure* cl) argument 1592 MarkFromDirtyCardsClosure(CMSCollector* collector, MemRegion span, CompactibleFreeListSpace* space, CMSBitMap* bit_map, OopTaskQueue* work_queue, CMSMarkStack* revisit_stack, Par_MarkRefsIntoAndScanClosure* cl) argument 1632 ScanMarkedObjectsAgainCarefullyClosure(CMSCollector* collector, MemRegion span, CMSBitMap* bitMap, CMSMarkStack* markStack, CMSMarkStack* revisitStack, MarkRefsIntoAndScanClosure* cl, bool should_yield) argument 1679 SurvivorSpacePrecleanClosure(CMSCollector* collector, MemRegion span, CMSBitMap* bit_map, CMSMarkStack* mark_stack, PushAndMarkClosure* cl, unsigned int before_count, bool should_yield) argument 1837 CMSDrainMarkingStackClosure(CMSCollector* collector, MemRegion span, CMSBitMap* bit_map, CMSMarkStack* mark_stack, CMSKeepAliveClosure* keep_alive, bool cpc) argument 1863 CMSParDrainMarkingStackClosure(CMSCollector* collector, MemRegion span, CMSBitMap* bit_map, CMSMarkStack* revisit_stack, OopTaskQueue* work_queue) argument [all...] |
/openjdk7/jdk/src/share/classes/javax/swing/text/ |
H A D | BoxView.java | 170 * will have an offset and span of 0. 245 // have changed their span along the major axis. If there 266 * preferred span has changed. This is implemented to 319 * @param span the span to layout to >= 0 321 void setSpanOnAxis(int axis, float span) { argument 323 if (majorSpan != (int) span) { 328 majorSpan = (int) span; 337 if (((int) span) != minorSpan) { 342 minorSpan = (int) span; [all...] |
H A D | AsyncBoxView.java | 153 * Fetch the span along an axis that is taken up by the insets. 167 * major span should be treated as being estimated. If this 183 * Is the major span currently estimated? 236 * the major axis. If the span along the major axis is 239 * major span is estimated. 284 float span = 0f; 296 span += cs.getMajorSpan(); 305 majorSpan = span; 526 * the children if the minor span changes. 541 * @return the current span o 561 setSpanOnAxis(int axis, float span) argument 1401 private float span; field in class:AsyncBoxView.ChildState [all...] |
H A D | Utilities.java | 285 * best represents the given span in the view coordinate 401 int span = x - x0; 403 if (span < width) { 407 if (span >= nextWidth) { 408 if (span - nextWidth < width - span) { 437 * within the given span. This tries to find a word boundary. 571 int span = Math.abs(r.x - x); 572 if (span < bestSpan) { 574 bestSpan = span; [all...] |
/openjdk7/jdk/src/share/native/sun/java2d/pipe/ |
H A D | Region.c | 247 SurfaceDataBounds span; local 273 for (i = 0; Region_NextIteration(&clipInfo, &span); i++) { 274 RECT_SET((*pRect)[i], span.x1, span.y1, span.x2 - span.x1, span.y2 - span.y1);
|
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/ |
H A D | SourceToHTMLConverter.java | 259 HtmlTree span = new HtmlTree(HtmlTag.SPAN); 260 span.addStyle(HtmlStyle.sourceLineNo); 262 span.addContent("00" + Integer.toString(lineno)); 264 span.addContent("0" + Integer.toString(lineno)); 266 span.addContent(Integer.toString(lineno)); 268 pre.addContent(span);
|
H A D | AbstractIndexWriter.java | 189 Content span = HtmlTree.SPAN(HtmlStyle.strong, 191 Content dt = HtmlTree.DT(span); 211 Content span = HtmlTree.SPAN(HtmlStyle.strong, deprecatedPhrase); 215 div.addContent(span); 223 div.addContent(span);
|
H A D | PackageTreeWriter.java | 155 Content span = HtmlTree.SPAN(HtmlStyle.strong, 157 div.addContent(span);
|
H A D | TreeWriter.java | 129 Content span = HtmlTree.SPAN(HtmlStyle.strong, 131 contentTree.addContent(span);
|
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/ |
H A D | BufferedContext.java | 345 rq.ensureCapacity(28); // so that we have room for at least a span 348 // include a placeholder for the span count 353 int span[] = new int[4]; 355 while (si.nextSpan(span)) { 365 buf.putInt(span[0]); // x1 366 buf.putInt(span[1]); // y1 367 buf.putInt(span[2]); // x2 368 buf.putInt(span[3]); // y2
|
/openjdk7/jdk/src/share/classes/java/io/ |
H A D | ObjectInputStream.java | 2027 * Converts specified span of bytes into float values. 2035 * Converts specified span of bytes into double values. 2392 /** loopback stream (for data reads that span data blocks) */ 2498 * reads may span data blocks separated by a TC_RESET. 2882 int span = Math.min(endoff - off, MAX_BLOCK_SIZE); 2883 in.readFully(buf, 0, span); 2884 stop = off + span; 2903 int span = Math.min(endoff - off, MAX_BLOCK_SIZE >> 1); 2904 in.readFully(buf, 0, span << 1); 2905 stop = off + span; [all...] |
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | referenceProcessor.hpp | 41 // by using only a heap interval (called "span" below), thus allowing 46 // itself with ("weak") reference processing in a specific "span" 48 // the span is a convex interval of the heap, but, efficiency 445 ReferenceProcessor(MemRegion span, 471 // get and set span 472 MemRegion span() { return _span; } function in class:ReferenceProcessor 473 void set_span(MemRegion span) { _span = span; } argument 558 // A utility class to temporarily mutate the span of the 567 MemRegion span) 566 ReferenceProcessorSpanMutator(ReferenceProcessor* rp, MemRegion span) argument [all...] |