HomeSort by relevance Sort by last modified time
    Searched defs:dstPixelArray (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEGaussianBlur.h 57 RefPtr<Uint8ClampedArray> dstPixelArray;
FEMorphology.h 57 Uint8ClampedArray* dstPixelArray;
FEConvolveMatrix.h 82 Uint8ClampedArray* dstPixelArray;
FEComposite.cpp 297 Uint8ClampedArray* dstPixelArray = createPremultipliedImageResult();
298 if (!dstPixelArray)
305 in2->copyPremultipliedImage(dstPixelArray, effectBDrawingRect);
307 platformArithmeticSoftware(srcPixelArray.get(), dstPixelArray, m_k1, m_k2, m_k3, m_k4);
FEDisplacementMap.cpp 123 Uint8ClampedArray* dstPixelArray = createPremultipliedImageResult();
124 if (!dstPixelArray)
152 dstPixelArray->set(dstIndex + channel, static_cast<unsigned char>(0));
155 dstPixelArray->set(dstIndex + channel, pixelValue);

Completed in 599 milliseconds