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

  /external/libpng/contrib/gregbook/
rpng-x.c 697 ulg i, row, lastrow = 0; local
714 for (lastrow = row = 0; row < image_height; ++row) {
778 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
779 (int)lastrow, image_width, 16);
781 lastrow = row + 1;
788 for (lastrow = row = 0; row < image_height; ++row) {
841 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
842 (int)lastrow, image_width, 16);
844 lastrow = row + 1;
855 if (lastrow < image_height)
    [all...]
rpng-win.c 583 ulg i, row, lastrow; local
599 for (lastrow = row = 0; row < image_height; ++row) {
639 rect.top = (LONG)lastrow;
641 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */
644 lastrow = row + 1;
649 if (lastrow < image_height) {
651 rect.top = (LONG)lastrow;
rpng2-x.c 1621 ulg i, row, lastrow = 0; local
    [all...]
  /external/ImageMagick/coders/
palm.c 287 *lastrow,
417 lastrow=(unsigned char *) NULL;
419 lastrow=(unsigned char *) AcquireQuantumMemory(MagickMax(bytes_per_row,
420 2*image->columns),sizeof(*lastrow));
421 if (lastrow == (unsigned char *) NULL)
472 one_row[i+bit]=lastrow[i+bit];
475 (void) CopyMagickMemory(lastrow, one_row, bytes_per_row);
541 lastrow=(unsigned char *) RelinquishMagickMemory(lastrow);
718 *lastrow,
281 *lastrow, local
709 *lastrow, local
    [all...]

Completed in 312 milliseconds