Lines Matching defs:new_b
792 const uint32_t new_b = ((argb & 0xff) - green) & 0xff;793 argb_data[i] = (argb & 0xff00ff00) | (new_r << 16) | new_b;