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

  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebNotificationPresenter.cpp 38 setMask(bitmap);
50 messageLabel->setMask(bitmap);
  /external/webkit/Source/WebCore/plugins/symbian/
PluginContainerSymbian.cpp 60 setMask(m_clipRegion);
PluginViewSymbian.cpp 270 // if setMask is set with an empty QRegion, no clipping will
273 platformPluginWidget()->setMask(QRegion(m_clipRect));
  /external/webkit/Source/WebCore/rendering/style/
StyleReflection.h 54 void setMask(const NinePieceImage& image) { m_mask = image; }
  /external/skia/gpu/include/
GrPaint.h 73 void setMask(int i, GrTexture* mask) {
242 this->setMask(i, NULL);
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 114 void setMask(PlatformCALayer*);
GraphicsLayerCA.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 381 void PlatformCALayer::setMask(PlatformCALayer* layer)
384 [m_layer.get() setMask:layer ? layer->platformLayer() : 0];
  /external/skia/src/core/
SkBlitter.cpp 496 void setMask(const SkMask* mask) { fMask = mask; }
647 f3DShader->setMask(&mask);
653 f3DShader->setMask(NULL);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 307 void PlatformCALayer::setMask(PlatformCALayer* layer)
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 651 // if setMask is set with an empty QRegion, no clipping will
654 platformPluginWidget()->setMask(clipRegion);
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 778 grp->setMask(MASK_IDX, texture);
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 1098 milliseconds