Lines Matching defs:rgba
71 VGfloat rgba[4];76 rgba[0] = ((pixel >> 24) & 0xff) / 255.0f;77 rgba[1] = ((pixel >> 16) & 0xff) / 255.0f;78 rgba[2] = ((pixel >> 8) & 0xff) / 255.0f;79 rgba[3] = ((pixel >> 0) & 0xff) / 255.0f;82 if (fabs(ref[i] - rgba[i]) > 0.1f) {85 rgba[0], rgba[1], rgba[2], rgba[3]);