HomeSort by relevance Sort by last modified time
    Searched refs:alphaMask (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/qt/
TransparencyLayer.h 48 TransparencyLayer(const QPainter* p, const QRect &rect, qreal opacity, QPixmap& alphaMask)
51 , alphaMask(alphaMask)
75 QPixmap alphaMask;
76 // saveCounter is only used in combination with alphaMask
ImageBufferQt.cpp 164 QPixmap alphaMask = *nativeImage;
165 if (alphaMask.width() != rect.width() || alphaMask.height() != rect.height())
166 alphaMask = alphaMask.scaled(rect.width(), rect.height());
168 context->pushTransparencyLayerInternal(rect, 1.0, alphaMask);
GraphicsContextQt.cpp 192 // For example, layers with valid alphaMask are not real layers
299 if (!m_data->layers.isEmpty() && !m_data->layers.top()->alphaMask.isNull())
307 if (!m_data->layers.isEmpty() && !m_data->layers.top()->alphaMask.isNull())
    [all...]
  /sdk/chimpchat/src/com/android/chimpchat/adb/image/
ThirtyTwoBitColorModel.java 34 private final int alphaMask;
62 alphaMask = ImageUtils.getMask(alphaLength);
86 return ((pixel >>> alphaOffset) & alphaMask) << (8 - alphaLength);
  /external/skia/src/images/
SkScaledBitmapSampler.cpp 43 unsigned alphaMask = 0xFF;
48 alphaMask &= alpha;
50 return alphaMask != 0xFF;
169 unsigned alphaMask = 0xFF;
176 alphaMask &= alpha;
178 return alphaMask != 0xFF;
185 unsigned alphaMask = 0xFF;
193 alphaMask &= alpha;
195 return alphaMask != 0xFF;
  /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...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 732 final int alphaMask = getMask(alphaLength);
747 a = ((value >>> alphaOffset) & alphaMask) << (8 - alphaLength);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 522 void pushTransparencyLayerInternal(const QRect &rect, qreal opacity, QPixmap& alphaMask);
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c     [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 752 if (format->type == PictTypeDirect && format->direct.alphaMask) {
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 899 if (format->type == PictTypeDirect && format->direct.alphaMask) {
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 480 GLuint redMask, greenMask, blueMask, alphaMask;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 189 milliseconds