Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
H A Dimage-sgi.h52 long firstrow, /* File offset for first row */ member
H A 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/
H A Drpng2-x.c1392 static ulg firstrow; in rpng2_x_display_row() local
1395 rows and firstrow simply track how many rows (and which ones) have not in rpng2_x_display_row()
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 in rpng2_x_display_row()
[all...]
H A Drpng2-win.c1085 static ulg firstrow;
1088 rows and firstrow simply track how many rows (and which ones) have not
1096 firstrow = row; /* first row not yet displayed */
1160 rect.top = (LONG)firstrow;

Completed in 6 milliseconds