Searched defs:ypos (Results 1 - 3 of 3) sorted by relevance

/external/grub/docs/
H A Dkernel.c39 static int ypos; variable
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;
/external/jpeg/
H A Djccoefct.c150 JDIMENSION ypos, xpos; local
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
180 ypos, xpos, (JDIMENSION) blockcnt);
198 ypos += DCTSIZE;
/external/webkit/WebCore/rendering/
H A DRenderBlock.cpp1064 int ypos = height(); local
1083 ypos = height() + collapsedTopPos - collapsedTopNeg;
1088 ypos = height();
1096 ypos = height();
1106 return ypos;
1379 // Now determine the correct ypos based off examination of collapsing margin

Completed in 589 milliseconds