Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:xff

868                 GGLfixed fc = (c->state.fog.color[i] * 0x10000) / 0xFF;
1100 uint32_t r = s & 0xff;
1101 uint32_t g = (s >> 8) & 0xff;
1102 uint32_t b = (s >> 16) & 0xff;
1112 if (r > 0xff)
1113 r = 0xff;
1114 if (g > 0xff)
1115 g = 0xff;
1116 if (b > 0xff)
1117 b = 0xff;
1137 if (sA == 0xff) {
1161 if (sA == 0xff) {
1242 uint32_t sB = (s >> 16) & 0xff;
1243 uint32_t sG = (s >> 8) & 0xff;
1244 uint32_t sR = s & 0xff;
1273 uint32_t sB = (s >> 16) & 0xff;
1274 uint32_t sG = (s >> 8) & 0xff;
1275 uint32_t sR = s & 0xff;
1308 uint32_t sB = (s >> 16) & 0xff;
1309 uint32_t sG = (s >> 8) & 0xff;
1310 uint32_t sR = s & 0xff;
1330 uint32_t sB = (s >> 16) & 0xff;
1331 uint32_t sG = (s >> 8) & 0xff;
1332 uint32_t sR = s & 0xff;
2276 memset(dst, 0xFF, size);