Lines Matching refs:Top
274 int Left, Right, Top, Bottom;
282 Top = yInit - FONTMAXBOUNDS(font,ascent);
286 while(nbox && (Top >= pbox->y2)) {
293 size = (pitch << 2) * (Bottom - Top);
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)) {