HomeSort by relevance Sort by last modified time
    Searched refs:transparent (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 614 * and not fully transparent. This is essentially the layer's
634 // Remove the transparent area from the visible region
884 * and build the transparent region of the FB
919 Region transparent;
922 transparent.set(hw.getBounds());
923 dirtyInOut = transparent;
928 transparent.orSelf(layer->visibleRegionScreen);
940 transparent.andSelf(dirtyInOut);
944 * clear the area of the FB that need to be transparent
946 if (!transparent.isEmpty())
    [all...]
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 456 m_pixmap.fill(Qt::transparent);
502 if (!platformPluginWidget() && m_isTransparent) { // clean the pixmap in transparent mode
506 painter.fillRect(QRectF(r.origin.x, r.origin.y, r.size.width, r.size.height), Qt::transparent);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 1401 bool transparent = webkit_web_view_get_transparent(containingWindow); local
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 317 graphicsContext.setFillColor(Color::transparent, ColorSpaceSRGB);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 90 maskPixmap.fill(Qt::transparent);
104 pixmap.fill(Qt::transparent);
444 pixmap.fill(Qt::transparent);
473 pixmap.fill(Qt::transparent);
494 painter.fillRect(region.boundingRect(), Qt::transparent);
    [all...]
ImageBufferQt.cpp 57 m_pixmap.fill(QColor(Qt::transparent));
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 838 background-color:transparent;
957 background-color:transparent;
1066 background-color:transparent;
1489 background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
1491 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
android-developer-core.css 200 background:transparent url(images/preliminary.png) repeat scroll 0 0; */
1057 background-color:transparent;
1120 background:transparent; /* IE6, otherwise it inherits white */
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 804 background-color:transparent;
1084 background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
1086 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc 145 params.transparent = true;
  /external/chromium/chrome/browser/chromeos/login/
user_controller.cc 466 params.transparent = true;
  /external/webkit/Source/WebCore/css/
SVGCSSStyleSelector.cpp 572 ShadowData* shadowData = new ShadowData(x, y, blur, 0, Normal, false, color.isValid() ? color : Color::transparent);
  /external/webkit/Source/WebCore/platform/graphics/
Color.cpp 45 const RGBA32 Color::transparent; member in class:WebCore::Color
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumLinux.cpp 277 // Fallback to transparent if the specified color object is invalid.
278 extraParams.menuList.backgroundColor = Color::transparent;
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 430 [self _document]->setFullScreenRendererBackgroundColor(Color::transparent);
580 [self _document]->setFullScreenRendererBackgroundColor(Color::transparent);
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 342 .preview-img.transparent-background {
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 208 GWorldPtr mask; // transparent mask
210 RGBColor trans; // transparent color
1011 &rect, &rect, transparent, NULL );
    [all...]
  /external/webkit/Source/WebCore/page/
Frame.cpp 846 const Color& backgroundColor, bool transparent,
874 frameView->updateBackgroundRecursively(backgroundColor, transparent);
    [all...]
  /external/webkit/Source/WebKit/chromium/tests/
TransparencyWinTest.cpp 282 // Make a total transparent buffer, and draw the white layer inset by 1 px.
298 // The final image should be transparent around the edges for 1 px, white
300 EXPECT_EQ(Color(Color::transparent), getPixelAt(src->context(), 0, 0));
475 // Complete the 50% transparent layer.
555 // Set the pixel at (2, 2) to be transparent. This should be fixed when
566 // Check the pixel we previously made transparent, it should have gotten
642 // Our text should end up 50% transparent blue-green.
685 EXPECT_EQ(Color::transparent, getPixelAt(src->context(), 7, 0));
  /external/webkit/Source/WebKit/wx/
WebView.cpp 518 void wxWebView::SetTransparent(bool transparent)
527 frame->view()->setTransparent(transparent);
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 926 #define MGL_HW_SRCTRANS_BLT 0x0800 /* Hardware source transparent blt */
927 #define MGL_HW_DSTTRANS_BLT 0x1000 /* Hardware dest. transparent blt */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 926 #define MGL_HW_SRCTRANS_BLT 0x0800 /* Hardware source transparent blt */
927 #define MGL_HW_DSTTRANS_BLT 0x1000 /* Hardware dest. transparent blt */
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 205 , m_shadowColor(Color::transparent)
322 state().m_shadowColor = Color::transparent;
329 context->setLegacyShadow(FloatSize(), 0, Color::transparent, ColorSpaceDeviceRGB);
1073 state().m_shadowColor = Color::transparent;
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 632 static void paintWebView(Frame* frame, gboolean transparent, GraphicsContext& context, const IntRect& clipRect, const Vector<IntRect>& rects)
641 if (transparent)
649 if (transparent)
682 paintWebView(frame, priv->transparent, gc, static_cast<IntRect>(event->area), paintRects);
710 paintWebView(frame, priv->transparent, gc, rect, rects);
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 241 background:transparent url(images/preliminary.png) repeat scroll 0 0; */
1187 background-color:transparent;
1250 background:transparent; /* IE6, otherwise it inherits white */

Completed in 612 milliseconds

1 23 4 5