Home
last modified time | relevance | path

Searched defs:effect (Results 1 – 25 of 160) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/core/animation/
DElementAnimation.h48 …static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, … in animate()
53 …static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, … in animate()
58 … static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect) in animate()
65 …RefPtrWillBeRawPtr<AnimationEffect> effect = EffectInput::convert(&element, keyframeDictionaryVect… in animate() local
74 …RefPtrWillBeRawPtr<AnimationEffect> effect = EffectInput::convert(&element, keyframeDictionaryVect… in animate() local
83 …RefPtrWillBeRawPtr<AnimationEffect> effect = EffectInput::convert(&element, keyframeDictionaryVect… in animate() local
91 …c AnimationPlayer* animateInternal(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effec… in animateInternal()
DKeyframeEffectModelTest.cpp106 …RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel… in TEST() local
118 …RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel… in TEST() local
127 …RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel… in TEST() local
137 …RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel… in TEST() local
148 …RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel… in TEST() local
160 …RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel… in TEST() local
170 …RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel… in TEST() local
177 …RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel… in TEST() local
189 …RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel… in TEST() local
195 …RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel… in TEST() local
[all …]
DAnimation.cpp49 …RawPtr<Animation> Animation::create(Element* target, PassRefPtrWillBeRawPtr<AnimationEffect> effec… in create()
54 …awPtr<Animation> Animation::create(Element* element, PassRefPtrWillBeRawPtr<AnimationEffect> effec… in create()
59 …awPtr<Animation> Animation::create(Element* element, PassRefPtrWillBeRawPtr<AnimationEffect> effec… in create()
64 …awPtr<Animation> Animation::create(Element* element, PassRefPtrWillBeRawPtr<AnimationEffect> effec… in create()
91 Animation::Animation(Element* target, PassRefPtrWillBeRawPtr<AnimationEffect> effect, const Timing&… in Animation()
DInertAnimation.cpp37 …rWillBeRawPtr<InertAnimation> InertAnimation::create(PassRefPtrWillBeRawPtr<AnimationEffect> effec… in create()
42 InertAnimation::InertAnimation(PassRefPtrWillBeRawPtr<AnimationEffect> effect, const Timing& timing… in InertAnimation()
DAnimation.h66 const AnimationEffect* effect() const { return m_effect.get(); } in effect() function
67 AnimationEffect* effect() { return m_effect.get(); } in effect() function
DCompositorAnimationsTest.cpp105 bool isCandidateForAnimationOnCompositor(const Timing& timing, const AnimationEffect& effect) in isCandidateForAnimationOnCompositor()
109 …void getAnimationOnCompositor(Timing& timing, AnimatableValueKeyframeEffectModel& effect, Vector<O… in getAnimationOnCompositor()
539 RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = createKeyframeEffectModel( in TEST_F() local
584 RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = createKeyframeEffectModel( in TEST_F() local
631 RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = createKeyframeEffectModel( in TEST_F() local
684 RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = createKeyframeEffectModel( in TEST_F() local
741 …RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel… in TEST_F() local
802 …RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel… in TEST_F() local
852 RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = createKeyframeEffectModel( in TEST_F() local
DInertAnimation.h44 AnimationEffect* effect() const { return m_effect.get(); } in effect() function
/external/chromium_org/ui/base/dragdrop/
Ddrop_target_win.cc42 DWORD* effect) { in DragEnter()
58 DWORD* effect) { in DragOver()
84 DWORD* effect) { in Drop()
126 DWORD effect) { in OnDragEnter()
133 DWORD effect) { in OnDragOver()
143 DWORD effect) { in OnDrop()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
DSVGFilterBuilder.cpp35 void SVGFilterBuilder::add(const AtomicString& id, PassRefPtr<FilterEffect> effect) in add()
66 RefPtr<FilterEffect> effect = prpEffect; in appendEffectToEffectReferences() local
90 void SVGFilterBuilder::clearResultsRecursive(FilterEffect* effect) in clearResultsRecursive()
/external/chromium_org/third_party/skia/src/gpu/
DGrPaint.cpp15 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix); in addColorTextureEffect() local
20 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix); in addCoverageTextureEffect() local
27 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params); in addColorTextureEffect() local
34 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params); in addCoverageTextureEffect() local
/external/skia/src/gpu/
DGrPaint.cpp15 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix); in addColorTextureEffect() local
20 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix); in addCoverageTextureEffect() local
27 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params); in addColorTextureEffect() local
34 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params); in addCoverageTextureEffect() local
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_drop_target_win.cc38 DWORD effect) { in OnDragEnter()
51 DWORD effect) { in OnDragOver()
69 DWORD effect) { in OnDrop()
93 DWORD effect, in Translate()
/external/skia/include/gpu/
DGrEffect.h233 static GrEffectRef* CreateEffectRef(GrEffect* effect) { in CreateEffectRef()
242 static const GrEffectRef* CreateEffectRef(const GrEffect* effect) { in CreateEffectRef()
247 static GrEffectRef* CreateStaticEffectRef(void* refStorage, GrEffect* effect) { in CreateStaticEffectRef()
266 AutoEffectUnref(GrEffect* effect) : fEffect(effect) { } in AutoEffectUnref()
342 inline GrEffectRef::GrEffectRef(GrEffect* effect) { in GrEffectRef()
/external/chromium_org/third_party/skia/include/gpu/
DGrEffect.h233 static GrEffectRef* CreateEffectRef(GrEffect* effect) { in CreateEffectRef()
242 static const GrEffectRef* CreateEffectRef(const GrEffect* effect) { in CreateEffectRef()
247 static GrEffectRef* CreateStaticEffectRef(void* refStorage, GrEffect* effect) { in CreateStaticEffectRef()
266 AutoEffectUnref(GrEffect* effect) : fEffect(effect) { } in AutoEffectUnref()
342 inline GrEffectRef::GrEffectRef(GrEffect* effect) { in GrEffectRef()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFECompositeElement.cpp112 bool SVGFECompositeElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& att… in setFilterEffectAttribute()
165 …RefPtr<FilterEffect> effect = FEComposite::create(filter, m_svgOperator->currentValue()->enumValue… in build() local
DSVGFEDisplacementMapElement.cpp99 bool SVGFEDisplacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedNam… in setFilterEffectAttribute()
143 …RefPtr<FilterEffect> effect = FEDisplacementMap::create(filter, m_xChannelSelector->currentValue()… in build() local
DSVGFEBlendElement.cpp90 bool SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrNam… in setFilterEffectAttribute()
130 RefPtr<FilterEffect> effect = FEBlend::create(filter, m_mode->currentValue()->enumValue()); in build() local
DSVGFEColorMatrixElement.cpp90 bool SVGFEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& a… in setFilterEffectAttribute()
162 RefPtr<FilterEffect> effect = FEColorMatrix::create(filter, filterType, filterValues); in build() local
DSVGFEMorphologyElement.cpp95 bool SVGFEMorphologyElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& at… in setFilterEffectAttribute()
145 …RefPtr<FilterEffect> effect = FEMorphology::create(filter, m_svgOperator->currentValue()->enumValu… in build() local
DSVGFESpecularLightingElement.cpp90 bool SVGFESpecularLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedNa… in setFilterEffectAttribute()
190 …RefPtr<FilterEffect> effect = FESpecularLighting::create(filter, color, m_surfaceScale->currentVal… in build() local
DSVGFEDiffuseLightingElement.cpp85 bool SVGFEDiffuseLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedNam… in setFilterEffectAttribute()
183 …RefPtr<FilterEffect> effect = FEDiffuseLighting::create(filter, color, m_surfaceScale->currentValu… in build() local
DSVGFEConvolveMatrixElement.cpp132 bool SVGFEConvolveMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName… in setFilterEffectAttribute()
240 RefPtr<FilterEffect> effect = FEConvolveMatrix::create(filter, in build() local
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLProgramDesc.cpp24 const GrEffectRef& effect = *stage.getEffect(); in get_key_and_update_stats() local
65 … const GrEffect* effect = drawState.getColorStage(firstEffectiveColorStage).getEffect()->get(); in Build() local
76 …const GrEffect* effect = drawState.getCoverageStage(firstEffectiveCoverageStage).getEffect()->get(… in Build() local
/external/skia/src/gpu/gl/
DGrGLProgramDesc.cpp24 const GrEffectRef& effect = *stage.getEffect(); in get_key_and_update_stats() local
65 … const GrEffect* effect = drawState.getColorStage(firstEffectiveColorStage).getEffect()->get(); in Build() local
76 …const GrEffect* effect = drawState.getCoverageStage(firstEffectiveCoverageStage).getEffect()->get(… in Build() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DReferenceFilter.cpp46 void ReferenceFilter::setLastEffect(PassRefPtr<FilterEffect> effect) in setLastEffect()

1234567