OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COLOR_8888_ALPHA_MASK
(Results
1 - 3
of
3
) sorted by null
/frameworks/ex/framesequence/jni/
Color.h
24
static const Color8888
COLOR_8888_ALPHA_MASK
= 0xff000000; // TODO: handle endianness
FrameSequence_gif.h
41
return (mBgColor &
COLOR_8888_ALPHA_MASK
) ==
COLOR_8888_ALPHA_MASK
;
FrameSequence_webp.cpp
242
if (!(currPixel &
COLOR_8888_ALPHA_MASK
)) {
259
if (!(currPixel &
COLOR_8888_ALPHA_MASK
)
Completed in 42 milliseconds