Searched refs:point (Results 1 - 25 of 1120) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/include/
H A Dpointarith.inc3 [para][image figure-50-point-cons-absolute][para]
6 the [term absolute] point for it.
11 [para][image figure-51-point-cons-relative][para]
15 point for it, i.e. the [term delta] or [term translation] it
32 [para][image figure-48-point-vectoradd][para]
39 The result is a [term relative] point if and only if both points are
45 [para][image figure-49-point-vectorsub][para]
53 The result is a [term relative] point if and only if both points are
57 [call [arg point] [cmd by] [arg distance] [arg direction]]
62 [$point
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DFndCategories.py10 def rotateByDegrees_atPoint_(self, angle, point):
13 ``point``.
19 oldPt = tf.transformPoint_(point)
20 oldPt.x -= point.x
21 oldPt.y -= point.y
24 def rotateByRadians_atPoint_(self, angle, point):
27 ``point``.
33 oldPt = tf.transformPoint_(point)
34 oldPt.x -= point.x
35 oldPt.y -= point
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DFndCategories.py10 def rotateByDegrees_atPoint_(self, angle, point):
13 ``point``.
19 oldPt = tf.transformPoint_(point)
20 oldPt.x -= point.x
21 oldPt.y -= point.y
24 def rotateByRadians_atPoint_(self, angle, point):
27 ``point``.
33 oldPt = tf.transformPoint_(point)
34 oldPt.x -= point.x
35 oldPt.y -= point
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/PyObjCTools/
H A DFndCategories.py10 def rotateByDegrees_atPoint_(self, angle, point):
13 ``point``.
19 oldPt = tf.transformPoint_(point)
20 oldPt.x -= point.x
21 oldPt.y -= point.y
24 def rotateByRadians_atPoint_(self, angle, point):
27 ``point``.
33 oldPt = tf.transformPoint_(point)
34 oldPt.x -= point.x
35 oldPt.y -= point
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/efl/
H A DWKEventEfl.cpp106 uint32_t WKTouchPointGetID(WKTouchPointRef point) argument
109 return toImpl(point)->id();
111 UNUSED_PARAM(point);
116 WKTouchPointState WKTouchPointGetState(WKTouchPointRef point) argument
119 return toImpl(point)->state();
121 UNUSED_PARAM(point);
126 WKPoint WKTouchPointGetScreenPosition(WKTouchPointRef point) argument
129 return toImpl(point)->screenPosition();
131 UNUSED_PARAM(point);
136 WKPoint WKTouchPointGetPosition(WKTouchPointRef point) argument
146 WKTouchPointGetRadius(WKTouchPointRef point) argument
156 WKTouchPointGetRotationAngle(WKTouchPointRef point) argument
166 WKTouchPointGetForceFactor(WKTouchPointRef point) argument
[all...]
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Diftoa.c29 /* room for a -, INT_DIGITS digits, a decimal point, and a terminating '\0' */
32 int point = 0; local
39 if (++point == decimal_point)
41 } while (i != 0 || point < decimal_point);
47 if (++point == decimal_point)
49 } while (i != 0 || point < decimal_point);
/macosx-10.10.1/ntp-92/scripts/
H A DVersionName7 case $point in
9 NAME="${NAME}p$point"
13 *) echo "Unexpected value for 'point' <$point>!"
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dstudly.el25 (setq begin (point))
26 (while (and (<= (point) end)
30 (setq begin (max (point) begin))
33 (word-end (min (point) end))
36 (while (< (point) word-end)
41 (while (< (point) word-end)
51 (setq begin (point))))))
57 (let ((begin (point)) end rb re)
59 (setq end (point))
67 (studlify-region (point
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DWebPageProxyCoordinatedGraphics.cpp40 void WebPageProxy::findZoomableAreaForPoint(const IntPoint& point, const IntSize& area) argument
45 m_process->send(Messages::WebPage::FindZoomableAreaForPoint(point, area), m_pageID);
/macosx-10.10.1/apache-793/httpd/modules/core/test/conf/
H A Dtest15.conf9 Error should not reach this point.
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dmantemp.el51 ;; call `mantemp-make-mantemps-buffer' with the point in the buffer.
93 (goto-char (point-min))
102 (goto-char (point-min))
108 (delete-region (point) (line-end-position))))
110 (goto-char (point-min))
115 (delete-region (point) (line-end-position))))))
122 (point-min)
123 (point-max))
124 (goto-char (point-min))
130 (delete-region (point) (prog
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/
H A DWKGeometry.cpp49 WKPointRef WKPointCreate(WKPoint point) argument
51 return toAPI(API::Point::create(point).leakRef());
69 WKPoint WKPointGetValue(WKPointRef point) argument
71 return toImpl(point)->point();
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dmbutil.c82 int point; local
93 point = seed + _rl_adjust_point (string, seed, &ps);
95 started byte. So correct the point and consume count */
96 if (seed < point)
101 len = strlen (string + point);
104 tmp = mbrtowc (&wc, string+point, len, &ps);
108 point++;
118 point += tmp;
133 tmp = mbrtowc (&wc, string + point, strlen (string + point),
150 int prev, non_zero_prev, point, length; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dmisc.el31 "Copy characters from previous nonblank line, starting just above point.
34 The characters copied are inserted in the buffer before point."
45 (setq n (if arg (prefix-numeric-value arg) (point-max)))
57 (point)
58 (min (save-excursion (end-of-line) (point))
59 (+ n (point)))))))
68 Ignores CHAR at point."
71 (kill-region (point)
77 (point)))))
85 (push-mark (point
[all...]
H A Dmakesum.el48 (goto-char (point-min))
49 (delete-region (point) (progn (forward-line 1) (point)))
52 (goto-char (point-min))
55 (goto-char (point-min))
58 (goto-char (point-min))
61 (goto-char (point-min))
64 (goto-char (point-min))
70 (delete-region (point)
73 (point))))))
[all...]
H A Dmacros.el86 (let ((beg (point)) end)
88 (setq end (point-marker))
90 (while (< (point) end)
93 (delete-region (point) (1+ (point)))
96 (delete-region (point) (1+ (point)))
99 (delete-region (point) (1+ (point)))
102 (delete-region (point) (
[all...]
H A Dtabify.el36 START and END, rather than by the position of point and mark.
41 (narrow-to-region (point-min) end)
45 (let ((tab-beg (point))
50 (delete-region tab-beg (point))
64 START and END, rather than by the position of point and mark.
73 (narrow-to-region (point) end)
89 (delete-region (match-beginning 0) (point))
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_cb_prg.c56 curl_off_t point; local
62 point = dlnow + ulnow + bar->initial_size;
64 if(bar->calls && (tvdiff(now, bar->prevtime) < 100L) && point < total)
69 if(point > total)
71 total = point;
78 curl_off_t thisblock = point / 1024;
84 else if(point != bar->prev) {
85 frac = (double)point / (double)total;
97 bar->prev = point;
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dutf-7.el58 "Decode LEN bytes of UTF-7 at point.
62 (narrow-to-region (point) (+ (point) len))
69 (let ((p (point))
77 (subst-char-in-region p (point) ?, ?/))
78 (base64-decode-region p (point)))
79 (decode-coding-region p (point) 'utf-16be)
83 (- (point-max) (point-min)))))
107 (goto-char (point
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/ec/
H A Dec_print.c60 const EC_POINT *point,
68 buf_len = EC_POINT_point2oct(group, point, form,
76 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
91 EC_POINT *point,
109 if (point == NULL)
118 ret = point;
122 if (point == NULL)
136 const EC_POINT *point,
144 buf_len = EC_POINT_point2oct(group, point, form,
152 if (!EC_POINT_point2oct(group, point, for
59 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) argument
89 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) argument
135 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument
179 EC_POINT_hex2point(const EC_GROUP *group, const char *buf, EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Dec_check.c64 EC_POINT *point = NULL; local
98 if ((point = EC_POINT_new(group)) == NULL) goto err;
106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err;
107 if (!EC_POINT_is_at_infinity(group, point))
120 if (point)
121 EC_POINT_free(point);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/CoordinatedGraphics/
H A DWKCoordinatedScene.cpp38 WK_EXPORT WKCoordinatedSceneLayer WKCoordinatedSceneFindScrollableContentsLayerAt(WKCoordinatedScene scene, WKPoint point) argument
40 return toAPI(toImpl(scene)->findScrollableContentsLayerAt(WebCore::FloatPoint(point.x, point.y)));
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dfill.el70 "Set the fill prefix to the current line up to point.
74 (let ((left-margin-pos (save-excursion (move-to-left-margin) (point))))
75 (if (> (point) left-margin-pos)
77 (setq fill-prefix (buffer-substring left-margin-pos (point)))
138 (let* ((here (progn (beginning-of-line) (point)))
140 (eol (progn (end-of-line) (point)))
175 (while (and (< (point) end)
191 (point)))))
250 (if (< (point) to)
313 "Return nil if French style allows breaking the line at point
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/dtoa/
H A Dbignum-dtoa.h42 // Return a fixed number of digits after the decimal point.
51 // The result should be interpreted as buffer * 10^(point-length).
64 // 'requested_digits' digits after the decimal point. The produced digits
66 // Example: toFixed(0.001, 5) is allowed to return buffer="1", point=-2.
68 // buffer="2", point=0.
80 BufferReference<char> buffer, int* length, int* point);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWKAccessibilityWebPageObjectMac.h39 - (NSPoint)convertScreenPointToRootView:(NSPoint)point;

Completed in 226 milliseconds

1234567891011>>