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); in main()
722 usleep((ulg)usleep_usec); in main()
772 ulg i; in rpng2_x_init()
773 ulg rowbytes = rpng2_info.rowbytes; in rpng2_x_init()
823 ulg bg_red = rpng2_info.bg_red; in rpng2_x_create_window()
824 ulg bg_green = rpng2_info.bg_green; in rpng2_x_create_window()
825 ulg bg_blue = rpng2_info.bg_blue; in rpng2_x_create_window()
826 ulg bg_pixel = 0L; in rpng2_x_create_window()
827 ulg attrmask; in rpng2_x_create_window()
1084 ulg i, row; in rpng2_x_load_bg_image()
1085 ulg pixel; in rpng2_x_load_bg_image()
1294 ulg red, green, blue; in rpng2_x_load_bg_image()
1368 static void rpng2_x_display_row(ulg row) in rpng2_x_display_row()
1377 ulg i, pixel; in rpng2_x_display_row()
1379 static ulg firstrow; in rpng2_x_display_row()
1419 ulg red, green, blue; in rpng2_x_display_row()
1608 static void rpng2_x_redisplay_image(ulg startcol, ulg startrow, in rpng2_x_redisplay_image()
1609 ulg width, ulg height) in rpng2_x_redisplay_image()
1617 ulg i, row, lastrow = 0; in rpng2_x_redisplay_image()
1618 ulg pixel; in rpng2_x_redisplay_image()
1639 ulg red, green, blue; in rpng2_x_redisplay_image()
1867 ulg i, row; in rpng2_x_reload_bg_image()
2117 static int rpng2_x_msb(ulg u32val) in rpng2_x_msb()