HomeSort by relevance Sort by last modified time
    Searched refs:additive (Results 1 - 6 of 6) sorted by null

  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILAnimation.java 27 * A code representing the value of the additive attribute, as defined
33 public void setAdditive(short additive)
  /external/skia/src/effects/
SkEmbossMask.cpp 97 uint8_t* additive = multiply + planeSize; local
151 additive[x] = SkToU8(add);
154 // additive[x] = 0;
160 additive += rowBytes;
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 165 PassRefPtr<PlatformCAAnimation> createBasicAnimation(const Animation*, AnimatedPropertyID, bool additive);
166 PassRefPtr<PlatformCAAnimation> createKeyframeAnimation(const Animation*, AnimatedPropertyID, bool additive);
167 void setupAnimation(PlatformCAAnimation*, const Animation*, bool additive);
GraphicsLayerCA.cpp 1572 bool additive = false; local
1627 bool additive = animationIndex < (numAnimations - 1); local
    [all...]
  /external/libvpx/vp8/common/x86/
loopfilter_mmx.asm 193 pandn mm4, mm5 ; high edge variance additive
514 pandn mm4, mm5 ; high edge variance additive
    [all...]
loopfilter_sse2.asm 243 pandn xmm4, xmm5 ; high edge variance additive
    [all...]

Completed in 226 milliseconds