Searched refs:transparent (Results 1 - 25 of 97) sorted by relevance

1234

/external/skia/src/images/
H A DSkMovie_gif.cpp113 int transparent, int width)
116 if (*src != transparent) {
124 const ColorMapObject* cmap, int transparent, int copyWidth,
132 copyLine(dst, src, cmap, transparent, copyWidth);
141 int transparent)
159 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0);
162 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4);
165 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2);
167 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1);
171 int transparent)
112 copyLine(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap, int transparent, int width) argument
123 copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src, const ColorMapObject* cmap, int transparent, int copyWidth, int copyHeight, const GifImageDesc& imageDesc, int rowStep, int startRow) argument
140 blitInterlace(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, int transparent) argument
170 blitNormal(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, int transparent) argument
221 int transparent = -1; local
[all...]
/external/quake/quake/src/QW/client/
H A Dd_init.c70 void D_CopyRects (vrect_t *prects, int transparent) argument
80 UNUSED(transparent);
/external/quake/quake/src/WinQuake/
H A Dd_init.cpp70 void D_CopyRects (vrect_t *prects, int transparent) argument
80 UNUSED(transparent);
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
H A DMTLLoader.java72 protected boolean transparent = false; field in class:MTLLoader
117 transparent = false;
129 if (alpha < 1f && transparent && !disallowTransparency){
152 if (transparent && !disallowTransparency){
225 transparent = true;
250 transparent = true;
276 transparent = true;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
H A DMaterialContext.java55 /* package */final boolean transparent; field in class:MaterialContext
173 //(in blender transparent mask is 0x10000 but its better to verify it because blender can indicate transparency when
175 boolean transparent = false;
177 transparent = diffuseColor.a < 1.0f;
183 transparent = transparent || specularColor.a < 1.0f;
186 transparent = transparent || ambientColor.a < 1.0f;
188 this.transparent = transparent;
[all...]
/external/chromium/chrome/browser/resources/ntp4/
H A Drecently_closed.css28 background-color: transparent !important;
H A Dnew_tab.css19 -webkit-tap-highlight-color: transparent;
39 -webkit-mask-image: -webkit-linear-gradient(bottom, transparent, black 30px);
/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueCache.cpp32 : m_colorTransparent(CSSPrimitiveValue::createColor(Color::transparent))
60 if (rgbValue == Color::transparent)
H A DSVGCSSParser.cpp188 RGBA32 c = Color::transparent;
340 RGBA32 c = Color::transparent;
348 RGBA32 c = Color::transparent;
/external/webkit/Source/WebKit2/WebProcess/FullScreen/
H A DWebFullScreenManager.cpp119 m_element->document()->setFullScreenRendererBackgroundColor(Color::transparent);
133 m_element->document()->setFullScreenRendererBackgroundColor(Color::transparent);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DRasterRenderer.cpp73 if (!m_bitmapIsPureColor || m_bitmapPureColor != Color::transparent)
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DTransparencyLayer.h55 pixmap.fill(Qt::transparent);
H A DTextureMapperQt.cpp47 m_pixmap.fill(Qt::transparent);
55 m_painter.fillRect(QRect(dirtyRect), Qt::transparent); member in class:WebCore::Qt
146 intermediatePixmap.fill(Qt::transparent);
/external/chromium/chrome/browser/resources/options/
H A Dpassword_manager_list.css35 background: transparent;
/external/chromium/chrome/browser/resources/bookmark_manager/css/
H A Dbmm.css265 border-top-color: transparent;
266 border-bottom-color: transparent;
290 background: transparent;
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebViewPrivate.idl153 HRESULT setTransparent([in] BOOL transparent);
154 HRESULT transparent([out, retval] BOOL* transparent);
/external/chromium/chrome/browser/resources/ntp/
H A Dapps.css49 background: rgba(255, 255, 255, 0) /* transparent white */
63 background-color: transparent;
162 background-color: transparent;
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_started_animation_win.cc106 params.transparent = true;
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DColorCG.cpp97 case Color::transparent: {
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebviewprivate.h70 gboolean transparent; member in struct:_WebKitWebViewPrivate
/external/qemu/distrib/zlib-1.2.3/
H A Dgzio.c66 int transparent; /* 1 if input file is not a .gz file */ member in struct:gz_stream
125 s->transparent = 0;
281 mode to transparent if the gzip magic header is not present; set s->err
308 s->transparent = s->stream.avail_in;
316 s->transparent = 1;
427 if (s->transparent) {
814 if (s->transparent) {
870 if (!s->transparent) (void)inflateReset(&s->stream);
914 return s->transparent;
/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.cpp193 return Color(Color::transparent);
208 return Color(Color::transparent);
213 return Color(Color::transparent);
218 return Color(Color::transparent);
223 return Color(Color::transparent);
228 return Color(Color::transparent);
495 context->setFillColor(Color::transparent, context->fillColorSpace());
515 context->setStrokeColor(Color::transparent, context->strokeColorSpace());
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMaterial.java96 private boolean transparent = false; field in class:Material
256 * Check if the transparent value marker is set on this material.
257 * @return True if the transparent value marker is set on this material.
261 return transparent;
265 * Set the transparent value marker.
269 * up that the material is transparent and therefore any geometries
270 * using it should be put into the {@link Bucket#Transparent transparent
273 * @param transparent the transparent value marker.
275 public void setTransparent(boolean transparent) { argument
[all...]
/external/chromium/chrome/browser/ui/views/frame/
H A Dcontents_container.cc156 params.transparent = true;
/external/chromium/chrome/browser/ui/views/tabs/
H A Dnative_view_photobooth_win.cc155 params.transparent = true;

Completed in 1911 milliseconds

1234