Home
last modified time | relevance | path

Searched refs:firstrow (Results 1 – 4 of 4) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dimage-sgi.h52 long firstrow, /* File offset for first row */ member
Dimage-sgilib.c341 sgip->firstrow = ftell(sgip->file); in sgiOpenFile()
461 fseek(sgip->file, sgip->firstrow, SEEK_SET); in sgiPutRow()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng2-x.c1392 static ulg firstrow; in rpng2_x_display_row() local
1420 firstrow = row; /* first row that is not yet displayed */ in rpng2_x_display_row()
1583 if (demo_timing && (row - firstrow >= 16 || row >= rpng2_info.height-2)) { in rpng2_x_display_row()
1584 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0, in rpng2_x_display_row()
1585 (int)firstrow, rpng2_info.width, row - firstrow + 1); in rpng2_x_display_row()
1591 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0, in rpng2_x_display_row()
1592 (int)firstrow, rpng2_info.width, row - firstrow + 1); in rpng2_x_display_row()
Drpng2-win.c1085 static ulg firstrow;
1096 firstrow = row; /* first row not yet displayed */
1160 rect.top = (LONG)firstrow;