Searched refs:shadowBlur (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DPlatformContextCairo.h51 ShadowBlur& shadowBlur() { return m_shadowBlur; } function in class:WebCore::PlatformContextCairo
H A DGraphicsContextCairo.cpp97 ShadowBlur& shadow = context->platformContext()->shadowBlur();
221 platformContext()->shadowBlur().setShadowValues(FloatSize(m_state.shadowBlur, m_state.shadowBlur),
459 platformContext()->shadowBlur().drawRectShadow(this, rect, RoundedRect::Radii());
625 ShadowBlur& shadow = platformContext()->shadowBlur();
795 platformContext()->shadowBlur().setShadowValues(FloatSize(m_state.shadowBlur, m_state.shadowBlur),
807 platformContext()->shadowBlur()
[all...]
H A DFontCairo.cpp67 ShadowBlur& shadow = graphicsContext->platformContext()->shadowBlur();
H A DPlatformContextCairo.cpp207 ShadowBlur& shadow = context->platformContext()->shadowBlur();
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.h62 int shadowBlur; member in struct:WebTextRenderInfo
H A DWebKitGraphics.cpp111 (info->shadowOffset.cx || info->shadowOffset.cy || info->shadowBlur || info->shadowColor))
112 context.setShadow(FloatSize(info->shadowOffset.cx, info->shadowOffset.cy), info->shadowBlur, info->shadowColor, ColorSpaceDeviceRGB);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DFontCGWin.cpp184 float shadowBlur; local
187 graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
189 bool hasSimpleShadow = graphicsContext->textDrawingMode() == TextModeFill && shadowColor.isValid() && !shadowBlur && (!graphicsContext->shadowsIgnoreTransforms() || graphicsContext->getCTM().isIdentityOrTranslationOrFlipped());
216 graphicsContext->setShadow(shadowOffset, shadowBlur, shadowColor, ColorSpaceDeviceRGB);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DFontMac.mm226 float shadowBlur;
230 context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
241 bool hasSimpleShadow = context->textDrawingMode() == TextModeFill && shadowColor.isValid() && !shadowBlur && !platformData.isColorBitmapFont() && (!context->shadowsIgnoreTransforms() || contextCTM.isIdentityOrTranslationOrFlipped()) && !context->isInTransparencyLayer();
262 context->setShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DFontBlackBerry.cpp96 bool softwareBlurRequired = context->state().shadowBlur / font->fontMetrics().xHeight() > 0.5;
111 ShadowBlur shadow(FloatSize(state.shadowBlur, state.shadowBlur), offset, state.shadowColor, state.shadowColorSpace);
H A DGraphicsContextBlackBerry.cpp80 setPlatformShadow(m_state.shadowOffset, m_state.shadowBlur, m_state.shadowColor, m_state.shadowColorSpace);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext.cpp144 m_state.shadowBlur = blur;
153 m_state.shadowBlur = blur;
165 m_state.shadowBlur = 0;
174 && (m_state.shadowBlur || m_state.shadowOffset.width() || m_state.shadowOffset.height());
180 blur = m_state.shadowBlur;
189 return m_state.shadowColor.isValid() && m_state.shadowColor.alpha() && m_state.shadowBlur;
H A DShadowBlur.cpp192 , m_blurRadius(state.shadowBlur, state.shadowBlur)
199 float shadowBlur = radiusToLegacyRadius(state.shadowBlur); local
200 m_blurRadius = FloatSize(shadowBlur, shadowBlur);
H A DGraphicsContext.h132 , shadowBlur(0)
165 float shadowBlur; member in struct:WebCore::GraphicsContextState
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.idl52 attribute float shadowBlur;
H A DCanvasRenderingContext2D.h106 float shadowBlur() const;
H A DCanvasRenderingContext2D.cpp475 float CanvasRenderingContext2D::shadowBlur() const function in class:WebCore::CanvasRenderingContext2D
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1146 float shadowBlur = 0; local
1150 getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
1155 dstRect.inflate(stableRound(shadowBlur));
1570 float shadowBlur = 0; local
1574 && getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace)

Completed in 131 milliseconds