HomeSort by relevance Sort by last modified time
    Searched defs:RMask (Results 1 - 2 of 2) sorted by null

  /external/libpng/contrib/gregbook/
rpng-x.c 145 static ulg RMask, GMask, BMask;
503 RMask = visual->red_mask;
517 RShift = 15 - rpng_x_msb(RMask); /* these are right-shifts */
523 RShift = rpng_x_msb(RMask) - 7; /* these are left-shifts */
527 RShift = 7 - rpng_x_msb(RMask); /* these are right-shifts, too */
618 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask) |
730 pixel = (red & RMask) | (green & GMask) | (blue & BMask);
793 pixel = ((red >> RShift) & RMask) |
825 pixel = ((red >> RShift) & RMask) |
rpng2-x.c 279 static ulg RMask, GMask, BMask;
    [all...]

Completed in 278 milliseconds