Home
last modified time | relevance | path

Searched defs:transparent (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/images/
DSkMovie_gif.cpp113 int transparent, int width) in copyLine()
124 const ColorMapObject* cmap, int transparent, int copyWidth, in copyInterlaceGroup()
141 int transparent) in blitInterlace()
171 int transparent) in blitNormal()
221 int transparent = -1; in drawFrame() local
/external/quake/quake/src/QW/client/
Dd_init.c70 void D_CopyRects (vrect_t *prects, int transparent) in D_CopyRects()
Ddraw.c742 int transparent) in R_DrawRect8()
791 int transparent) in R_DrawRect16()
/external/quake/quake/src/WinQuake/
Dd_init.cpp70 void D_CopyRects (vrect_t *prects, int transparent) in D_CopyRects()
Ddraw.cpp631 int transparent) in R_DrawRect8()
680 int transparent) in R_DrawRect16()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
DMTLLoader.java72 protected boolean transparent = false; field in MTLLoader
/external/webkit/Source/WebCore/platform/graphics/
DColor.h163 static const RGBA32 transparent = 0x00000000; variable
DColor.cpp45 const RGBA32 Color::transparent; member in WebCore::Color
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebviewprivate.h70 gboolean transparent; member
Dwebkitwebview.cpp632 static void paintWebView(Frame* frame, gboolean transparent, GraphicsContext& context, const IntRec… in paintWebView()
/external/webkit/Source/WebKit/win/
DWebView.h861 bool transparent() const { return m_transparent; } in transparent() function
DWebView.cpp5772 HRESULT STDMETHODCALLTYPE WebView::setTransparent(BOOL transparent) in setTransparent()
5782 HRESULT STDMETHODCALLTYPE WebView::transparent(BOOL* transparent) in transparent() function in WebView
/external/jmonkeyengine/engine/src/core/com/jme3/material/
DMaterial.java96 private boolean transparent = false; field in Material
275 public void setTransparent(boolean transparent) { in setTransparent()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
DMaterialContext.java55 /* package */final boolean transparent; field in MaterialContext
/external/webkit/Source/WebCore/platform/
DColorData.gperf160 transparent, 0x00000000 keyword
/external/webkit/Source/WebKit/wx/
DWebView.cpp518 void wxWebView::SetTransparent(bool transparent) in SetTransparent()
/external/qemu/distrib/zlib-1.2.3/
Dgzio.c66 int transparent; /* 1 if input file is not a .gz file */ member
/external/webkit/Source/WebCore/page/
DFrame.cpp842 const Color& backgroundColor, bool transparent, in createView()
DFrameView.cpp1893 void FrameView::updateBackgroundRecursively(const Color& backgroundColor, bool transparent) in updateBackgroundRecursively()
/external/webkit/Source/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.cpp967 bool transparent = false; in transitionToCommittedForNewPage() local
/external/webkit/Source/WebCore/inspector/front-end/
DColor.js660 "transparent": [[0, 0, 0, 0], [0, 0, 0, 0], "transparent"], property
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.cpp737 bool transparent = view->transparent(); in transitionToCommittedForNewPage() local
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp1401 bool transparent = webkit_web_view_get_transparent(containingWindow); in transitionToCommittedForNewPage() local
/external/kernel-headers/original/linux/
Dpci.h158 unsigned int transparent:1; /* Transparent PCI bridge */ member