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

  /external/webkit/Source/WebCore/svg/graphics/filters/
SVGFEImage.cpp 37 FEImage::FEImage(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRatio)
44 PassRefPtr<FEImage> FEImage::create(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRatio)
46 return adoptRef(new FEImage(filter, image, preserveAspectRatio));
49 void FEImage::determineAbsolutePaintRect()
59 void FEImage::apply()
78 void FEImage::dump()
82 TextStream& FEImage::externalRepresentation(TextStream& ts, int indent) const
87 ts << "[feImage";
    [all...]
SVGFEImage.h 34 class FEImage : public FilterEffect {
36 static PassRefPtr<FEImage> create(Filter*, RefPtr<Image>, const SVGPreserveAspectRatio&);
50 FEImage(Filter*, RefPtr<Image>, const SVGPreserveAspectRatio&);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceFilterPrimitive.cpp 74 // FETurbulence, FEImage and FEFlood don't have input effects, take the filter region as unite rect.
121 // FEImage needs the unclipped subregion in absolute coordinates to determine the correct
124 static_cast<FEImage*>(effect)->setAbsoluteSubregion(absoluteSubregion);
  /external/webkit/Source/WebCore/svg/
SVGFEImageElement.cpp 172 return FEImage::create(filter, m_targetImage ? m_targetImage->copyImage() : m_cachedImage->image(), preserveAspectRatio());

Completed in 186 milliseconds