HomeSort by relevance Sort by last modified time
    Searched defs:platformApply (Results 1 - 3 of 3) 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.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);

Completed in 38 milliseconds