HomeSort by relevance Sort by last modified time
    Searched refs:isTransparent (Results 1 - 25 of 43) sorted by null

1 2

  /external/webkit/Source/WebCore/rendering/style/
BorderValue.h 47 bool isTransparent() const
54 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
CollapsedBorderValue.h 52 bool isTransparent() const { return m_border ? m_border->isTransparent() : true; }
RenderStyle.h 431 bool borderLeftIsTransparent() const { return surround->border.left().isTransparent(); }
434 bool borderRightIsTransparent() const { return surround->border.right().isTransparent(); }
437 bool borderTopIsTransparent() const { return surround->border.top().isTransparent(); }
440 bool borderBottomIsTransparent() const { return surround->border.bottom().isTransparent(); }
    [all...]
  /external/skia/src/pdf/
SkPDFImage.cpp 30 bool isTransparent = false;
58 isTransparent = true;
82 isTransparent = false;
96 isTransparent = false;
119 isTransparent = true;
137 isTransparent = false;
145 isTransparent = true;
169 isTransparent = false;
181 isTransparent = false;
187 isTransparent = true
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTableRow.h 60 virtual bool requiresLayer() const { return isTransparent() || hasOverflowClip() || hasTransform() || hasMask(); }
RenderBoxModelObject.h 66 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection() || style()->specifiesColumns() || style()->hasFixedBackgroundImage(); }
68 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection() || style()->specifiesColumns(); }
RenderInline.h 122 virtual bool requiresLayer() const { return isRelPositioned() || isTransparent() || hasMask(); }
RenderLayer.h 197 bool isTransparent() const;
467 return isTransparent() && ((paintBehavior & PaintBehaviorFlattenCompositingLayers) || !isComposited());
    [all...]
RenderScrollbar.cpp 165 if (result && m_owningFrame && m_owningFrame->view() && !m_owningFrame->view()->isTransparent() && !result->hasBackground())
RenderTableCell.cpp     [all...]
RenderBoxModelObject.cpp 727 isOpaqueRoot = !view()->frameView()->isTransparent();
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.h 72 void setWindow(NPWindow* window, bool isTransparent);
PluginWidgetAndroid.cpp 112 static SkBitmap::Config computeConfig(bool isTransparent) {
113 return isTransparent ? SkBitmap::kARGB_8888_Config
117 void PluginWidgetAndroid::setWindow(NPWindow* window, bool isTransparent) {
153 m_flipPixelRef = new SkFlipPixelRef(computeConfig(isTransparent),
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
Plugin.h 89 virtual bool isTransparent() = 0;
PluginProxy.h 71 virtual bool isTransparent();
PluginProxy.cpp 163 bool PluginProxy::isTransparent()
  /external/webkit/Source/WebKit/chromium/public/
WebView.h 113 virtual bool isTransparent() const = 0;
  /external/webkit/Source/WebCore/page/
FrameView.h 146 bool isTransparent() const;
147 void setTransparent(bool isTransparent);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 196 void NetscapePlugin::setIsTransparent(bool isTransparent)
198 m_isTransparent = isTransparent;
531 bool NetscapePlugin::isTransparent()
NetscapePlugin.h 149 virtual bool isTransparent();
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 650 final boolean isTransparent = mListPager.getBackground() == null;
651 if (isTransparent) handleOutsideTouch();
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.h 124 virtual bool isTransparent() const;
WebViewImpl.cpp     [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java 462 public boolean isTransparent() {
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.cpp 154 if (m_plugin->isTransparent())

Completed in 689 milliseconds

1 2