Searched refs:cy (Results 1 - 25 of 64) sorted by relevance

123

/macosx-10.10.1/ruby-106/ruby/sample/
H A Dmine.rb30 @cx=0; @cy=0; @mc=@m
47 pos(@cx,@cy)
51 if @state[@wi*@cy+@cx] != nil then return end
52 @state[@wi*@cy+@cx] = "MARK"
55 put(@cx, @cy, COL[1], CHR[9])
57 def open(x=@cx,y=@cy)
76 pos(@cx,@cy)
98 pos(@cx,@cy); print CHR[11]
129 if @cy < @hi-1 then @cy
[all...]
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dtclock.c120 int i, cx, cy; local
163 cy = LINES / 2; /* 12 */
164 if (cx / ASPECT < cy)
167 cr = cy;
178 mvaddstr(cy - sdy, cx + sdx, szChar);
210 dline(3, cx, cy, cx + mdx, cy - mdy, '#');
213 dline(2, cx, cy, cx + hdx, cy - hdy, '.');
219 dline(1, cx, cy, c
[all...]
/macosx-10.10.1/screen-22/screen/
H A Dmark.c465 markdata->cy = markdata->y1 = y;
477 int cx, cy, x2, y2, j, yend; local
496 LGotoPos(flayer, markdata->cx, W2D(markdata->cy));
536 cy = markdata->cy;
544 markdata->cy = markdata->y1;
546 markdata->y1 = cy;
547 revto(markdata->cx, markdata->cy);
551 LGotoPos(flayer, cx, W2D(cy));
558 revto(cx - rep_cnt, cy);
581 revto(linestart(cy), cy); local
584 revto(linestart(cy), cy); local
612 revto(lineend(cy), cy); local
801 revto(linestart(cy), cy); local
[all...]
H A Dmark.h29 int cx, cy; /* cursor Position in WIN coords*/ member in struct:markdata
H A Dsearch.c85 for (y = markdata->cy; y < p->w_histheight + flayer->l_height; y++, sx = 0)
92 LGotoPos(flayer, markdata->cx, W2D(markdata->cy));
113 for (y = markdata->cy; y >= 0; y--, ex = flayer->l_width - 1)
123 LGotoPos(flayer, markdata->cx, W2D(markdata->cy));
249 pos = markdata->cx + markdata->cy * flayer->l_width;
250 LGotoPos(flayer, markdata->cx, W2D(markdata->cy));
306 if (W2D(markdata->cy) == INPUTLINE)
307 revto_line(markdata->cx, markdata->cy, INPUTLINE > 0 ? INPUTLINE - 1 : 1);
313 flayer->l_y = W2D(markdata->cy);
319 flayer->l_next->l_y = W2D(markdata->cy);
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dplotstat.tcl40 set cy 20
42 set cy2 [expr {$cheight-$cy}]
45 set plot($canvas,cy) $cy
48 set plot($canvas,dy) [expr {($cheight-2*$cy)/double($ymax-$ymin)}]
52 $canvas create line $cx $cy $cx $cy2 $cx2 $cy2 -tag axes
176 set cy $plot($canvas,cy)
258 set cy $plot($canvas,cy)
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dbigint.pl121 local($cx, $cy) = @_;
122 return 0 if ($cx eq $cy);
124 local($sx, $sy) = (substr($cx, 0, 1), substr($cy, 0, 1));
128 return 1 if ($sy eq '-' || $cy eq '+0');
129 $ld = length($cx) - length($cy);
131 return $cx cmp $cy;
134 $ld = length($cy) - length($cx);
136 return $cy cmp $cx;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Druler.rb171 cy = c.canvasy(y)
174 if (cy >= v.top && cy <= v.bottom)
175 cy = v.top+2
178 cy = cy-v.size-2
181 c.move('active', cx-v.x, cy-v.y)
183 v.y = cy
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Druler.rb169 cy = c.canvasy(y)
172 if (cy >= v.top && cy <= v.bottom)
173 cy = v.top+2
176 cy = cy-v.size-2
179 c.move('active', cx-v.x, cy-v.y)
181 v.y = cy
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Druler.tcl134 set cy [$c canvasy $y]
141 if {($cy >= $v(top)) && ($cy <= $v(bottom))} {
142 set cy [expr {$v(top)+2}]
145 set cy [expr {$cy-$v(size)-2}]
148 $c move active [expr {$cx-$v(x)}] [expr {$cy-$v(y)}]
150 set v(y) $cy
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Druler.tcl134 set cy [$c canvasy $y]
141 if {($cy >= $v(top)) && ($cy <= $v(bottom))} {
142 set cy [expr {$v(top)+2}]
145 set cy [expr {$cy-$v(size)-2}]
148 $c move active [expr {$cx-$v(x)}] [expr {$cy-$v(y)}]
150 set v(y) $cy
/macosx-10.10.1/ncurses-44/ncurses/menu/
H A Dm_post.c133 int cy = -1, cx = -1; local
140 getyx(menu->win, cy, cx);
158 assert(cx >= 0 && cy >= 0);
173 if ((cy + j) < getmaxy(menu->win))
174 mvwaddch(menu->win, cy + j, cx - 1, menu->pad);
231 int i, j, cy, cx; local
234 getyx(menu->win, cy, cx);
237 wmove(menu->win, cy + j, cx);
243 wmove(menu->win, cy, cx + menu->spc_cols);
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkDefaultTheme.c145 int cx, cy, h; local
151 cy = b.y;
153 points[0].x = cx; points[0].y = cy;
154 points[1].x = cx - h; points[1].y = cy + h;
155 points[2].x = cx + h; points[2].y = cy + h;
160 cy = b.y + b.height - 1;
162 points[0].x = cx; points[0].y = cy;
163 points[1].x = cx - h; points[1].y = cy - h;
164 points[2].x = cx + h; points[2].y = cy - h;
169 cy
1052 int cx, cy; local
1067 XDrawLine(Tk_Display(tkwin), d, gc, b.x+2, cy, b.x+b.width-3+w, cy); local
[all...]
/macosx-10.10.1/ruby-106/ruby/test/date/
H A Dtest_date_base.rb92 cy, cm, cd = Date.__send__(:jd_to_civil, j, Date::JULIAN)
93 assert_equal(y, cy)
96 cj = Date.__send__(:civil_to_jd, cy, cm, cd, Date::JULIAN)
107 cy, cm, cd = Date.__send__(:jd_to_civil, j, Date::GREGORIAN)
108 assert_equal(y, cy)
111 cj = Date.__send__(:civil_to_jd, cy, cm, cd, Date::GREGORIAN)
122 cy, cw, cd = Date.__send__(:jd_to_commercial, j, Date::GREGORIAN)
123 assert_equal(y, cy)
126 cj = Date.__send__(:commercial_to_jd, cy, cw, cd, Date::GREGORIAN)
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DttkWinTheme.c154 int cy = GETMETRIC(p->cyId); local
156 if (p->cyId & _HALFMETRIC) cy /= 2;
158 *heightPtr = cy + Ttk_PaddingHeight(p->margins);
310 short int cx, cy; local
315 cy = GetSystemMetrics(SM_CYEDGE);
320 ++cx; ++cy;
326 cy += 2;
328 *paddingPtr = Ttk_MakePadding(cx,cy,cx,cy);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dtutorial.el187 (cy (car y)))
188 ;;(message "x=%s, y=%s;;;; cx=%s, cy=%s" x y cx cy)
191 ((and cx cy
193 (listp cy))
194 (tutorial--sort-keys cx cy))
197 (wholenump cy))
198 (> cx cy))
202 ((wholenump cy)
206 (symbolp cy))
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebNodeHighlight.cpp153 size.cy = webViewRect.bottom - webViewRect.top;
155 if (!size.cx || !size.cy)
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A DvistaTheme.tcl25 set cy [expr {[dict get $SM SM_CYVSCROLL] / 2}]
47 -padding [list $cx $cy]
73 -padding [list $cx $cy]
221 unset -nocomplain cx cy
/macosx-10.10.1/groff-38/groff/src/preproc/grn/
H A Dhgraph.cpp61 void HGArc(register int cx, register int cy, int px, int py, int angle);
569 | Results: This routine plots an arc centered about (cx, cy) counter
578 register int cy,
593 ys = py - cy;
615 ny = cy + (int) (ys + 0.5);
577 HGArc(register int cx, register int cy, int px, int py, int angle) argument
/macosx-10.10.1/ICU-531.30/icuSources/data/rbnf/
H A Drbnffiles.mk39 cy.txt da.txt de.txt ee.txt el.txt\
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsunfns.c66 #define CtoSY(cy) ((cy) * Sun_Font_Ysize)
/macosx-10.10.1/ICU-531.30/icuSources/data/coll/
H A Dcolfiles.mk52 bs_Cyrl.txt ca.txt chr.txt cs.txt cy.txt\
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorClient.cpp501 windowPos->cy -= inspectorHeight;
503 SetWindowPos(m_frontendWebViewHwnd, 0, windowPos->x, windowPos->y + windowPos->cy, windowPos->cx, inspectorHeight, SWP_NOZORDER);
H A DWebDragClient.cpp136 sdi.sizeDragImage.cy = b.bmHeight;
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcanvasprintbox.itk563 set cy [expr {int(($y2 + $y1) / 2)}]
569 set y [expr {$cy - $pshh}]
787 set cy [expr {($y2+$y1)/ 2}]
807 set dy [expr {$cy-($prcy*$tsf)}]

Completed in 212 milliseconds

123