Lines Matching refs:Top
273 int pitch, topLine, botLine, top, bot, height;
274 int Left, Right, Top, Bottom;
282 Top = yInit - FONTMAXBOUNDS(font,ascent);
286 while(nbox && (Top >= pbox->y2)) {
293 size = (pitch << 2) * (Bottom - Top);
299 top = -glyphs->yoff;
300 bot = top + glyphs->height;
301 if(top < topLine) topLine = top;
306 pntr = block + ((FONTMAXBOUNDS(font,ascent) + top) * pitch) +
311 for(i = top; i < bot; i++) {
324 Top = yInit + topLine;
327 while(nbox && (Top >= pbox->y2)) {
337 topLine = max(Top, pbox->y1);
344 (unsigned char*)(pntr + ((topLine - Top) * pitch) +
369 int Left, Right, Top, Bottom;
380 Top = yInit - FONTASCENT(font);
384 while(nbox && (Top >= pbox->y2)) {
393 ytop = max(Top, pbox->y1);
425 Top = yInit - FONTMAXBOUNDS(font,ascent);
429 while(nbox && (Top >= pbox->y2)) {
439 ytop = max(Top, pbox->y1);
478 int Left, Right, Top, Bottom;
502 Top = yInit - FONTMAXBOUNDS(font,ascent);
506 while(nbox && (Top >= pbox->y2)) {