Searched +refs:point +refs:max (Results 226 - 250 of 379) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcpp.el231 (goto-char (point-min))
235 (/ (* 100 (- (point) (point-min))) (buffer-size)))
252 (to (1+ (point)))
255 (expr (buffer-substring (match-end 1) (point))))
337 (error "%s at line %d" error (count-lines (point-min) (point))))
417 (max end (overlay-end overlay)))))
491 (pos (point))
756 ;; Create a button at point
[all...]
H A Didlw-help.el138 (defcustom idlwave-max-popup-menu-items 20
345 (let ((marker (list (current-buffer) (point)))
378 (beg (save-excursion (skip-chars-backward chars) (point)))
379 (end (save-excursion (skip-chars-forward chars) (point)))
401 (point)))
402 (str (buffer-substring bos (point))))
444 (max (point-min) (- (point) 40)) t)))
558 (mouse-set-point e
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperLayer.cpp281 boundingRect.move(std::max(0, -outsets.left()), std::max(0, -outsets.top()));
719 template<class HitTestCondition> TextureMapperLayer* TextureMapperLayer::hitTest(const FloatPoint& point, HitTestCondition condition) argument
726 result = m_children[i]->hitTest(point, condition);
731 return condition(this, point) ? this : 0;
734 bool TextureMapperLayer::scrollableLayerHitTestCondition(TextureMapperLayer* layer, const FloatPoint& point) argument
743 return parentLayer->m_currentTransform.combined().mapQuad(rect).containsPoint(point);
746 TextureMapperLayer* TextureMapperLayer::findScrollableContentsLayerAt(const FloatPoint& point) argument
748 return hitTest(point, &TextureMapperLayer::scrollableLayerHitTestCondition);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineFlowBox.cpp392 maxLogicalRight = std::max(logicalLeft, maxLogicalRight);
411 maxLogicalRight = std::max(logicalLeft, maxLogicalRight);
425 maxLogicalRight = std::max(logicalLeft, maxLogicalRight);
500 if (maxAscent + maxDescent >= std::max(maxPositionTop, maxPositionBottom))
518 // The maxAscent value represents the distance of the highest point of any box (typically including line-height) from
519 // the root box's baseline. The maxDescent value represents the distance of the lowest point of any box
711 lineBottom = std::max(lineBottom, newLogicalTop + boxHeight);
712 lineBottomIncludingMargins = std::max(lineBottom, std::max(lineBottomIncludingMargins, newLogicalTopIncludingMargins + boxHeightIncludingMargins));
732 lineBottom = std::max<LayoutUni
[all...]
H A DRenderInline.cpp740 return minimumValueForLength(margin, std::max<LayoutUnit>(0, renderer->containingBlock()->availableLogicalWidth()));
836 updateHitTestResult(result, tmpLocation.point());
845 VisiblePosition RenderInline::positionForPoint(const LayoutPoint& point, const RenderRegion* region) argument
852 return cb->positionForPoint(point, region);
856 LayoutPoint parentBlockPoint = cb->location() + point;
865 return RenderBoxModelObject::positionForPoint(point, region);
1028 LayoutUnit logicalLeftSide = LayoutUnit::max();
1032 logicalRightSide = std::max(logicalRightSide, curr->logicalRightVisualOverflow());
1057 LayoutUnit logicalLeftSide = LayoutUnit::max();
1076 logicalRightSide = std::max(logicalRightSid
1315 updateHitTestResult(HitTestResult& result, const LayoutPoint& point) argument
[all...]
H A DRenderText.cpp125 if (length >= std::numeric_limits<unsigned>::max())
320 ASSERT(end == std::numeric_limits<unsigned>::max() || end <= std::numeric_limits<int>::max());
321 ASSERT(start <= std::numeric_limits<int>::max());
322 start = std::min(start, static_cast<unsigned>(std::numeric_limits<int>::max()));
323 end = std::min(end, static_cast<unsigned>(std::numeric_limits<int>::max()));
421 VisiblePosition RenderText::positionForPoint(const LayoutPoint& point, const RenderRegion*) argument
425 return m_lineBoxes.positionForPoint(*this, point);
545 // Compute our max widths by scanning the string for newlines.
648 maxFragmentWidth = std::max(maxFragmentWidt
[all...]
H A DRenderFrameSet.cpp177 availableLen = std::max(availableLen, 0);
202 gridLayout[i] = std::max(grid[i].intValue(), 0);
210 gridLayout[i] = std::max(intValueForLength(grid[i], availableLen), 0);
218 totalRelative += std::max(grid[i].intValue(), 1);
263 gridLayout[i] = (std::max(grid[i].intValue(), 1) * remainingRelative) / totalRelative;
788 CursorDirective RenderFrameSet::getCursor(const LayoutPoint& point, Cursor& cursor) const argument
790 IntPoint roundedPoint = roundedIntPoint(point);
799 return RenderBox::getCursor(point, cursor);
H A DRootInlineBox.cpp193 renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffset));
278 if (maxAscent + maxDescent < std::max(maxPositionTop, maxPositionBottom))
294 maxHeight = std::max<LayoutUnit>(0, maxHeight); // FIXME: Is this really necessary?
347 LayoutUnit lowestAllowedPosition = std::max(prevRootBox()->lineBottom(), lineTop()) - result;
540 float rightEdge = std::max<float>(blockFlow().logicalWidth(), rootRight);
543 left = std::max(left, leftEdge);
547 left = std::max(left, rootLeft);
640 top = std::max(top, lastLineSelectionBottom);
676 return !blockFlow().style().isFlippedBlocksWritingMode() ? std::max(lineTop(), selectionTop()) : std::min(lineBottom(), selectionBottom());
744 // point t
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dedebug.el130 "*If non-nil, save and restore point in all displayed buffers.
132 Saving and restoring point in other buffers is necessary if you are
133 debugging code that changes the point of a buffer which is displayed
135 window, the buffer's point will be changed to the window's point.
137 Saving and restoring point in all buffers is expensive, since it
226 "*If non-nil, an expression to test for at every stop point.
298 ;; Return the last sexp before point in current buffer.
305 (point))
306 (point)))))
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/ios/
H A DWebAccessibilityObjectWrapperIOS.mm311 - (AccessibilityObjectWrapper *)accessibilityPostProcessHitTest:(CGPoint)point
313 UNUSED_PARAM(point);
318 - (id)accessibilityHitTest:(CGPoint)point
327 axObject = m_object->accessibilityHitTest(IntPoint(point));
338 AccessibilityObjectWrapper* wrapper = [axObject->wrapper() accessibilityPostProcessHitTest:point];
1019 - (CGPoint)_accessibilityConvertPointToViewSpace:(CGPoint)point
1022 return point;
1024 FloatPoint floatPoint = FloatPoint(point);
1055 newScrollPosition.setX(std::max(newX, 0));
1068 newScrollPosition.setY(std::max(new
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcss.js362 "width", "min-width", "max-width", "height", "min-height", "max-height",
363 "device-width", "min-device-width", "max-device-width", "device-height",
364 "min-device-height", "max-device-height", "aspect-ratio",
365 "min-aspect-ratio", "max-aspect-ratio", "device-aspect-ratio",
366 "min-device-aspect-ratio", "max-device-aspect-ratio", "color", "min-color",
367 "max-color", "color-index", "min-color-index", "max-color-index",
368 "monochrome", "min-monochrome", "max-monochrome", "resolution",
369 "min-resolution", "max
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcss.js362 "width", "min-width", "max-width", "height", "min-height", "max-height",
363 "device-width", "min-device-width", "max-device-width", "device-height",
364 "min-device-height", "max-device-height", "aspect-ratio",
365 "min-aspect-ratio", "max-aspect-ratio", "device-aspect-ratio",
366 "min-device-aspect-ratio", "max-device-aspect-ratio", "color", "min-color",
367 "max-color", "color-index", "min-color-index", "max-color-index",
368 "monochrome", "min-monochrome", "max-monochrome", "resolution",
369 "min-resolution", "max
[all...]
/macosx-10.10/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm1640 &redisplay(); ## Show the line (prompt+default at this point).
1934 } elsif ($si >= $D) { # point to the left of what was displayed
1935 $si = &max(0, $D - $rl_margin);
1942 $si = &max(0, length($dline) - $rl_screen_width + 3);
2300 sub max { $_[0] > $_[1] ? $_[0] : $_[1]; }
2392 ## to point to the first byte of the pair (therefore, decremented).
2507 my($from, $to, $save) = (&min($_[0], $_[1]), &max($_[0], $_[1]), $_[2]);
3420 my ($point, $end) = ($D, $D);
3424 ($point++, $end++) if $Vi_mode;
3426 if ($point)
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dsmerge-mode.el38 ;; (goto-char (point-min))
168 (let ((state (cons (point) (buffer-modified-tick))))
183 ["Keep Current" smerge-keep-current :help "Use current (at point) version"
217 ["Keep Current" smerge-keep-current :help "Use current (at point) version"]
218 ["Kill Current" smerge-kill-current :help "Remove current (at point) version"]
265 (save-excursion (goto-char (point-min))
276 (let ((mb2 (or (match-beginning 2) (point-max)))
277 (me2 (or (match-end 2) (point-min))))
279 (delete-region (max me
[all...]
H A Dediff-help.el63 gx -goto X's point| ## -ignore whitespace | ! -update diff regions
77 gx -goto X's point| ## -ignore whitespace | ! -update diff regions
91 gx -goto X's point| ## -ignore whitespace | ! -update diff regions
105 gx -goto X's point| % -narrow/widen buffs | ! -recompute diffs
119 gx -goto X's point| ## -ignore whitespace | ! -update diff regions
173 (goto-char (point-min))
190 (let ((pos (ediff-event-point last-command-event))
259 (goto-char (point-min))
267 (let* ((shift (/ (max 0 (- (window-width (selected-window))
272 (goto-char (point
[all...]
H A Dfacemenu.el39 ;; insertion. It will be forgotten if you move point or make other
344 inserted. (Moving point or switching buffers before typing
376 inserted. Moving point or switching buffers before
399 inserted. Moving point or switching buffers before
426 inserted. Moving point or switching buffers before typing a character
541 (prog1 (point)
544 (point)
547 (prog1 (point)
551 (point)
553 (indent-to (max (
[all...]
H A Darc-mode.el586 (if (>= (point) archive-file-list-start)
588 (save-excursion (beginning-of-line) (point)))
592 "Return the descriptor vector for file at point.
595 (if (and (>= (point) archive-file-list-start)
692 (goto-char (point-min))
725 (setq archive-proper-file-start (point-marker))
726 (narrow-to-region (point-min) (point))
738 (delete-region (point-min) archive-proper-file-start)
746 (setq archive-file-list-start (point
[all...]
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dmule.el310 (defun decode-char (ccs code-point &optional restriction)
325 (utf-lookup-subst-table-for-decode code-point))
327 ((< code-point 160)
328 code-point)
329 ((< code-point 256)
330 (make-char 'latin-iso8859-1 code-point))
331 ((< code-point #x2500)
332 (setq code-point (- code-point #x0100))
334 (+ (/ code-point 9
[all...]
H A Dutf-8.el233 (setq from (max #xA0 (car elt)) to (min #xffff (cdr elt)))
283 (defsubst utf-translate-cjk-substitutable-p (code-point)
288 (if (and (>= code-point (car elt)) (<= code-point (cdr elt)))
349 (defun utf-lookup-subst-table-for-decode (code-point)
352 (utf-translate-cjk-substitutable-p code-point))
354 (gethash code-point
426 ;; R0 is an untranslatable Unicode code-point (U+3500..U+DFFF or
766 ;; Pre-read character is in r5 (charset-ID) and r6 (code-point).
898 "Return the UCS code for an untranslated sequence of raw bytes t point
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dtable.el102 ;; is how to maintain cache coherency. As a user moves point in and
125 ;; and "Table" in the menu bar when the point is in a table cell.
191 ;; |`table-unrecognize-cell' |which contains the current point |
194 ;; |`table-forward-cell' |Move point to the next Nth cell in|
197 ;; |`table-backward-cell' |Move point to the previous Nth |
208 ;; | |below the point location. |
213 ;; | |of the point location. |
314 ;; | TAB |Move point forward to the beginning of the next cell. |
369 ;; point is placed inside of a table cell a table specific menu item
590 ;; 21 point o
[all...]
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDBlockStorageDriver.cpp77 if (_toc->descriptors[i].point <= 99 && _toc->descriptors[i].adr == 1) {
86 } else if (_toc->descriptors[i].point == 0xA2 && _toc->descriptors[i].adr == 1) {
87 _maxBlockNumber = max(_maxBlockNumber, lba ? (lba - 1) : 0);
99 if (_toc->descriptors[i].point <= 99 && _toc->descriptors[i].adr == 1) {
107 } else if (_toc->descriptors[i].point == 0xA2 && _toc->descriptors[i].adr == 1) {
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-score.el40 (autoload 'ffap-string-at-point "ffap")
272 "being" "current" "back" "still" "go" "point" "value" "each" "did"
730 (let ((max -1)
737 (unless (> max n)
738 (setq max n))
740 (setq max (+ max 4)) ; %c, `:', SPACE, a SPACE at end
741 (setq n (/ (1- (window-width)) max)) ; items per line
755 (goto-char (point-min))
909 (goto-char (point
[all...]
H A Dnnrss.el53 ;; (group max rss-url)
58 (defvoo nnrss-group-max 0)
170 "211 %d %d %d %s\n" nnrss-group-max nnrss-group-min nnrss-group-max
220 (setq body (point))
231 (narrow-to-region body (point-max))
239 (delete-region body (point))
240 (goto-char (point-max))
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityObject.cpp1420 // NOTE: This varies from AppKit when the point is below the last line. AppKit returns an
1422 PlainTextRange AccessibilityObject::doAXRangeForPosition(const IntPoint& point) const
1424 int i = index(visiblePositionForPoint(point));
1952 AccessibilityObject* AccessibilityObject::elementAccessibilityHitTest(const IntPoint& point) const
1957 // Normalize the point for the widget's bounds.
1960 return cache->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
1966 if (child->isMockObject() && child->elementRect().contains(point))
1967 return child->elementAccessibilityHitTest(point);
2137 // (left/top) position takes precedence over the max (right/bottom).
2152 subfocusMin = std::max(subfocusMi
2278 IntPoint point = globalPoint; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Dsupercite.el721 '((begin (setq sc-mail-headers-start (point)))
727 (end (setq sc-mail-headers-end (point))))
1027 supplied, is used instead of the line point is on in the current buffer."
1351 "Fill the region bounded by `sc-fill-begin' and point.
1382 (point)))
1396 supplied, is used instead of the line point is on in the current
1528 (or (= (point) (mail-header-end))
1646 (let ((lines (count-lines (point-min) (point-max))))
[all...]

Completed in 565 milliseconds

1234567891011>>