Lines Matching refs:ulg
168 static void rpng2_x_display_row (ulg row);
170 static void rpng2_x_redisplay_image (ulg startcol, ulg startrow,
171 ulg width, ulg height);
177 static int rpng2_x_msb (ulg u32val);
196 static ulg bg_rowbytes;
201 ulg usleep_duration = 0L;
279 static ulg RMask, GMask, BMask;
417 usleep_duration = (ulg)atol(*argv);
722 usleep((ulg)usleep_usec);
772 ulg i;
773 ulg rowbytes = rpng2_info.rowbytes;
823 ulg bg_red = rpng2_info.bg_red;
824 ulg bg_green = rpng2_info.bg_green;
825 ulg bg_blue = rpng2_info.bg_blue;
826 ulg bg_pixel = 0L;
827 ulg attrmask;
1084 ulg i, row;
1085 ulg pixel;
1294 ulg red, green, blue;
1368 static void rpng2_x_display_row(ulg row)
1377 ulg i, pixel;
1379 static ulg firstrow;
1419 ulg red, green, blue;
1608 static void rpng2_x_redisplay_image(ulg startcol, ulg startrow,
1609 ulg width, ulg height)
1617 ulg i, row, lastrow = 0;
1618 ulg pixel;
1639 ulg red, green, blue;
1867 ulg i, row;
2117 static int rpng2_x_msb(ulg u32val)