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/core/platform/graphics/filters/
FEDropShadow.cpp 23 #include "core/platform/graphics/filters/FEDropShadow.h"
37 FEDropShadow::FEDropShadow(Filter* filter, float stdX, float stdY, float dx, float dy, const Color& shadowColor, float shadowOpacity)
48 PassRefPtr<FEDropShadow> FEDropShadow::create(Filter* filter, float stdX, float stdY, float dx, float dy, const Color& shadowColor, float shadowOpacity)
50 return adoptRef(new FEDropShadow(filter, stdX, stdY, dx, dy, shadowColor, shadowOpacity));
53 void FEDropShadow::determineAbsolutePaintRect()
68 FloatRect FEDropShadow::mapRect(const FloatRect& rect, bool forward)
91 void FEDropShadow::applySoftware()
124 TextStream& FEDropShadow::externalRepresentation(TextStream& ts, int indent) cons
    [all...]
FEDropShadow.h 30 class FEDropShadow : public FilterEffect {
32 static PassRefPtr<FEDropShadow> create(Filter*, float, float, float, float, const Color&, float);
60 FEDropShadow(Filter*, float, float, float, float, const Color&, float);

Completed in 241 milliseconds