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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEBlend.cpp 109 static void platformApply(unsigned char* sourcePixelA, unsigned char* sourcePixelB,
131 platformApply<feBlendNormal>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength);
134 platformApply<feBlendMultiply>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength);
137 platformApply<feBlendScreen>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength);
140 platformApply<feBlendDarken>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength);
143 platformApply<feBlendLighten>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength);
146 platformApply<feBlendUnknown>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength);
FEMorphology.h 76 inline void platformApply(PaintingData*);
FEGaussianBlur.h 74 inline void platformApply(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* tmpPixelArray, unsigned kernelSizeX, unsigned kernelSizeY, IntSize& paintSize);
FELighting.h 102 inline void platformApply(LightingData&, LightSource::PaintingData&);
FEMorphology.cpp 178 void FEMorphology::platformApply(PaintingData* paintingData)
237 platformApply(&paintingData);
FEGaussianBlur.cpp 166 inline void FEGaussianBlur::platformApply(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* tmpPixelArray, unsigned kernelSizeX, unsigned kernelSizeY, IntSize& paintSize)
310 platformApply(srcPixelArray, tmpPixelArray, kernelSizeX, kernelSizeY, paintSize);
FELighting.cpp 291 inline void FELighting::platformApply(LightingData& data, LightSource::PaintingData& paintingData)
375 platformApply(data, paintingData);

Completed in 353 milliseconds