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

  /external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.h 44 class ShadowBlur {
45 WTF_MAKE_NONCOPYABLE(ShadowBlur);
47 ShadowBlur(float radius, const FloatSize& offset, const Color&, ColorSpace);
ShadowBlur.cpp 30 #include "ShadowBlur.h"
50 // ShadowBlur needs a scratch image as the buffer for the blur filter.
167 ShadowBlur::ShadowBlur(float radius, const FloatSize& offset, const Color& color, ColorSpace colorSpace)
195 void ShadowBlur::blurLayerImage(unsigned char* imageData, const IntSize& size, int rowStride)
309 void ShadowBlur::adjustBlurRadius(GraphicsContext* context)
342 IntRect ShadowBlur::calculateLayerBoundingRect(GraphicsContext* context, const FloatRect& shadowedRect, const IntRect& clipRect)
399 void ShadowBlur::drawShadowBuffer(GraphicsContext* graphicsContext)
430 IntSize ShadowBlur::templateSize(const RoundedIntRect::Radii& radii) const
444 void ShadowBlur::drawRectShadow(GraphicsContext* graphicsContext, const FloatRect& shadowedRect, const RoundedIntR (…)
    [all...]

Completed in 203 milliseconds