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

1 2 3 4 5 6

  /external/skia/src/images/
SkMovie_gif.cpp 113 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)
221 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/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
MTLLoader.java 72 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/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);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java 55 /* 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...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/css/
bootstrap.css 154 color: transparent;
156 background-color: transparent;
624 background-color: transparent;
713 background-color: transparent;
915 background-color: transparent;
1276 background-color: transparent;
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 151 static int tick_type(png_bytep p, bool transparent, const char** outError)
155 if (transparent) {
168 *outError = "Frame pixels must be either solid or transparent (not intermediate alphas)";
172 *outError = "Ticks in transparent frame must be black or red";
204 png_bytep row, int width, bool transparent, bool required,
214 if (TICK_TYPE_TICK == tick_type(row+i*4, transparent, outError)) {
253 png_bytepp rows, int offset, int height, bool transparent, bool required,
263 if (TICK_TYPE_TICK == tick_type(rows[i]+offset, transparent, outError)) {
302 png_bytep row, int width, bool transparent, bool required,
309 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + 4, transparent, outError))
473 bool transparent = p[3] == 0; local
    [all...]
  /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/graphics/android/rendering/
RasterRenderer.cpp 73 if (!m_bitmapIsPureColor || m_bitmapPureColor != Color::transparent)
  /external/chromium/chrome/browser/resources/options/
password_manager_list.css 35 background: transparent;
  /packages/apps/LegacyCamera/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);
  /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/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 193 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());

Completed in 533 milliseconds

1 2 3 4 5 6