Searched refs:COLOR_8888_ALPHA_MASK (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/framesequence/jni/
H A DColor.h24 static const Color8888 COLOR_8888_ALPHA_MASK = 0xff000000; // TODO: handle endianness variable
H A DFrameSequence_gif.h41 return (mBgColor & COLOR_8888_ALPHA_MASK) == COLOR_8888_ALPHA_MASK;
H A DFrameSequence_webp.cpp250 if (!(currPixel & COLOR_8888_ALPHA_MASK)) {
267 if (!(currPixel & COLOR_8888_ALPHA_MASK)

Completed in 67 milliseconds