Searched defs:transparent (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableColorTest.cpp42 Color transparent = AnimatableColorImpl(Color::transparent).toColor(); local
43 EXPECT_TRUE(transparent.isValid());
44 EXPECT_EQ(transparent.rgb(), Color::transparent);
/external/chromium_org/ui/views/test/
H A Dtest_views_delegate.cc28 void TestViewsDelegate::SetUseTransparentWindows(bool transparent) { argument
29 use_transparent_windows_ = transparent;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.cpp45 const RGBA32 Color::transparent; member in class:WebCore::Color
H A DColor.h129 static const RGBA32 transparent = 0x00000000; member in class:WebCore::Color
/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/chromium_org/content/shell/browser/
H A Dshell_views.cc55 void SetUseTransparentWindows(bool transparent) { argument
56 use_transparent_windows_ = transparent;
/external/chromium_org/content/test/
H A Dweb_layer_tree_view_impl_for_testing.cc97 bool transparent) {
98 layer_tree_host_->set_has_transparent_background(transparent);
96 setHasTransparentBackground( bool transparent) argument
/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/skia/gm/
H A Dxfermodes.cpp16 SkBitmap* transparent) {
46 transparent->setConfig(SkBitmap::kARGB_8888_Config, w, h);
47 transparent->allocPixels();
48 transparent->eraseColor(SK_ColorTRANSPARENT);
67 //! A W/2xH/2 transparent image.
15 make_bitmaps(int w, int h, SkBitmap* src, SkBitmap* dst, SkBitmap* transparent) argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_impl.h137 void set_has_transparent_background(bool transparent) { argument
138 has_transparent_background_ = transparent;
H A Dlayer_tree_host.h217 void set_has_transparent_background(bool transparent) { argument
218 has_transparent_background_ = transparent;
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.h89 // Get/Set whether this instance is transparent. This only applies to
93 // opaque since it always tells us if it's transparent during NPP_New.
94 bool transparent() { return transparent_; } function in class:content::PluginInstance
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc166 bool* transparent,
171 *transparent = false;
209 *transparent = delegate_->instance()->transparent();
165 OnInit(const PluginMsg_Init_Params& params, bool* transparent, bool* result) argument
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie_gif.cpp116 int transparent, int width)
119 if (*src != transparent) {
128 const ColorMapObject* cmap, int transparent, int copyWidth,
136 copyLine(dst, src, cmap, transparent, copyWidth);
145 int transparent)
163 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0);
166 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4);
169 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2);
171 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1);
176 int transparent)
115 copyLine(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap, int transparent, int width) argument
127 copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src, const ColorMapObject* cmap, int transparent, int copyWidth, int copyHeight, const GifImageDesc& imageDesc, int rowStep, int startRow) argument
144 blitInterlace(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, int transparent) argument
175 blitNormal(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, int transparent) argument
223 int transparent = -1; local
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFImage.cpp202 * completely transparent. May be NULL. Only valid when
206 * entirely transparent or opaque.
220 bool transparent = extractAlpha; local
232 &isOpaque, &transparent);
241 &isOpaque, &transparent);
248 &isOpaque, &transparent);
257 *isTransparent = transparent;
259 if (extractAlpha && (transparent || isOpaque)) {
390 // transparent pixels with their surrounding neighbors
397 // and the should-be-transparent pixel
[all...]
/external/chromium_org/ui/aura/
H A Dwindow.h115 bool transparent() const { return transparent_; } function in class:aura::Window
116 void SetTransparent(bool transparent);
H A Dwindow.cc364 void Window::SetTransparent(bool transparent) { argument
365 transparent_ = transparent;
/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/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/skia/src/images/
H A DSkMovie_gif.cpp116 int transparent, int width)
119 if (*src != transparent) {
128 const ColorMapObject* cmap, int transparent, int copyWidth,
136 copyLine(dst, src, cmap, transparent, copyWidth);
145 int transparent)
163 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0);
166 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4);
169 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2);
171 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1);
176 int transparent)
115 copyLine(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap, int transparent, int width) argument
127 copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src, const ColorMapObject* cmap, int transparent, int copyWidth, int copyHeight, const GifImageDesc& imageDesc, int rowStep, int startRow) argument
144 blitInterlace(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, int transparent) argument
175 blitNormal(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, int transparent) argument
223 int transparent = -1; local
[all...]
/external/skia/src/pdf/
H A DSkPDFImage.cpp202 * completely transparent. May be NULL. Only valid when
206 * entirely transparent or opaque.
220 bool transparent = extractAlpha; local
232 &isOpaque, &transparent);
241 &isOpaque, &transparent);
248 &isOpaque, &transparent);
257 *isTransparent = transparent;
259 if (extractAlpha && (transparent || isOpaque)) {
390 // transparent pixels with their surrounding neighbors
397 // and the should-be-transparent pixel
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrame.cpp451 void Frame::createView(const IntSize& viewportSize, const Color& backgroundColor, bool transparent, argument
479 frameView->updateBackgroundRecursively(backgroundColor, transparent);
636 m_view->setBaseBackgroundColor(Color::transparent);
/external/chromium_org/ui/gfx/
H A Drender_text.h239 void set_background_is_transparent(bool transparent) { argument
240 background_is_transparent_ = transparent;
642 // Is the background transparent (either partially or fully)?
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc453 void RenderWidgetCompositor::setHasTransparentBackground(bool transparent) { argument
454 layer_tree_host_->set_has_transparent_background(transparent);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dlinuxwindowpicker.cc522 XRenderColor transparent = {0}; local
526 &transparent,

Completed in 831 milliseconds

12