Searched defs:alphaMask (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DTransparencyLayer.h48 TransparencyLayer(const QPainter* p, const QRect &rect, qreal opacity, QPixmap& alphaMask) argument
51 , alphaMask(alphaMask)
75 QPixmap alphaMask; member in struct:WebCore::TransparencyLayer
76 // saveCounter is only used in combination with alphaMask
H A DImageBufferQt.cpp164 QPixmap alphaMask = *nativeImage; local
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);
H A DGraphicsContextQt.cpp192 // 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())
952 void GraphicsContext::pushTransparencyLayerInternal(const QRect &rect, qreal opacity, QPixmap& alphaMask) argument
955 m_data->layers.push(new TransparencyLayer(p, p->transform().mapRect(rect), 1.0, alphaMask));
988 if (!layer->alphaMask.isNull()) {
991 layer->painter.drawPixmap(QPoint(), layer->alphaMask);
/external/skia/legacy/src/images/
H A DSkScaledBitmapSampler.cpp43 unsigned alphaMask = 0xFF; local
48 alphaMask &= alpha;
50 return alphaMask != 0xFF;
169 unsigned alphaMask = 0xFF; local
176 alphaMask &= alpha;
178 return alphaMask != 0xFF;
185 unsigned alphaMask = 0xFF; local
193 alphaMask &= alpha;
195 return alphaMask != 0xFF;
/external/skia/src/images/
H A DSkScaledBitmapSampler.cpp43 unsigned alphaMask = 0xFF; local
48 alphaMask &= alpha;
50 return alphaMask != 0xFF;
169 unsigned alphaMask = 0xFF; local
176 alphaMask &= alpha;
178 return alphaMask != 0xFF;
185 unsigned alphaMask = 0xFF; local
193 alphaMask &= alpha;
195 return alphaMask != 0xFF;
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
H A DDDSLoader.java113 private int redMask, greenMask, blueMask, alphaMask; field in class:DDSLoader
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
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 426 milliseconds