Searched defs:isTransparent (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DBorderValue.h47 bool isTransparent() const function in class:WebCore::BorderValue
54 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
H A DCollapsedBorderValue.h52 bool isTransparent() const { return m_border ? m_border->isTransparent() : true; } function in class:WebCore::CollapsedBorderValue
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
H A DMaterialContext.java462 public boolean isTransparent() { method in class:MaterialContext
/external/skia/src/pdf/
H A DSkPDFImage.cpp30 bool isTransparent = false; local
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
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMaterial.java260 public boolean isTransparent() { method in class:Material
/external/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.cpp112 static SkBitmap::Config computeConfig(bool isTransparent) { argument
113 return isTransparent ? SkBitmap::kARGB_8888_Config
117 void PluginWidgetAndroid::setWindow(NPWindow* window, bool isTransparent) { argument
153 m_flipPixelRef = new SkFlipPixelRef(computeConfig(isTransparent),
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp163 bool PluginProxy::isTransparent() function in class:WebKit::PluginProxy
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp196 void NetscapePlugin::setIsTransparent(bool isTransparent) argument
198 m_isTransparent = isTransparent;
531 bool NetscapePlugin::isTransparent() function in class:WebKit::NetscapePlugin
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp1870 bool FrameView::isTransparent() const function in class:WebCore::FrameView
1875 void FrameView::setTransparent(bool isTransparent) argument
1877 m_isTransparent = isTransparent;
2367 else if (isTransparent())
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h663 bool isTransparent() const { return style()->opacity() < 1.0f; } function in class:WebCore::RenderObject
H A DRenderBoxModelObject.cpp727 isOpaqueRoot = !view()->frameView()->isTransparent();
1067 , isTransparent(edgeIsTransparent)
1074 bool hasVisibleColorAndStyle() const { return style > BHIDDEN && !isTransparent; }
1097 bool isTransparent; member in class:WebCore::BorderEdge
1193 if ((edges[side].isTransparent && edges[adjacentSide].isTransparent) || !edges[adjacentSide].isPresent)
H A DRenderLayer.cpp893 if (isTransparent() || hasReflection() || hasTransform())
900 bool RenderLayer::isTransparent() const function in class:WebCore::RenderLayer
906 return renderer()->isTransparent() || renderer()->hasMask();
917 if (curr->isTransparent())
4059 && !isTransparent();
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp2044 void WebViewImpl::setIsTransparent(bool isTransparent) argument
2049 frame->view()->setTransparent(isTransparent);
2054 m_isTransparent = isTransparent;
2057 bool WebViewImpl::isTransparent() const function in class:WebKit::WebViewImpl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 542 milliseconds