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 146 static int RShift, GShift, BShift;
524 GShift = 15 - rpng_x_msb(GMask);
530 GShift = rpng_x_msb(GMask) - 7;
534 GShift = 7 - rpng_x_msb(GMask);
538 if (depth >= 15 && (RShift < 0 || GShift < 0 || BShift < 0)) {
621 ((ulg)bg_green << GShift) |
625 ((((ulg)bg_green << 8) >> GShift) & GMask) |
724 (green << GShift) |
734 green = (GShift < 0)? green << (-GShift) : green >> GShift
    [all...]
rpng2-x.c 294 static int RShift, GShift, BShift;
    [all...]

Completed in 54 milliseconds