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 110 uint8_t* additive = multiply + planeSize; local
168 additive[x] = SkToU8(add);
171 // additive[x] = 0;
177 additive += rowBytes;
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 148 CABasicAnimation* createBasicAnimation(const Animation*, AnimatedPropertyID, bool additive);
149 CAKeyframeAnimation* createKeyframeAnimation(const Animation*, AnimatedPropertyID, bool additive);
150 void setupAnimation(CAPropertyAnimation*, const Animation*, bool additive);
GraphicsLayerCA.mm     [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 360 milliseconds