HomeSort by relevance Sort by last modified time
    Searched full:preservealpha (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEConvolveMatrixElement.idl 49 readonly attribute SVGAnimatedBoolean preserveAlpha; // in SVG 1.1, removed in SVG 2
SVGAttributeNames.in 154 preserveAlpha
SVGFEConvolveMatrixElement.h 41 SVGAnimatedBoolean* preserveAlpha() { return m_preserveAlpha.get(); }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEConvolveMatrix.cpp 39 const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix)
47 , m_preserveAlpha(preserveAlpha)
56 const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix)
59 preserveAlpha, kernelMatrix));
161 bool FEConvolveMatrix::preserveAlpha() const
166 bool FEConvolveMatrix::setPreserveAlpha(bool preserveAlpha)
168 if (m_preserveAlpha == preserveAlpha)
170 m_preserveAlpha = preserveAlpha;
572 << "preserveAlpha=\"" << m_preserveAlpha << "\"]\n";
FEConvolveMatrix.h 69 bool preserveAlpha() const;
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 209 milliseconds