Lines Matching refs:ulg
186 static void rpng2_x_display_row (ulg row);
188 static void rpng2_x_redisplay_image (ulg startcol, ulg startrow,
189 ulg width, ulg height);
195 static int rpng2_x_msb (ulg u32val);
214 static ulg bg_rowbytes;
219 ulg usleep_duration = 0L;
297 static ulg RMask, GMask, BMask;
435 usleep_duration = (ulg)atol(*argv); in main()
725 usleep((ulg)usleep_usec); in main()
777 ulg i; in rpng2_x_init()
778 ulg rowbytes = rpng2_info.rowbytes; in rpng2_x_init()
836 ulg bg_red = rpng2_info.bg_red; in rpng2_x_create_window()
837 ulg bg_green = rpng2_info.bg_green; in rpng2_x_create_window()
838 ulg bg_blue = rpng2_info.bg_blue; in rpng2_x_create_window()
839 ulg bg_pixel = 0L; in rpng2_x_create_window()
840 ulg attrmask; in rpng2_x_create_window()
1097 ulg i, row; in rpng2_x_load_bg_image()
1098 ulg pixel; in rpng2_x_load_bg_image()
1307 ulg red, green, blue; in rpng2_x_load_bg_image()
1381 static void rpng2_x_display_row(ulg row) in rpng2_x_display_row()
1390 ulg i, pixel; in rpng2_x_display_row()
1392 static ulg firstrow; in rpng2_x_display_row()
1432 ulg red, green, blue; in rpng2_x_display_row()
1621 static void rpng2_x_redisplay_image(ulg startcol, ulg startrow, in rpng2_x_redisplay_image()
1622 ulg width, ulg height) in rpng2_x_redisplay_image()
1630 ulg i, row, lastrow = 0; in rpng2_x_redisplay_image()
1631 ulg pixel; in rpng2_x_redisplay_image()
1652 ulg red, green, blue; in rpng2_x_redisplay_image()
1883 ulg i, row; in rpng2_x_reload_bg_image()
2133 static int rpng2_x_msb(ulg u32val) in rpng2_x_msb()