Home | History | Annotate | Download | only in fxbarcode

Lines Matching refs:xFF

43   bitmap->Clear(FXARGB_MAKE(0xFF, 0xFF, 0xFF, 0xFF));

144 int32_t luminance = (306 * ((pixel >> 16) & 0xFF) +
145 601 * ((pixel >> 8) & 0xFF) + 117 * (pixel & 0xFF)) >>
162 (306 * ((pixel >> 16) & 0xFF) + 601 * ((pixel >> 8) & 0xFF) +
163 117 * (pixel & 0xFF)) >>