Searched refs:alpha (Results 176 - 200 of 548) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGradientSkia.cpp95 colors[0] = makeSkColor(stop->alpha, stop->red, stop->green, stop->blue);
101 colors[i] = makeSkColor(stop->alpha, stop->red, stop->green, stop->blue);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.h67 void setHasAlpha(bool alpha) { m_hasAlpha = alpha; } argument
/external/webp/src/dec/
H A DAndroid.mk19 alpha.c \
/external/webp/src/enc/
H A DAndroid.mk19 alpha.c \
/external/skia/bench/
H A DMathBench.cpp113 static inline uint32_t QMul64(uint32_t value, U8CPU alpha) { argument
114 SkASSERT((uint8_t)alpha == alpha);
119 tmp *= alpha;
/external/skia/src/views/
H A DSkWidget.cpp53 U8 alpha = paint.getAlpha();
62 paint.setAlpha((U8)SkScalarMul(alpha, SK_Scalar1 - SkScalarAbs(scale)));
65 paint.setAlpha((U8)SkScalarMul(alpha, SkScalarAbs(scale)));
68 paint.setAlpha(alpha);
/external/webkit/Source/WebCore/platform/graphics/
H A DContextShadow.h139 void drawRectShadowWithoutTiling(GraphicsContext*, const IntRect& shadowRect, const IntSize& topLeftRadius, const IntSize& topRightRadius, const IntSize& bottomLeftRadius, const IntSize& bottomRightRadius, float alpha);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGradientQt.cpp70 stopColor.setRgbF(stopIterator->red, stopIterator->green, stopIterator->blue, stopIterator->alpha);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleFrame.h69 WK_EXPORT bool WKBundleFrameGetDocumentBackgroundColor(WKBundleFrameRef frame, double* red, double* green, double* blue, double* alpha);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGeneratorMagic.java153 texres.alpha = colorBand[colorbandIndex][3];
173 texres.alpha = 1.0f;
179 data[index++] = (byte) (texres.alpha * 255.0f);
H A DTextureGeneratorVoronoi.java113 texres.alpha = colorBand[colorbandIndex][3];
116 texres.alpha = 1.0f;
149 data[index++] = (byte) (texres.alpha * 255.0f);
/external/skia/src/core/
H A DSkBitmapShader16BilerpTemplate.h25 U8CPU alpha = this->getPaintAlpha(); local
73 *dstC++ = expanded_rgb16_to_8888(c, alpha);
123 *dstC++ = expanded_rgb16_to_8888(c, alpha);
/external/skia/src/effects/
H A DSkArithmeticMode.cpp53 static bool needsUnpremul(int alpha) { argument
54 return 0 != alpha && 0xFF != alpha;
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c393 LCHAR alpha[MAX_INT_DIGITS+1]; local
398 CHK(rc, litostr(value, alpha, &size, 10));
399 return self->token(self, token, alpha);
408 LCHAR alpha[MAX_INT_DIGITS+1]; local
413 CHK(rc, lultostr(value, alpha, &size, 10));
414 return self->token(self, token, alpha);
423 LCHAR alpha[MAX_UINT_DIGITS+1]; local
428 CHK(rc, lultostr(value, alpha, &size, 10));
429 return self->token(self, token, alpha);
445 LCHAR alpha[MAX_INT_DIGIT local
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DJSDeviceMotionEventCustom.cpp84 JSValue alphaValue = object->get(exec, Identifier(exec, "alpha"));
88 double alpha = alphaValue.toNumber(exec); local
111 return DeviceMotionData::RotationRate::create(canProvideAlpha, alpha, canProvideBeta, beta, canProvideGamma, gamma);
126 object->putDirect(exec->globalData(), Identifier(exec, "alpha"), rotationRate->canProvideAlpha() ? jsNumber(rotationRate->alpha()) : jsNull());
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DeviceMotionEventCustom.cpp54 object->Set(v8::String::New("alpha"), rotationRate->canProvideAlpha() ? v8::Number::New(rotationRate->alpha()) : v8::Null());
100 v8::Local<v8::Value> alphaValue = object->Get(v8::String::New("alpha"));
104 double alpha = alphaValue->NumberValue(); local
121 return DeviceMotionData::RotationRate::create(canProvideAlpha, alpha, canProvideBeta, beta, canProvideGamma, gamma);
/external/webkit/Source/WebCore/platform/audio/
H A DSincResampler.cpp85 double alpha = 0.16; local
86 double a0 = 0.5 * (1.0 - alpha);
88 double a2 = 0.5 * alpha;
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCHeadsUpDisplay.cpp158 const float alpha = 0.1; local
163 m_filteredFrameTime = ((1.0 - alpha) * m_filteredFrameTime) + (alpha * secForLastFrame);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsContextCGWin.cpp168 CGFloat red, green, blue, alpha; local
169 color.getRGBA(red, green, blue, alpha);
170 CGContextSetRGBStrokeColor(context, red, green, blue, alpha);
/external/webkit/Source/WebCore/webaudio/
H A DRealtimeAnalyser.cpp134 double alpha = 0.16; local
135 double a0 = 0.5 * (1.0 - alpha);
137 double a2 = 0.5 * alpha;
/external/webkit/Tools/DumpRenderTree/cg/
H A DImageDiffCG.cpp121 float alpha = (pixel[3] - basePixel[3]) / max<float>(255 - basePixel[3], basePixel[3]); local
122 float distance = sqrtf(red * red + green * green + blue * blue + alpha * alpha) / 2.0f;
/external/webkit/Tools/DumpRenderTree/gtk/
H A DImageDiff.cpp119 float alpha = (actualPixel[3] - basePixel[3]) / max<float>(255 - basePixel[3], basePixel[3]); local
120 float distance = sqrtf(red * red + green * green + blue * blue + alpha * alpha) / 2.0f;
/external/webkit/Tools/DumpRenderTree/win/
H A DImageDiffCairo.cpp127 float alpha = pixelDifference(baselinePixel[3], actualPixel[3]); local
129 float distance = sqrtf(red * red + green * green + blue * blue + alpha * alpha) / 2.0;
/external/opencv/cv/src/
H A Dcvimgwarp.cpp198 float alpha; member in union:CvResizeAlpha::__anon9577
281 float alpha; member in struct:CvDecimateAlpha
342 float alpha = xofs[k].alpha; \
343 buf[dxn] = buf[dxn] + load_macro(src[xofs[k].si])*alpha; \
350 float alpha = xofs[k].alpha; \
351 float t0 = buf[dxn] + load_macro(src[sxn])*alpha; \
352 float t1 = buf[dxn+1] + load_macro(src[sxn+1])*alpha; \
360 float alpha
1197 double alpha, beta; local
1829 const ushort* alpha = (const ushort*)(amap->data.ptr + amap->step*y); local
2122 short* alpha = (short*)(mapa->data.ptr + mapa->step*y); local
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestblitspeed.c60 print_tf_state(" accelerated hardware->hardware alpha blits", info->blit_hw_A);
63 print_tf_state(" accelerated software->hardware alpha blits", info->blit_sw_A);
86 printf(" alpha : %d\n", (int) surface->format->alpha);
101 printf(" alpha bits : 0x%08X mask, %d shift, %d loss\n",
307 /* handle alpha settings... */
312 srcalpha = src->format->alpha;
313 dstalpha = dest->format->alpha;
339 if ((dstalphaflags != origdstalphaflags) || (dstalpha != dest->format->alpha))
341 if ((srcalphaflags != origsrcalphaflags) || (srcalpha != src->format->alpha))
[all...]

Completed in 795 milliseconds

1234567891011>>