/external/dropbear/libtommath/ |
makefile.icc | 19 # B - Blend of P4 and PM [mobile]
|
/external/freetype/include/freetype/internal/ |
autohint.h | 139 /* Masters fonts where blend coordinates change). */
|
psaux.h | 643 PS_Blend blend, 685 PS_Blend blend; /* for multiple master support */ member in struct:T1_DecoderRec_ [all...] |
/external/webkit/WebCore/platform/graphics/ |
Color.h | 107 Color blend(const Color&) const;
|
/external/webkit/WebCore/platform/graphics/transforms/ |
AffineTransform.h | 115 void blend(const AffineTransform& from, double progress);
|
AffineTransform.cpp | 327 void AffineTransform::blend(const AffineTransform& from, double progress) function in class:WebCore::AffineTransform
|
/external/webkit/WebCore/platform/graphics/win/ |
GraphicsContextWin.cpp | 121 // Fill our buffer with clear if we're going to alpha blend.
|
/frameworks/base/docs/html/resources/articles/ |
listview-backgrounds.jd | 58 blend the children with the window's background. Once again, this requires
|
/frameworks/base/include/media/stagefright/openmax/ |
OMX_IVCommon.h | 265 * List of color blend types for pre/post processing 292 * Color blend configuration 299 * eColorBlend : Color blend type enumeration 666 * Plane blend configuration [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_IVCommon.h | 248 * List of color blend types for pre/post processing 275 * Color blend configuration 282 * eColorBlend : Color blend type enumeration 649 * Plane blend configuration
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_IVCommon.h | 248 * List of color blend types for pre/post processing
275 * Color blend configuration
282 * eColorBlend : Color blend type enumeration
649 * Plane blend configuration
[all...] |
/external/skia/src/effects/ |
SkGradientShader.cpp | 393 int blend) { 395 int a = blend8(SkGetPackedA32(s0), SkGetPackedA32(s1), blend); 396 int r = blend8(SkGetPackedR32(s0), SkGetPackedR32(s1), blend); 397 int g = blend8(SkGetPackedG32(s0), SkGetPackedG32(s1), blend); 398 int b = blend8(SkGetPackedB32(s0), SkGetPackedB32(s1), blend); 402 int otherBlend = 256 - blend; 405 U32 t0 = (((s0 & 0xFF00FF) * blend + (s1 & 0xFF00FF) * otherBlend) >> 8) & 0xFF00FF; 406 U32 t1 = (((s0 >> 8) & 0xFF00FF) * blend + ((s1 >> 8) & 0xFF00FF) * otherBlend) & 0xFF00FF00; 410 return ((((s0 & 0xFF00FF) * blend + (s1 & 0xFF00FF) * otherBlend) >> 8) & 0xFF00FF) | 411 ((((s0 >> 8) & 0xFF00FF) * blend + ((s1 >> 8) & 0xFF00FF) * otherBlend) & 0xFF00FF00) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit.h | 384 /* Blend the RGB values of two Pixels based on a source alpha value */ 392 /* Blend the RGB values of two Pixels based on a source alpha value */
|
/external/webkit/WebCore/rendering/ |
RenderMenuList.cpp | 404 backgroundColor = style()->backgroundColor().blend(backgroundColor); 409 return Color(Color::white).blend(backgroundColor);
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 331 bool blend : 1; member in struct:android::GGLAssembler::component_info_t 362 void blend( component_t& dest,
|
/external/freetype/include/freetype/ |
ftmm.h | 335 /* design through normalized blend coordinates. */
|
/external/webkit/WebCore/platform/chromium/ |
ScrollbarThemeChromiumLinux.cpp | 104 // sure to pick colors that blend in nicely with the system GTK
|
/system/core/libpixelflinger/ |
scanline.cpp | 113 "565 fb, 8888 tx, blend", scanline_t32cb16blend, init_y_noop }, 347 blend_factor(c, &sf, c->state.blend.src, fragment, fb); 348 blend_factor(c, &df, c->state.blend.dst, fragment, fb); 357 if (c->state.blend.alpha_separate) { 358 blend_factor(c, &sf, c->state.blend.src_alpha, fragment, fb); 359 blend_factor(c, &df, c->state.blend.dst_alpha, fragment, fb); [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 639 * alpha-blend (using alpha-channel). 649 * alpha-blend (using the source per-surface alpha value); 659 * alpha-blend (using the source alpha channel) the RGB values; 670 * alpha-blend (using the source per-surface alpha value). [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
riva_mmio.h | 256 U032 Blend;
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 639 * alpha-blend (using alpha-channel). 649 * alpha-blend (using the source per-surface alpha value); 659 * alpha-blend (using the source alpha channel) the RGB values; 670 * alpha-blend (using the source per-surface alpha value). [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | 639 * alpha-blend (using alpha-channel). 649 * alpha-blend (using the source per-surface alpha value); 659 * alpha-blend (using the source alpha channel) the RGB values; 670 * alpha-blend (using the source per-surface alpha value). [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_video.h | 641 * alpha-blend (using alpha-channel). 651 * alpha-blend (using the source per-surface alpha value); 661 * alpha-blend (using the source alpha channel) the RGB values; 672 * alpha-blend (using the source per-surface alpha value). [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_video.h | 639 * alpha-blend (using alpha-channel). 649 * alpha-blend (using the source per-surface alpha value); 659 * alpha-blend (using the source alpha channel) the RGB values; 670 * alpha-blend (using the source per-surface alpha value). [all...] |
/system/core/include/pixelflinger/ |
pixelflinger.h | 250 // texture environnement (REPLACE / MODULATE / DECAL / BLEND)
|