Searched refs:endy (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_box_set.c52 NCURSES_SIZE_T endx, endy; local
91 endy = win->_maxy;
95 win->_line[endy].text[i] = wbs;
97 win->_line[endy].firstchar = win->_line[0].firstchar = 0;
98 win->_line[endy].lastchar = win->_line[0].lastchar = endx;
100 for (i = 0; i <= endy; i++) {
108 win->_line[endy].text[0] = wbl;
109 win->_line[endy].text[endx] = wbr;
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_box.c69 NCURSES_SIZE_T endx, endy; local
106 endy = win->_maxy;
110 SetChar2(win->_line[endy].text[i], wbs);
112 win->_line[endy].firstchar = win->_line[0].firstchar = 0;
113 win->_line[endy].lastchar = win->_line[0].lastchar = endx;
115 for (i = 0; i <= endy; i++) {
123 SetChar2(win->_line[endy].text[0], wbl);
124 SetChar2(win->_line[endy].text[endx], wbr);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DImageBufferCairo.cpp226 int endy = rect.maxY(); local
227 if (endy > size.height())
228 endy = size.height();
229 int numRows = endy - originy;
313 int endy = destPoint.y() + sourceRect.maxY(); local
314 ASSERT(endy <= m_size.height());
315 int numRows = endy - desty;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageBufferDataCG.cpp122 Checked<int> endy = rect.maxY(); local
123 endy *= resolutionScale;
124 if (rect.x() < 0 || rect.y() < 0 || endx.unsafeGet() > size.width() || endy.unsafeGet() > size.height())
151 if (endy.unsafeGet() > size.height())
152 endy = size.height();
153 Checked<int> height = endy - originy;
412 Checked<int> endy = (Checked<int>(destPoint.y()) + sourceRect.maxY()); local
413 endy *= resolutionScale;
414 ASSERT(endy.unsafeGet() <= size.height());
417 Checked<int> desth = endy
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_mvg.tcl213 set endy [expr {sin(-$angle*$f)*$ry+$y}]
229 lappend line $endx $endy
/macosx-10.10/groff-38/groff/src/devices/grolbp/
H A Dlbp.h248 vdmvarc(int centerx, int centery,int radius, int startx, int starty, int endx, int endy,\ argument
256 vdmnum(endx,enx),vdmnum(endy,eny),vdmnum(style,styl));
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c219 uint32 endy; member in struct:offset
4974 uint32 starty, endy; /* offsets of first and last row to extract */ local
5173 endy = image->length - bmargin - 1;
5174 if ((endy - length) <= tmargin)
5177 starty = endy - length + 1;
5188 endy = image->length - bmargin - 1;
5190 endy = starty + length - 1;
5203 endy = image->length - bmargin - 1;
5205 endy = starty + length - 1;
5211 off->endy
[all...]

Completed in 273 milliseconds