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

  /external/libpng/contrib/gregbook/
rpng-x.c 147 static int RShift, GShift, BShift;
525 GShift = 15 - rpng_x_msb(GMask);
531 GShift = rpng_x_msb(GMask) - 7;
535 GShift = 7 - rpng_x_msb(GMask);
539 if (depth >= 15 && (RShift < 0 || GShift < 0 || BShift < 0)) {
622 ((ulg)bg_green << GShift) |
626 ((((ulg)bg_green << 8) >> GShift) & GMask) |
725 (green << GShift) |
735 green = (GShift < 0)? green << (-GShift) : green >> GShift
    [all...]
rpng2-x.c 296 static int RShift, GShift, BShift;
    [all...]

Completed in 147 milliseconds