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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEBlendElement.cpp 137 FilterEffectVector& inputEffects = effect->inputEffects();
138 inputEffects.reserveCapacity(2);
139 inputEffects.append(input1);
140 inputEffects.append(input2);
SVGFECompositeElement.cpp 182 FilterEffectVector& inputEffects = effect->inputEffects();
183 inputEffects.reserveCapacity(2);
184 inputEffects.append(input1);
185 inputEffects.append(input2);
SVGFEDisplacementMapElement.cpp 159 FilterEffectVector& inputEffects = effect->inputEffects();
160 inputEffects.reserveCapacity(2);
161 inputEffects.append(input1);
162 inputEffects.append(input2);
SVGFEMergeElement.cpp 47 FilterEffectVector& mergeInputs = effect->inputEffects();
SVGFETileElement.cpp 101 effect->inputEffects().append(input1);
SVGFEComponentTransferElement.cpp 103 effect->inputEffects().append(input1);
SVGFEOffsetElement.cpp 118 effect->inputEffects().append(input1);
SVGFEGaussianBlurElement.cpp 139 effect->inputEffects().append(input1);
SVGFEColorMatrixElement.cpp 172 effect->inputEffects().append(input1);
SVGFEDropShadowElement.cpp 171 effect->inputEffects().append(input1);
SVGFEMorphologyElement.cpp 172 effect->inputEffects().append(input1);
SVGFEDiffuseLightingElement.cpp 224 effect->inputEffects().append(input1);
SVGFESpecularLightingElement.cpp 235 effect->inputEffects().append(input1);
SVGFEConvolveMatrixElement.cpp 342 effect->inputEffects().append(input1);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ImageFilterBuilderTest.cpp 53 blurEffect->inputEffects().append(sourceEffect);
59 FilterEffectVector& blendInputs = blendEffect->inputEffects();
67 FilterEffectVector& mergeInputs = mergeEffect->inputEffects();
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFilterBuilder.cpp 76 unsigned numberOfInputEffects = effect->inputEffects().size();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceFilterPrimitive.cpp 65 if (unsigned numberOfInputEffects = effect->inputEffects().size()) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterEffect.h 71 FilterEffectVector& inputEffects() { return m_inputEffects; }
FilterEffect.cpp 446 if (unsigned numberOfInputEffects = inputEffects().size()) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.cpp 288 effect->inputEffects().append(previousEffect);

Completed in 135 milliseconds