HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 26 - 50 of 142) sorted by null

12 3 4 5 6

  /external/webkit/WebCore/platform/graphics/transforms/
ScaleTransformOperation.cpp 27 PassRefPtr<TransformOperation> ScaleTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) function in class:WebCore::ScaleTransformOperation
Matrix3DTransformOperation.h 60 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
RotateTransformOperation.h 66 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
ScaleTransformOperation.h 68 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
SkewTransformOperation.h 58 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
TransformOperation.h 64 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) = 0;
MatrixTransformOperation.h 67 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
TranslateTransformOperation.h 69 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
  /external/webkit/WebCore/svg/
SVGFEBlendElement.idl 30 // Blend Mode Types
  /external/skia/src/animator/
SkAnimateBase.cpp 29 SK_MEMBER_ARRAY(blend, Float),
53 blend.setCount(1);
54 blend[0] = SK_Scalar1;
SkAnimateBase.h 59 SkTDScalarArray blend; member in class:SkAnimateBase
SkAnimateActive.cpp 327 fInterpolators[index]->setKeyFrame(0, 0, existingValues.begin(), animate->blend[0]);
328 fInterpolators[index]->setKeyFrame(1, fState[index].fDuration, to, animate->blend[0]);
387 interpolator.setKeyFrame(0, 0, from, animate->blend[0]);
388 interpolator.setKeyFrame(1, duration, from, animate->blend[0]);
392 int blendIndex = SkMin32(animate->blend.count() - 1, entry);
394 animate->blend[blendIndex]);
  /system/core/libpixelflinger/
pixelflinger.cpp 305 c->state.blend.src = src;
306 c->state.blend.src_alpha = src;
307 c->state.blend.dst = dst;
308 c->state.blend.dst_alpha = dst;
309 c->state.blend.alpha_separate = 0;
320 c->state.blend.src = src;
321 c->state.blend.src_alpha = srcAlpha;
322 c->state.blend.dst = dst;
323 c->state.blend.dst_alpha = dstAplha;
324 c->state.blend.alpha_separate = 1
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 69 if (!mInfo[component].blend)
201 // blend away...
279 // we already computed the blend factor before, nothing to do.
282 // this is the first time, make sure to compute the blend
287 // we have a cached alpha blend factor, but we want another one,
290 // blend factors use ALPHA *and* ONE_MINUS_ALPHA (because
311 // help us find out what register we can use for the blend-factor
368 // don't need more than 8-bits for the blend factor
391 // for the blend factor, because we need ALPHA only.
426 // for the blend factor, because we need ALPHA only
    [all...]
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 110 return to.blend(from, progress);
156 RefPtr<TransformOperation> blendedOp = toOp ? toOp->blend(fromOp.get(), progress) : (fromOp ? fromOp->blend(0, progress, true) : 0);
175 toT.blend(fromT, progress);
211 virtual void blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const = 0;
256 virtual void blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const function in class:WebCore::PropertyWrapper
275 virtual void blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const function in class:WebCore::PropertyWrapperAcceleratedOpacity
293 virtual void blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const function in class:WebCore::PropertyWrapperAcceleratedTransform
330 virtual void blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const function in class:WebCore::PropertyWrapperShadow
383 virtual void blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double pr (…) function in class:WebCore::PropertyWrapperMaybeInvalidColor
448 virtual void blend(const AnimationBase* anim, FillLayer* dst, const FillLayer* a, const FillLayer* b, double progress) const function in class:WebCore::FillLayerPropertyWrapper
501 virtual void blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const function in class:WebCore::FillLayersPropertyWrapper
546 virtual void blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const function in class:WebCore::ShorthandPropertyWrapper
    [all...]
  /external/freetype/include/freetype/
t1tables.h 190 /* given blend dictionary (font info or private). Used to support */
195 /*# required fields in a FontInfo blend dictionary */
200 /*# required fields in a Private blend dictionary */
  /external/dropbear/libtommath/etc/
makefile.icc 16 # B - Blend of P4 and PM [mobile]
  /external/freetype/src/truetype/
ttgxvar.h 173 GX_Blend blend );
  /external/skia/tests/
SrcOverTest.cpp 21 /* Here's the idea. Can we ensure that when we blend on top of an opaque
  /external/webkit/WebCore/platform/
Length.h 165 Length blend(const Length& from, double progress) const function in struct:WebCore::Length
167 // Blend two lengths to produce a new length that is in between them. Used for animation.
  /cts/tests/tests/graphics/src/android/graphics/cts/
InterpolatorTest.java 314 // explicit linear blend should yield the same values
321 // blend of end key frame is not used
334 assertTrue(result[0] < 0.5f); // exact blend algorithm not known
341 assertTrue(result[0] > 0.5f); // exact blend algorithm not known
373 // blend array too short
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 310 /* One Pixel Blend */
327 /* Two Pixels Blend */
425 /* blend */
535 /* One Pixel Blend */
558 /* Two Pixels Blend */
636 /* blend */
907 /* Alpha blend 8 pixels as ARGB */
    [all...]
  /external/freetype/include/freetype/internal/
t1types.h 224 PS_Blend blend; member in struct:T1_FaceRec_
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 100 boolean rot, int blend, boolean texswap, boolean premul) {
108 mBlendFunc = blend;
126 // proc back low high alph mask rot blend swap premul
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
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

Completed in 745 milliseconds

12 3 4 5 6