Searched refs:inputEffects (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGFEBlendElement.cpp137 FilterEffectVector& inputEffects = effect->inputEffects(); local
138 inputEffects.reserveCapacity(2);
139 inputEffects.append(input1);
140 inputEffects.append(input2);
H A DSVGFEDisplacementMapElement.cpp169 FilterEffectVector& inputEffects = effect->inputEffects(); local
170 inputEffects.reserveCapacity(2);
171 inputEffects.append(input1);
172 inputEffects.append(input2);
H A DSVGFECompositeElement.cpp181 FilterEffectVector& inputEffects = effect->inputEffects(); local
182 inputEffects.reserveCapacity(2);
183 inputEffects.append(input1);
184 inputEffects.append(input2);
H A DSVGFEMergeElement.cpp46 FilterEffectVector& mergeInputs = effect->inputEffects();
H A DSVGFETileElement.cpp94 effect->inputEffects().append(input1);
H A DSVGFEComponentTransferElement.cpp105 effect->inputEffects().append(input1);
H A DSVGFEGaussianBlurElement.cpp133 effect->inputEffects().append(input1);
H A DSVGFEOffsetElement.cpp114 effect->inputEffects().append(input1);
H A DSVGFEColorMatrixElement.cpp168 effect->inputEffects().append(input1);
H A DSVGFEMorphologyElement.cpp164 effect->inputEffects().append(input1);
H A DSVGFEDiffuseLightingElement.cpp213 effect->inputEffects().append(input1);
H A DSVGFESpecularLightingElement.cpp225 effect->inputEffects().append(input1);
H A DSVGFEConvolveMatrixElement.cpp255 effect->inputEffects().append(input1);
/external/webkit/Source/WebCore/svg/graphics/filters/
H A DSVGFilterBuilder.cpp79 unsigned numberOfInputEffects = effect->inputEffects().size();
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFilterEffect.h65 FilterEffectVector& inputEffects() { return m_inputEffects; } function in class:WebCore::FilterEffect
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceFilterPrimitive.cpp75 if (unsigned numberOfInputEffects = effect->inputEffects().size()) {

Completed in 165 milliseconds