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

  /external/webkit/WebCore/platform/graphics/haiku/
ImageBufferHaiku.cpp 74 void ImageBuffer::putPremultipliedImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/WebCore/platform/graphics/wx/
ImageBufferWx.cpp 73 void ImageBuffer::putPremultipliedImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/WebCore/platform/graphics/
ImageBuffer.h 83 void putPremultipliedImageData(ImageData*, const IntRect& sourceRect, const IntPoint& destPoint);
  /external/webkit/WebCore/platform/graphics/filters/
FEBlend.cpp 141 resultImage()->putPremultipliedImageData(imageData.get(), imageRect, IntPoint());
FEComposite.cpp 164 resultImage()->putPremultipliedImageData(imageData.get(), IntRect(IntPoint(), resultImage()->size()), IntPoint());
FEGaussianBlur.cpp 135 resultImage()->putPremultipliedImageData(srcImageData.get(), imageRect, IntPoint());
  /external/webkit/WebCore/svg/graphics/filters/
SVGFEDisplacementMap.cpp 129 resultImage()->putPremultipliedImageData(imageData.get(), imageRect, IntPoint());
SVGFEMorphology.cpp 152 resultImage()->putPremultipliedImageData(imageData.get(), imageRect, IntPoint());
  /external/webkit/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 258 void ImageBuffer::putPremultipliedImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/WebCore/platform/graphics/wince/
ImageBufferWince.cpp 212 void ImageBuffer::putPremultipliedImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 274 void ImageBuffer::putPremultipliedImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 246 void ImageBuffer::putPremultipliedImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 260 void ImageBuffer::putPremultipliedImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint)

Completed in 2485 milliseconds