Home
last modified time | relevance | path

Searched refs:ypos (Results 1 – 10 of 10) sorted by relevance

/external/grub/docs/
Dkernel.c39 static int ypos; variable
167 ypos = 0; in cls()
224 ypos++; in putchar()
225 if (ypos >= LINES) in putchar()
226 ypos = 0; in putchar()
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF; in putchar()
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE; in putchar()
Dkernel.c.texi39 static int ypos;
167 ypos = 0;
224 ypos++;
225 if (ypos >= LINES)
226 ypos = 0;
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
Dmultiboot.info1309 static int ypos;
1437 ypos = 0;
1494 ypos++;
1495 if (ypos >= LINES)
1496 ypos = 0;
1500 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
1501 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
/external/webkit/WebCore/page/
DDragController.cpp600 int ypos = draggingRect.bottom(); in dragLocForSelectionDrag() local
603 ypos = draggingRect.y() > ypos ? draggingRect.y() : ypos; in dragLocForSelectionDrag()
605 ypos = draggingRect.y() < ypos ? draggingRect.y() : ypos; in dragLocForSelectionDrag()
607 return IntPoint(xpos, ypos); in dragLocForSelectionDrag()
/external/jpeg/
Djccoefct.c150 JDIMENSION ypos, xpos; in compress_data() local
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */ in compress_data()
180 ypos, xpos, (JDIMENSION) blockcnt); in compress_data()
198 ypos += DCTSIZE; in compress_data()
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
DSDL_nxvideo.c473 y = si.ypos - info.y ; in NX_UpdateMouse()
/external/webkit/WebCore/rendering/
DRenderBlock.cpp1064 int ypos = height(); in collapseMargins() local
1083 ypos = height() + collapsedTopPos - collapsedTopNeg; in collapseMargins()
1088 ypos = height(); in collapseMargins()
1096 ypos = height(); in collapseMargins()
1106 return ypos; in collapseMargins()
/external/quake/quake/src/QW/dxsdk/sdk/inc/
Dd3drmobj.h214 DWORD xpos, DWORD ypos, DWORD width, DWORD height in DECLARE_INTERFACE_()
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DD3DRMOBJ.H214 DWORD xpos, DWORD ypos, DWORD width, DWORD height in DECLARE_INTERFACE_()
/external/webkit/WebCore/
DChangeLog-2005-08-2350384 Add some more polish to ensure the ypos estimate is right. Correct the clearing of images so that