HomeSort by relevance Sort by last modified time
    Searched refs:lastrow (Results 1 - 3 of 3) sorted by null

  /external/libpng/contrib/gregbook/
rpng-x.c 691 ulg i, row, lastrow = 0; local
708 for (lastrow = row = 0; row < image_height; ++row) {
772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
773 (int)lastrow, image_width, 16);
775 lastrow = row + 1;
782 for (lastrow = row = 0; row < image_height; ++row) {
835 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
836 (int)lastrow, image_width, 16);
838 lastrow = row + 1;
849 if (lastrow < image_height)
    [all...]
rpng-win.c 539 ulg i, row, lastrow; local
555 for (lastrow = row = 0; row < image_height; ++row) {
595 rect.top = (LONG)lastrow;
597 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */
600 lastrow = row + 1;
605 if (lastrow < image_height) {
607 rect.top = (LONG)lastrow;
rpng2-x.c 1617 ulg i, row, lastrow = 0; local
    [all...]

Completed in 182 milliseconds