Searched +refs:point +refs:max (Results 176 - 200 of 379) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dviper-util.el281 ;; Otherwise, returns point. Current point is not moved in any case."
283 (let ((cur-pos (point))
295 (setq result (point))
315 (and (>= pos (min beg end)) (>= (max beg end) pos)))
429 (goto-char (point-min))
440 (buffer-substring (point) (viper-line-pos 'end)))
442 (goto-char (point-min))
448 ;; return a list of file names listed in the buffer beginning at point
479 (goto-char (point
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dtar-mode.el395 (- tar-header-offset (point-min))))
414 (pos (point-min))
417 (point-min) (max 1 (- (buffer-size) 1024))))
419 (while (and (<= (+ pos 512) (point-max))
455 (goto-char (point-min))
466 (narrow-to-region (point-min) (point))
467 (set (make-local-variable 'tar-header-offset) (position-bytes (point)))
[all...]
H A Dcompletion.el107 ;; control-u :: leave the point at the beginning of the completion rather
117 ;; kills the completion at point.
183 ;; Inserts a completion at point
369 (defvar completion-max-length 200
462 ;; The functions symbol-before-point, symbol-under-point, etc. quickly return
552 (defun symbol-under-point ()
553 "Return the symbol that the point is currently on.
558 (let ((saved-point (point)))
[all...]
H A Dsubr.el285 floating point arithmetic is inexact. For instance, depending on
786 (list (selected-window) (point) '(0 . 0) 0)))
797 (list (selected-window) (point) '(0 . 0) 0)))
822 (defsubst posn-point (position)
831 (defun posn-set-point (position)
832 "Move point to POSITION.
837 (if (numberp (posn-point position))
838 (goto-char (posn-point position))))
927 (define-obsolete-function-alias 'window-dot 'window-point "22.1")
928 (define-obsolete-function-alias 'set-window-dot 'set-window-point "22.
[all...]
H A Dwindow.el79 (max 1 (- (window-height window)
432 (defcustom split-window-keep-point t
433 "*If non-nil, \\[split-window-vertically] keeps the original point \
436 If nil, adjust point in each of the two windows to minimize redisplay.
437 This is convenient on slow terminals, but point can move strangely.
441 point in both children."
452 If the variable `split-window-keep-point' is non-nil, both new windows
453 will get the same value of point as the current window. This is often
458 window is the one that the current value of point appears in. The
459 value of point ca
[all...]
H A Dtime-stamp.el322 (goto-char (setq start (point-min)))
324 (setq search-limit (point)))
326 (goto-char (setq search-limit (point-max)))
328 (setq start (point)))
330 (setq start (point-min))
331 (setq search-limit (point-max))))))
343 Returns the end point, which is where `time-stamp' begins the next search."
355 (setq start (point))
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dsregex.el173 ;; - the symbol `point'
174 ;; Stands for "\\=", matching the empty string at point.
427 - the symbol `point'
428 Stands for \"\\\\=\\=\", matching the empty string at point.
500 (point "\\=")
549 (max (pop exps)))
552 (when max (number-to-string max)) "\\}"))))
H A Dregi.el54 (if col-p (current-column) (point))))
81 END. Otherwise, point and mark are not set and processing continues
94 point, if no match occurred, the frame is reset and point is moved to
164 (end (max start end)))
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-parse.el243 (setq bound (point))
338 (goto-char (point-min))
366 ;; This function also makes sure the old toc markers do not point anywhere.
408 (min (point-max) (+ (match-end 0) (length text1) 1))))
470 (point)))
471 (end-of-context (progn (skip-chars-forward "^ \t\n\r") (point)))
475 (point)))
492 ;; Get about one line of useful context for the label definition at point.
510 (point
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBox.cpp550 return snapSizeToPixel(std::max(clientWidth(), layoutOverflowRect().maxX() - borderLeft()), x() + clientLeft());
560 return snapSizeToPixel(std::max(clientHeight(), layoutOverflowRect().maxY() - borderTop()), y() + clientTop());
613 return std::max(logicalWidth, computeLogicalWidthInRegionUsing(MinSize, styleToUse.logicalMinWidth(), availableWidth, cb, region));
624 return std::max(logicalHeight, computeLogicalHeightUsing(styleToUse.logicalMinHeight()));
635 return std::max(logicalHeight, computeContentLogicalHeight(styleToUse.logicalMinHeight()));
902 // If specified point is in border belt, returned offset denotes direction of
1123 return std::max(width, bordersPlusPadding);
1131 return std::max(height, bordersPlusPadding);
1138 return std::max<LayoutUnit>(0, width);
1145 return std::max<LayoutUni
4170 positionForPoint(const LayoutPoint& point, const RenderRegion* region) argument
[all...]
H A DRenderTable.cpp297 LayoutUnit availableContentLogicalWidth = std::max<LayoutUnit>(0, containerWidthInInlineDirection - marginTotal);
308 setLogicalWidth(std::max<int>(logicalWidth(), minPreferredLogicalWidth()));
311 // Ensure we aren't bigger than our max-width style.
322 setLogicalWidth(std::max<int>(logicalWidth(), computedMinLogicalWidth));
345 // This method takes a RenderStyle's logical width, min-width, or max-width length and computes its actual value.
377 return std::max<LayoutUnit>(0, computedLogicalHeight);
449 // layout that tells us if something has changed in the min max
519 computedLogicalHeight = std::max(computedLogicalHeight, computedMinLogicalHeight);
783 m_minPreferredLogicalWidth = std::max(m_minPreferredLogicalWidth, m_captions[i]->minPreferredLogicalWidth());
788 m_maxPreferredLogicalWidth = std::max(m_maxPreferredLogicalWidt
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DGraphicsContextMac.mm71 return wkDrawFocusRingAtTime(context, std::numeric_limits<double>::max());
161 void GraphicsContext::drawLineForDocumentMarker(const FloatPoint& point, float width, DocumentMarkerLineStyle style)
240 FloatPoint offsetPoint = point;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsContext.cpp466 void GraphicsContext::drawText(const Font& font, const TextRun& run, const FloatPoint& point, int from, int to) argument
471 font.drawText(this, run, point, from, to);
475 float GraphicsContext::drawText(const Font& font, const TextRun& run, const FloatPoint& point, int from, int to) argument
480 return font.drawText(this, run, point, from, to);
484 void GraphicsContext::drawGlyphs(const Font& font, const SimpleFontData& fontData, const GlyphBuffer& buffer, int from, int numGlyphs, const FloatPoint& point) argument
489 font.drawGlyphs(this, &fontData, buffer, from, numGlyphs, point);
492 void GraphicsContext::drawEmphasisMarks(const Font& font, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) argument
497 font.drawEmphasisMarks(this, run, mark, point, from, to);
504 void GraphicsContext::drawBidiText(const Font& font, const TextRun& run, const FloatPoint& point, Font::CustomFontNotReadyAction customFontNotReadyAction) argument
506 float GraphicsContext::drawBidiText(const Font& font, const TextRun& run, const FloatPoint& point, Fon
947 computeLineBoundsAndAntialiasingModeForText(const FloatPoint& point, float width, bool printing, bool& shouldAntialias, Color& color) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-graph.el97 (delete-region (point) (point-max)))
98 (delete-region (point) (1- (point-max)))))))
102 (goto-char (point-min))
104 (let ((beg (point)))
105 (goto-char (point-max))
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DWebPageIOS.mm170 scale = std::max(std::min(currentScale, viewportConfiguration.maximumScale()), viewportConfiguration.minimumScale());
177 scale = std::max(std::min(newScale, viewportConfiguration.maximumScale()), viewportConfiguration.minimumScale());
204 // When a HistoryItem is cleared, its scale factor and scroll point are set to zero. We should not try to restore the other
217 float boundedScale = std::min<float>(m_viewportConfiguration.maximumScale(), std::max<float>(m_viewportConfiguration.minimumScale(), historyItem.pageScaleFactor()));
501 void WebPage::handleTap(const IntPoint& point)
504 Node* nodeRespondingToClick = m_page->mainFrame().nodeRespondingToClickEvents(point, adjustedPoint);
689 static IntPoint constrainPoint(const IntPoint& point, Frame* frame, Node* assistedNode)
693 IntPoint constrainedPoint = point;
700 if (point.x() < minX)
702 else if (point
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGParserUtilities.cpp37 static const FloatType max = std::numeric_limits<FloatType>::max(); local
38 return x >= -max && x <= max;
431 bool parseFloatPoint(const CharacterType*& current, const CharacterType* end, FloatPoint& point) argument
438 point = FloatPoint(x, y);
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp800 void determine_line_limits (char code, hvpair *point, int npoints);
1329 // the entity, code, built from the point array.
1330 void troff_output_file::determine_line_limits(char code, hvpair *point, argument
1343 output_vpos - point[0].h.to_units()/2);
1344 check_output_limits(output_hpos + point[0].h.to_units(),
1345 output_vpos + point[0].h.to_units()/2);
1350 output_vpos - point[0].v.to_units()/2);
1351 check_output_limits(output_hpos + point[0].h.to_units(),
1352 output_vpos + point[0].v.to_units()/2);
1360 x += point[
1415 draw(char code, hvpair *point, int npoints, font_size fsize, color *gcol, color *fcol) argument
2113 vertical_extent(vunits *min, vunits *max) argument
2286 vertical_extent(vunits *min, vunits *max) argument
2644 vertical_extent(vunits *min, vunits *max) argument
3003 node_list_vertical_extent(node *p, vunits *min, vunits *max) argument
3021 vertical_extent(vunits *min, vunits *max) argument
3386 vertical_extent(vunits *min, vunits *max) argument
3399 vertical_extent(vunits *min, vunits *max) argument
4478 a_delete point; local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dgretl.vim29 " floating point number with integer and fractional parts and optional exponent
31 " floating point number with no integer part and optional exponent
33 " floating point number with no fractional part and optional exponent
40 syn keyword gGenrFunc log exp sin cos tan atan diff ldiff sdiff mean sd min max sort int ln coeff abs rho sqrt sum nobs firstobs lastobs normal uniform stderr cum missing ok misszero corr vcv var sst cov median zeromiss pvalue critical obsnum mpow dnorm cnorm gamma lngamma resample hpfilt bkfilt fracdiff varnum isvector islist nelem
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnml.el142 (setq beg (point))
147 (goto-char (point-max))
150 (delete-region (point) (point-max)))
241 (max (1+ (- (cdr active) (car active))) 0)
272 (setcdr active (apply 'max articles))))
413 (point-min) (point
[all...]
H A Dgnus-sum.el326 "*Says what subject to place under point when entering a group.
328 This variable can either be the symbols `first' (place point on the
329 first subject), `unread' (place point on the subject line of the first
330 unread article), `best' (place point on the subject line of the
331 higest-scored article), `unseen' (place point on the subject line of
332 the first unseen article), `unseen-or-unread' (place point on the subject
335 place point on some subject line."
767 Some functions you can use are `+', `max', or `min'."
810 It will be called with point in the group buffer."
1203 (?\< (make-string (max
[all...]
H A Dgnus-group.el93 "*If non-nil, the \\<gnus-group-mode-map>\\[gnus-group-get-new-news-this-group] command will advance point to the next group."
1165 (goto-char (point-min))
1169 (- (point) 2))))))))
1174 (mouse-set-point e)
1246 (props (text-properties-at (gnus-point-at-bol)))
1247 (empty (= (point-min) (point-max)))
1258 (goto-char (point-max))
[all...]
H A Dgnus-agent.el162 (defcustom gnus-agent-max-fetch-size 10000000 ;; 10 Mb
298 (goto-char (point-min))
707 (goto-char (point-min))
720 (goto-char (point-min))
731 (goto-char (point-min))
756 (goto-char (point-min))
859 (let ((bgn (point)))
861 (delete-region bgn (point))))
866 (write-region (point-min) (point
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGInlineText.cpp169 VisiblePosition RenderSVGInlineText::positionForPoint(const LayoutPoint& point, const RenderRegion*) argument
179 // Map local point to absolute point, as the character origins stored in the text fragments use absolute coordinates.
180 FloatPoint absolutePoint(point);
183 float closestDistance = std::numeric_limits<float>::max();
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcompile.el45 ;; before that point. VISITED is t if we have jumped there, else nil.
617 (let ((dir (previous-single-property-change (point) 'directory)))
658 (unless (< (next-single-property-change (match-beginning 0) 'directory nil (point))
659 (point))
666 (setq dir (previous-single-property-change (point) 'directory)
673 (previous-single-property-change (point) 'message)))
759 (setq end-marker (list (point-marker))))
767 (setq marker (list (point-marker)))))))
776 ;; If they are new, make the loc(s) reference the file they point to.
935 Setting it causes the Compilation mode commands to put point a
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Ddisplay.c1070 point specified by a buffer position (NLEFT) that doesn't take
1804 /* If we have multibyte characters, NEW is indexed by the buffer point in
1895 /* NEW points to the buffer point, but _rl_last_c_pos is the display point.
1898 display point is less than _rl_last_c_pos. */
2463 int tmp, point, width, max; local
2472 point = 0;
2473 max = end;
2475 while (point < star
[all...]

Completed in 690 milliseconds

1234567891011>>