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

1 2 3 4 5

  /external/skia/src/images/
SkMovie_gif.cpp 121 int transparent, int width)
124 if (*src != transparent) {
132 const ColorMapObject* cmap, int transparent, int copyWidth,
140 copyLine(dst, src, cmap, transparent, copyWidth);
149 int transparent)
167 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0);
170 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4);
173 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2);
175 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1);
179 int transparent)
229 int transparent = -1; local
    [all...]
  /external/quake/quake/src/QW/client/
d_init.c 70 void D_CopyRects (vrect_t *prects, int transparent)
80 UNUSED(transparent);
  /external/quake/quake/src/WinQuake/
d_init.cpp 70 void D_CopyRects (vrect_t *prects, int transparent)
80 UNUSED(transparent);
  /external/webkit/Source/WebCore/platform/graphics/qt/
TransparencyLayer.h 55 pixmap.fill(Qt::transparent);
TextureMapperQt.cpp 47 m_pixmap.fill(Qt::transparent);
55 m_painter.fillRect(QRect(dirtyRect), Qt::transparent); member in class:WebCore::Qt
146 intermediatePixmap.fill(Qt::transparent);
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-resource-browser.css 11 background: transparent none no-repeat scroll 4px 12px;
  /external/chromium/chrome/browser/resources/ntp4/
recently_closed.css 28 background-color: transparent !important;
new_tab.css 19 -webkit-tap-highlight-color: transparent;
39 -webkit-mask-image: -webkit-linear-gradient(bottom, transparent, black 30px);
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueCache.cpp 32 : m_colorTransparent(CSSPrimitiveValue::createColor(Color::transparent))
60 if (rgbValue == Color::transparent)
SVGCSSParser.cpp 188 RGBA32 c = Color::transparent;
340 RGBA32 c = Color::transparent;
348 RGBA32 c = Color::transparent;
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/
WebFullScreenManager.cpp 119 m_element->document()->setFullScreenRendererBackgroundColor(Color::transparent);
133 m_element->document()->setFullScreenRendererBackgroundColor(Color::transparent);
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 123 return Color(Color::transparent);
138 return Color(Color::transparent);
143 return Color(Color::transparent);
148 return Color(Color::transparent);
153 return Color(Color::transparent);
158 return Color(Color::transparent);
  /external/chromium/chrome/browser/resources/options/
password_manager_list.css 35 background: transparent;
  /external/collada/include/dae/
daeMetaElement.h 117 * @param transparent True if this type is transparent.
119 void setIsTransparent( daeBool transparent ) { _isTransparent = transparent; }
  /packages/apps/Camera/src/com/android/camera/ui/
RotateLayout.java 33 // The transparent background here is a workaround of the render issue
37 setBackgroundResource(android.R.color.transparent);
  /external/chromium/chrome/browser/resources/bookmark_manager/css/
bmm.css 265 border-top-color: transparent;
266 border-bottom-color: transparent;
290 background: transparent;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebViewPrivate.idl 153 HRESULT setTransparent([in] BOOL transparent);
154 HRESULT transparent([out, retval] BOOL* transparent);
  /frameworks/base/tools/aapt/
Images.cpp 132 static bool is_tick(png_bytep p, bool transparent, const char** outError)
134 if (transparent) {
139 *outError = "Frame pixels must be either solid or transparent (not intermediate alphas)";
143 *outError = "Ticks in transparent frame must be black";
168 png_bytep row, int width, bool transparent, bool required,
178 if (is_tick(row+i*4, transparent, outError)) {
217 png_bytepp rows, int offset, int height, bool transparent, bool required,
227 if (is_tick(rows[i]+offset, transparent, outError)) {
357 bool transparent = p[3] == 0; local
373 if (!transparent &
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.css 49 background: rgba(255, 255, 255, 0) /* transparent white */
63 background-color: transparent;
162 background-color: transparent;
  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 106 params.transparent = true;
  /external/webkit/Source/WebCore/platform/graphics/cg/
ColorCG.cpp 97 case Color::transparent: {
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebviewprivate.h 70 gboolean transparent; member in struct:_WebKitWebViewPrivate
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 66 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/zlib/
gzio.c 66 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/chromium/chrome/browser/ui/views/frame/
contents_container.cc 156 params.transparent = true;

Completed in 925 milliseconds

1 2 3 4 5