OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xff000000
(Results
401 - 425
of
678
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DnaBlockData.java
193
char c1 = (char) ((code & 0
xFF000000
) >> 24);
FileBlockHeader.java
193
char c1 = (char) ((code & 0
xFF000000
) >> 24);
/external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/
AWTLoader.java
174
byte a = (byte) ((rgb & 0
xFF000000
) >> 24);
/external/libgsm/src/
add.c
145
? ( a & 0
xff000000
/external/skia/gm/
gradients.cpp
227
canvas->drawColor(0
xFF000000
);
/external/skia/samplecode/
SampleDraw.cpp
281
return (SkColor)fRand.nextU() | 0
xFF000000
;
/external/webkit/Source/WebCore/platform/graphics/
WOFFFileFormat.cpp
60
#define ntohl(x) ((uint32_t)((((uint32_t)(x) & 0
xff000000
) >> 24) | (((uint32_t)(x) & 0x00ff0000) >> 8) | \
/external/webkit/Source/WebKit2/UIProcess/cf/
WebPageProxyCF.cpp
96
stateVector.data()[0] = (CurrentSessionStateDataVersion & 0
xFF000000
) >> 24;
/frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.cpp
41
#define RGB565toSKCOLOR(c) ( (((c)&0xF800)>>8) | (((c)&0x7E0)<<5) | (((c)&0x1F)<<19) | 0
xFF000000
)
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Lines2Activity.java
37
getWindow().setBackgroundDrawable(new ColorDrawable(0
xff000000
));
/frameworks/native/opengl/tests/gl_perf/
fill_common.cpp
232
uint32_t ret = 0
xff000000
;
/frameworks/support/v4/java/android/support/v4/view/
PagerTabStrip.java
178
mDrawFullUnderline = (color & 0
xFF000000
) == 0;
/hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h
136
MAIN_FORMAT_MASK = 0
xFF000000
,
/hardware/ti/omap4xxx/kernel-headers/linux/
omapfb.h
62
#define OMAPFB_CAPS_PANEL_MASK 0
xff000000
/packages/apps/Gallery2/tests/src/com/android/gallery3d/common/
UtilsTest.java
185
assertTrue(Utils.isOpaque(0
xFF000000
));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capability.h
48
#define VFS_CAP_REVISION_MASK 0
xFF000000
mtio.h
163
#define MT_ST_DENSITY_MASK 0
xff000000
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h
48
#define VFS_CAP_REVISION_MASK 0
xFF000000
mtio.h
163
#define MT_ST_DENSITY_MASK 0
xff000000
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h
48
#define VFS_CAP_REVISION_MASK 0
xFF000000
mtio.h
163
#define MT_ST_DENSITY_MASK 0
xff000000
/sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyImage.java
101
PyInteger a = new PyInteger((pixel & 0
xFF000000
) >> 24);
/external/mesa3d/src/pixelflinger2/
llvm_texture.cpp
42
texel = builder.CreateOr(texel, builder.getInt32(0
xff000000
));
65
texel = builder.CreateOr(texel, builder.getInt32(0
xff000000
), name("texel"));
83
texel = builder.CreateOr(texel, builder.getInt32(0
xff000000
));
/external/openssh/
rijndael.c
[
all
...]
/external/qemu/
aes.c
[
all
...]
Completed in 4586 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>