HomeSort by relevance Sort by last modified time
    Searched refs:blend (Results 76 - 100 of 127) sorted by null

1 2 34 5 6

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderAWT.java 42 public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext) { method in class:TextureBlenderAWT
81 * texture's color and later blended with the defined blend color. All alpha
TextureBlenderLuminance.java 33 public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext) { method in class:TextureBlenderLuminance
118 * the blend type
218 throw new IllegalStateException("Unknown blend type: " + blendtype);
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 284 static const BLENDFUNCTION blend = { AC_SRC_OVER, 0, 255, AC_SRC_ALPHA }; local
286 srcRect.x(), srcRect.y(), srcRect.width(), srcRect.height(), blend);
534 static const BLENDFUNCTION blend = { AC_SRC_OVER, 0, 255, AC_SRC_ALPHA }; local
536 hmemdc.get(), 0, 0, srcRectWin.right, srcRectWin.bottom, blend);
  /external/skia/src/effects/
SkGradientShader.cpp 483 int blend) {
485 int a = blend8(SkGetPackedA32(s0), SkGetPackedA32(s1), blend);
486 int r = blend8(SkGetPackedR32(s0), SkGetPackedR32(s1), blend);
487 int g = blend8(SkGetPackedG32(s0), SkGetPackedG32(s1), blend);
488 int b = blend8(SkGetPackedB32(s0), SkGetPackedB32(s1), blend);
492 int otherBlend = 256 - blend;
495 U32 t0 = (((s0 & 0xFF00FF) * blend + (s1 & 0xFF00FF) * otherBlend) >> 8) & 0xFF00FF;
496 U32 t1 = (((s0 >> 8) & 0xFF00FF) * blend + ((s1 >> 8) & 0xFF00FF) * otherBlend) & 0xFF00FF00;
500 return ((((s0 & 0xFF00FF) * blend + (s1 & 0xFF00FF) * otherBlend) >> 8) & 0xFF00FF) |
501 ((((s0 >> 8) & 0xFF00FF) * blend + ((s1 >> 8) & 0xFF00FF) * otherBlend) & 0xFF00FF00)
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 173 int32_t blend; member in class:Rectangle
562 // TODO: make measurments with background blend other than
564 // background blend of HWC_BLENDING_NONE, with the
565 // blend type of the foregound being varied.
592 testPrintI("overlapping blend: none");
601 testPrintI("overlapping blend: premult");
610 testPrintI("overlapping blend: coverage");
705 // For each of the blend types
709 rect.blend = id;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp 450 backgroundColor = style()->visitedDependentColor(CSSPropertyBackgroundColor).blend(backgroundColor);
455 return Color(Color::white).blend(backgroundColor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 219 IGLProperty blend = new GLCompositeProperty(GLStateType.BLEND, local
227 depthTest, depthFunc, blend, dither);
  /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/internal/
tttypes.h 1393 GX_Blend blend; member in struct:TT_FaceRec_
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp 341 void AffineTransform::blend(const AffineTransform& from, double progress) function in class:WebCore::AffineTransform
TransformationMatrix.h 262 void blend(const TransformationMatrix& from, double progress);
  /frameworks/base/libs/hwui/
Caches.cpp 84 blend = false;
ShapeCache.h 628 texture->blend = true;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java 160 texture = textureBlender.blend(diffuseColorArray, texture, color, colfac, blendType, negateTexture, blenderContext);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 150 bool blend; member in struct:gl::State
  /external/webkit/Source/WebCore/platform/graphics/
Color.cpp 307 Color Color::blend(const Color& source) const
  /system/core/include/private/pixelflinger/
ggl_context.h 492 blend_state_t blend; member in struct:android::state_t
  /external/freetype/src/truetype/
ttobjs.c 689 tt_done_blend( memory, face->blend );
690 face->blend = NULL;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c     [all...]
  /external/sepolicy/
access_vectors 472 blend
  /external/mesa3d/docs/
MESA_texture_array.spec 44 blend two textures out of a larger set of textures. Moreover, in some
57 textures to blend at run-time.
    [all...]
  /external/v8/benchmarks/
raytrace.js 167 blend: function(c1, c2, w){
755 color = Flog.RayTracer.Color.prototype.blend(
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 162 blend: function(c1, c2, w){
781 color = Flog.RayTracer.Color.prototype.blend(
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 162 blend: function(c1, c2, w){
781 color = Flog.RayTracer.Color.prototype.blend(
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 162 blend: function(c1, c2, w){
750 color = Flog.RayTracer.Color.prototype.blend(

Completed in 842 milliseconds

1 2 34 5 6