Home
last modified time | relevance | path

Searched refs:platformApply (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEBlend.cpp104 static void platformApply(unsigned char* sourcePixelA, unsigned char* sourcePixelB, in platformApply() function
126platformApply<feBlendNormal>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength); in platformApplyGeneric()
129platformApply<feBlendMultiply>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength); in platformApplyGeneric()
132platformApply<feBlendScreen>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength); in platformApplyGeneric()
135platformApply<feBlendDarken>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength); in platformApplyGeneric()
138platformApply<feBlendLighten>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength); in platformApplyGeneric()
141platformApply<feBlendUnknown>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength); in platformApplyGeneric()
DFEMorphology.h76 inline void platformApply(PaintingData*);
DFEGaussianBlur.h74 …inline void platformApply(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* tmpPixelArray, unsi…
DFELighting.h102 inline void platformApply(LightingData&, LightSource::PaintingData&);
DFEMorphology.cpp171 void FEMorphology::platformApply(PaintingData* paintingData) in platformApply() function in WebCore::FEMorphology
230 platformApply(&paintingData); in applySoftware()
DFEGaussianBlur.cpp163 inline void FEGaussianBlur::platformApply(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* tmpP… in platformApply() function in WebCore::FEGaussianBlur
307 platformApply(srcPixelArray, tmpPixelArray, kernelSizeX, kernelSizeY, paintSize); in applySoftware()
DFELighting.cpp287 inline void FELighting::platformApply(LightingData& data, LightSource::PaintingData& paintingData) in platformApply() function in WebCore::FELighting
371 platformApply(data, paintingData); in drawLighting()