Searched refs:firstrow (Results 1 – 4 of 4) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
D | image-sgi.h | 52 long firstrow, /* File offset for first row */ member
|
D | image-sgilib.c | 341 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/ |
D | rpng2-x.c | 1392 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()
|
D | rpng2-win.c | 1085 static ulg firstrow; 1096 firstrow = row; /* first row not yet displayed */ 1160 rect.top = (LONG)firstrow;
|