Searched refs:COLOR_8888_ALPHA_MASK (Results 1 – 3 of 3) sorted by relevance
41 return (mBgColor & COLOR_8888_ALPHA_MASK) == COLOR_8888_ALPHA_MASK; in isOpaque()
24 static const Color8888 COLOR_8888_ALPHA_MASK = 0xff000000; // TODO: handle endianness variable
262 if (!(currPixel & COLOR_8888_ALPHA_MASK)) { in decodeFrame()279 if (!(currPixel & COLOR_8888_ALPHA_MASK) in decodeFrame()