Searched refs:platformApply (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | FEBlend.cpp | 104 static void platformApply(unsigned char* sourcePixelA, unsigned char* sourcePixelB, in platformApply() function 126 … platformApply<feBlendNormal>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength); in platformApplyGeneric() 129 … platformApply<feBlendMultiply>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength); in platformApplyGeneric() 132 … platformApply<feBlendScreen>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength); in platformApplyGeneric() 135 … platformApply<feBlendDarken>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength); in platformApplyGeneric() 138 … platformApply<feBlendLighten>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength); in platformApplyGeneric() 141 … platformApply<feBlendUnknown>(sourcePixelA, sourcePixelB, destinationPixel, pixelArrayLength); in platformApplyGeneric()
|
D | FEMorphology.h | 76 inline void platformApply(PaintingData*);
|
D | FEGaussianBlur.h | 74 …inline void platformApply(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* tmpPixelArray, unsi…
|
D | FELighting.h | 102 inline void platformApply(LightingData&, LightSource::PaintingData&);
|
D | FEMorphology.cpp | 171 void FEMorphology::platformApply(PaintingData* paintingData) in platformApply() function in WebCore::FEMorphology 230 platformApply(&paintingData); in applySoftware()
|
D | FEGaussianBlur.cpp | 163 inline void FEGaussianBlur::platformApply(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* tmpP… in platformApply() function in WebCore::FEGaussianBlur 307 platformApply(srcPixelArray, tmpPixelArray, kernelSizeX, kernelSizeY, paintSize); in applySoftware()
|
D | FELighting.cpp | 287 inline void FELighting::platformApply(LightingData& data, LightSource::PaintingData& paintingData) in platformApply() function in WebCore::FELighting 371 platformApply(data, paintingData); in drawLighting()
|