/external/chromium_org/third_party/skia/src/images/ |
SkScaledBitmapSampler.cpp | 53 unsigned alphaMask = 0xFF; 58 alphaMask &= alpha; 60 return alphaMask != 0xFF; 68 unsigned alphaMask = 0xFF; 73 alphaMask &= alpha; 75 return alphaMask != 0xFF; 83 unsigned alphaMask = 0xFF; 90 alphaMask &= alpha; 92 return alphaMask != 0xFF; 264 unsigned alphaMask = 0xFF [all...] |
/external/skia/src/images/ |
SkScaledBitmapSampler.cpp | 53 unsigned alphaMask = 0xFF; 58 alphaMask &= alpha; 60 return alphaMask != 0xFF; 68 unsigned alphaMask = 0xFF; 73 alphaMask &= alpha; 75 return alphaMask != 0xFF; 83 unsigned alphaMask = 0xFF; 90 alphaMask &= alpha; 92 return alphaMask != 0xFF; 264 unsigned alphaMask = 0xFF [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testalpha.c | 65 Uint8 trans, alphamask; local 78 alphamask = 0x0000000F; 80 0x0000F000, 0x00000F00, 0x000000F0, alphamask); 85 alphamask = 0x000000FF; 87 0xFF000000, 0x00FF0000, 0x0000FF00, alphamask); 125 trans = alphamask; 128 trans = (Uint8)((range*alphamask)/radius); 131 addition = (alphamask+1)/8; 132 if ( (int)trans+addition > alphamask ) { 133 trans = alphamask; [all...] |
/external/chromium_org/ui/gfx/ |
gdi_util.h | 28 // function sets the AlphaMask to 0xff000000.
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
DDSLoader.java | 113 private int redMask, greenMask, blueMask, alphaMask; 323 alphaMask = in.readInt(); 476 alphaCount = count(alphaMask); 479 if (alphaMask == 0xFF000000 && bpp == 32) { 506 byte alpha = (byte) (((i & alphaMask) >> alphaCount)); 514 if (alphaMask == 0) { 617 alphaCount = count(alphaMask); 620 if (alphaMask == 0xFF000000 && bpp == 32) { 648 byte alpha = (byte) (((i & alphaMask) >> alphaCount)); 656 if (alphaMask == 0) [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxconfig.h | 43 GLuint redMask, greenMask, blueMask, alphaMask;
|
dri_common.c | 240 __ATTRIB(__DRI_ATTRIB_ALPHA_MASK, alphaMask),
|
/external/mesa3d/src/glx/ |
glxconfig.h | 43 GLuint redMask, greenMask, blueMask, alphaMask;
|
dri_common.c | 240 __ATTRIB(__DRI_ATTRIB_ALPHA_MASK, alphaMask),
|
/external/skia/tools/skpdiff/ |
viewer.html | 53 <img-compare type="alphaMask"
|
diff_viewer.js | 28 case "alphaMask": 60 // update the size for non-alphaMask canvas when loading baseline image
|
/external/chromium_org/third_party/re2/re2/ |
regexp.cc | 777 return ((upper_ ^ lower_) & AlphaMask) == 0; 800 lower_ &= AlphaMask >> ('z' - r); 807 upper_ &= AlphaMask >> ('Z' - r); 855 upper_ = AlphaMask & ~upper_; 856 lower_ = AlphaMask & ~lower_;
|
regexp.h | 600 static const uint32 AlphaMask = (1<<26) - 1;
|
/external/regex-re2/re2/ |
regexp.cc | 777 return ((upper_ ^ lower_) & AlphaMask) == 0; 800 lower_ &= AlphaMask >> ('z' - r); 807 upper_ &= AlphaMask >> ('Z' - r); 855 upper_ = AlphaMask & ~upper_; 856 lower_ = AlphaMask & ~lower_;
|
regexp.h | 600 static const uint32 AlphaMask = (1<<26) - 1;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/ |
utils.c | 139 * \c GL_BGRA case, except the \c alphaMask is zero. This means that, as 348 modes->alphaMask = masks[3]; 469 __ATTRIB(__DRI_ATTRIB_ALPHA_MASK, alphaMask),
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
utils.c | 139 * \c GL_BGRA case, except the \c alphaMask is zero. This means that, as 348 modes->alphaMask = masks[3]; 469 __ATTRIB(__DRI_ATTRIB_ALPHA_MASK, alphaMask),
|
/external/chromium_org/media/tools/player_x11/ |
x11_video_renderer.cc | 49 templ.direct.alphaMask = 0;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
glcore.h | 82 GLuint redMask, greenMask, blueMask, alphaMask;
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
glcore.h | 82 GLuint redMask, greenMask, blueMask, alphaMask;
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
ScreenViewer.java | 731 final int alphaMask = getMask(alphaLength); 746 a = ((value >>> alphaOffset) & alphaMask) << (8 - alphaLength);
|
/frameworks/av/libvideoeditor/vss/src/ |
M4xVSS_internal.c | [all...] |
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFShader.cpp | 766 SkAutoTUnref<SkPDFFormXObject> alphaMask( 770 alphaMask.get(), false, [all...] |
/external/skia/src/pdf/ |
SkPDFShader.cpp | 766 SkAutoTUnref<SkPDFFormXObject> alphaMask( 770 alphaMask.get(), false, [all...] |
/external/chromium_org/ui/base/x/ |
x11_util.cc | [all...] |