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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDropShadow.cpp 22 #include "platform/graphics/filters/FEDropShadow.h"
36 FEDropShadow::FEDropShadow(Filter* filter, float stdX, float stdY, float dx, float dy, const Color& shadowColor, float shadowOpacity)
47 PassRefPtr<FEDropShadow> FEDropShadow::create(Filter* filter, float stdX, float stdY, float dx, float dy, const Color& shadowColor, float shadowOpacity)
49 return adoptRef(new FEDropShadow(filter, stdX, stdY, dx, dy, shadowColor, shadowOpacity));
52 FloatRect FEDropShadow::mapRect(const FloatRect& rect, bool forward)
73 void FEDropShadow::applySoftware()
107 PassRefPtr<SkImageFilter> FEDropShadow::createImageFilter(SkiaImageFilterBuilder* builder)
120 TextStream& FEDropShadow::externalRepresentation(TextStream& ts, int indent) cons
    [all...]
FEDropShadow.h 30 class PLATFORM_EXPORT FEDropShadow : public FilterEffect {
32 static PassRefPtr<FEDropShadow> create(Filter*, float, float, float, float, const Color&, float);
58 FEDropShadow(Filter*, float, float, float, float, const Color&, float);

Completed in 173 milliseconds