Searched refs:point (Results 51 - 75 of 1295) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DFontCairoHarfbuzzNG.cpp40 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int, int) const argument
45 drawGlyphBuffer(context, run, glyphBuffer, point);
50 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */, const AtomicString& /* mark */, const FloatPoint& /* point */, int /* from */, int /* to */) const
83 FloatRect Font::selectionRectForComplexText(const TextRun& run, const FloatPoint& point, int h, int from, int to) const argument
87 return shaper.selectionRect(point, h, from, to);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcdl.el32 "Run file through ncdump and insert result into buffer after point."
35 (let ((start (point)))
H A Dindent.el52 If nil, hitting TAB indents the current line if point is at the left margin
83 If initial point was within line's indentation, position after
84 the indentation. Else stay at same point in text.
119 (setq end (point-marker))
122 (while (< (point) end)
130 (delete-region (point) (progn (skip-chars-forward " \t") (point))))
137 only if necessary. It leaves point at end of indentation."
142 (delete-region (point)
143 (progn (skip-chars-backward " ") (point))))
[all...]
H A Dhelp-at-pt.el32 ;; It provides facilities to access the local help available at point
60 "Return the help-echo string at point.
67 (pair (get-char-property-and-overlay (point) prop))
71 (funcall val (selected-window) (if ov ov (current-buffer)) (point))
76 "Return the keyboard help string at point.
77 If the `kbd-help' text or overlay property at point produces a
88 the `kbd-help' property at point. If `kbd-help' does not produce
99 (if (not arg) (message "No local help at point")))))
111 The value may be an integer or floating point number.
151 "*Automatically show local help on point
[all...]
H A Dsimple.el41 Various Emacs features that update auxiliary information when point moves
312 "Visit the source code corresponding to the `next-error' message at point."
341 "Move point to the next error in the `next-error' buffer and highlight match.
352 "Move point to the previous error in the `next-error' buffer and highlight match.
381 (setq compilation-current-error (point))
421 (not (buffer-has-markers-at (1- (point))))
422 (not (buffer-has-markers-at (point)))
425 (not (get-char-property (1- (point)) 'modification-hooks))
426 (not (get-char-property (1- (point)) 'insert-behind-hooks))
428 (not (get-char-property (point) 'inser
[all...]
H A Dthingatpt.el1 ;;; thingatpt.el --- get the `thing' at point
26 ;; point, whatever that "thing" happens to be. The "thing" is defined by
29 ;; The function bounds-of-thing-at-point finds the beginning and end
45 ;; (thing-at-point 'line)
46 ;; (thing-at-point 'page)
66 (defun bounds-of-thing-at-point (thing)
67 "Determine the start and end buffer locations for the THING at point.
77 (if (get thing 'bounds-of-thing-at-point)
78 (funcall (get thing 'bounds-of-thing-at-point))
79 (let ((orig (point)))
[all...]
H A Dinformat.el39 ;; Save and restore point and restrictions.
47 (let ((omin (point-min))
48 (omax (point-max))
49 (nomax (= (point-max) (1+ (buffer-size))))
50 (opoint (point)))
54 (goto-char (point-min))
125 (goto-char (point-max))
129 (let ((end (point)))
132 (delete-region (point) end)))
133 (goto-char (point
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Duce.el259 (copy-region-as-kill (point-min) (point-max)))
273 (setq temp (point))
282 (delete-region temp (point))))
291 (goto-char (point-min))
299 (let ((eol (save-excursion (end-of-line) (point))))
307 (setq temp (point))
311 (if (string-match "\\." (buffer-substring temp (point)))
313 to (buffer-substring temp (point)))))
317 (let ((bol (point))
[all...]
H A Dundigest.el62 (goto-char (point-min))
63 (when (let ((head-end (progn (search-forward "\n\n" nil t) (point))))
64 (goto-char (point-min))
100 (goto-char (point-min))
122 (goto-char (point-min))
130 (goto-char (point-min))
137 (goto-char (point-min))
143 (goto-char (point-min))
161 (narrow-to-region (point) (point))
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dappend.sh61 point=(x=1 y=2)
62 point+=( y=3 z=4)
63 if [[ ${point.y} != 3 ]]
66 if [[ ${point.x} != 1 ]]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPlatformMouseEventWin.cpp40 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)}; local
41 return point;
46 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)}; local
47 ClientToScreen(hWnd, &point);
48 return point;
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_touch_event.cpp82 Ewk_Touch_Point* point = static_cast<Ewk_Touch_Point*>(item); local
83 WebCore::IntPoint pnt = WebCore::IntPoint(point->x - pos.x(), point->y - pos.y());
84 m_touchPoints.append(WebKitPlatformTouchPoint(point->id, pnt, static_cast<WebCore::PlatformTouchPoint::State>(point->state)));
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcperl-mode.el308 regardless of where in the line point is when the TAB command is used."
624 "*Non-nil means that CPerl syntaxifies up to the point before showing menu.
761 `fill-paragraph' on a comment may leave the point behind the
1060 (put-text-property (max (point-min) (1- from))
1071 (parse-partial-sexp (point) (point)))) 9))
1087 (let ((prop (get-text-property (point) 'syntax-type)))
1096 (or (get-text-property (point) 'syntax-type)
1098 (put-text-property (point) (match-end 0)
1160 (cperl-define-key "\C-c\C-hP" 'cperl-perldoc-at-point)
[all...]
H A Dicon.el124 It will then reindent, regardless of where in the line point is
147 regardless of where in the line point is when the TAB command is used.
238 (setq insertpos (- (point) 2))
253 line. Otherwise, indent the current line only if point is at the left margin
257 lines of the expression starting after point so that this line becomes
269 (setq beg (point))
271 (setq end (point))
274 (setq beg (point)))
290 (pos (- (point-max) (point))))
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DLayoutPoint.h52 LayoutPoint(const IntPoint& point) : m_x(point.x()), m_y(point.y()) { } argument
135 inline LayoutPoint operator-(const LayoutPoint& point) argument
137 return LayoutPoint(-point.x(), -point.y());
165 inline IntPoint flooredIntPoint(const LayoutPoint& point) argument
167 return IntPoint(point.x().floor(), point.y().floor());
170 inline IntPoint roundedIntPoint(const LayoutPoint& point) argument
180 ceiledIntPoint(const LayoutPoint& point) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DFontComplexTextMac.cpp41 FloatRect Font::selectionRectForComplexText(const TextRun& run, const FloatPoint& point, int h, argument
53 return FloatRect(floorf(point.x() + totalWidth - afterWidth), point.y(), roundf(point.x() + totalWidth - beforeWidth) - floorf(point.x() + totalWidth - afterWidth), h);
56 return FloatRect(floorf(point.x() + beforeWidth), point.y(), roundf(point.x() + afterWidth) - floorf(point.x() + beforeWidth), h);
82 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, in argument
98 drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dlife.el163 (goto-char (point-min))
167 (goto-char (point-min))
168 (setq n (/ (- fill-column (save-excursion (end-of-line) (point))) 2))
174 (count-lines (point-min) (point-max)))
176 (goto-char (point-min))
178 (goto-char (point-max))
181 (goto-char (point-min))
186 (delete-region (point) (progn (end-of-line) (point)))
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A Dparselog.py189 for point in plotPoints:
190 #c.addArc((point[0]-minTime)*scale,point[1]*typesize+6,5,0,2*math.pi,1)
191 c.addArc((point[0]-minTime)*scale,point[1]*typesize+6,typesize/4,0,2*math.pi,1)
192 theColour = colourLookup[(point[2])[0]]
193 if (((point[2])[0]) != "L") and (((point[2])[0]) != "Q") and (((point[2])[0]) != "P") and (((point[
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dvip.el56 (defvar vip-insert-point nil
57 "Remember insert point as a marker. (Buffer-specific.)")
59 (set-default 'vip-insert-point (make-marker))
60 (make-variable-buffer-local 'vip-insert-point)
62 (defvar vip-com-point nil
63 "Remember com point as a marker. (Buffer-specific.)")
65 (set-default 'vip-com-point (make-marker))
66 (make-variable-buffer-local 'vip-com-point)
182 (define-key vip-mode-map "\C-o" 'vip-open-line-at-point)
271 (define-key vip-mode-map "m" 'vip-mark-point)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dlisp.el60 (goto-char (or (scan-sexps (point) arg) (buffer-end arg)))
72 "Set mark ARG sexps from point.
83 (if (< (mark) (point)) -1 1)))
88 (point))))
93 (point))
102 (goto-char (or (scan-lists (point) arg 0) (buffer-end arg))))
120 (goto-char (or (scan-lists (point) inc -1) (buffer-end arg)))
138 (goto-char (or (scan-lists (point) inc 1) (buffer-end arg)))
142 "Kill the sexp (balanced expression) following point.
143 With ARG, kill that many sexps after point
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CIBevelSample/
H A DCIBevelView.rb54 point = @points[@currentPoint]
55 point.x = loc.x
56 point.y = loc.y
66 @points.each_with_index do |point, i|
67 x = point.x - loc.x
68 y = point.y - loc.y
91 @points[1..-1].each { |point| CGContextAddLineToPoint(cg, point.x, point.y) }
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-mime.el41 ;; insertion point.
260 (let* ((part (get-text-property (point) 'mh-data))
300 (data (get-text-property (point) 'mh-data))
301 (inserted-flag (get-text-property (point) 'mh-mime-inserted))
303 (point (point))
309 (setq start (point-marker))
312 (setq end (point-marker))
319 (goto-char point)
341 "Save MIME part at point
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DPathWinCE.cpp56 bool Path::contains(const FloatPoint& point, WindRule rule) const argument
58 return m_path->contains(point, rule);
71 void Path::moveTo(const FloatPoint& point) argument
73 m_path->moveTo(point);
76 void Path::addLineTo(const FloatPoint& point) argument
78 m_path->addLineTo(point);
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Desh-mode.el61 ;; @ <C-c C-r> will move point to the beginning of the output of the
380 (set (make-local-variable 'eshell-last-input-start) (point-marker))
381 (set (make-local-variable 'eshell-last-input-end) (point-marker))
382 (set (make-local-variable 'eshell-last-output-start) (point-marker))
383 (set (make-local-variable 'eshell-last-output-end) (point-marker))
384 (set (make-local-variable 'eshell-last-output-block-begin) (point))
528 (eshell-parse-arguments (save-excursion (eshell-bol) (point))
532 (while (and (> arg 0) (/= (point) limit))
533 (if (get-text-property (point) property)
537 (point))))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dmlsupport.el133 (kill-region (point) (1+ (point)))
134 (kill-region (point) (if (search-forward ?\n nil t)
135 (1- (point)) (point-max))))))
152 (delete-region (point) (mark)))
155 (copy-to-buffer bufname (point) (mark))
156 (delete-region (point) (mark)))
159 (copy-to-buffer bufname (point) (mark)))
162 (append-to-buffer bufname (point) (mar
[all...]

Completed in 364 milliseconds

1234567891011>>