Searched refs:shadowRadius (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DTLayerView.py16 shadowRadius = objc.ivar(type=objc._C_FLT) variable in class:TLayerView
48 if radius != self.shadowRadius:
49 self.shadowRadius = radius
69 dx = 2 * abs(self.shadowOffset.width) + 2 * self.shadowRadius;
70 dy = 2 * abs(self.shadowOffset.height) + 2 * self.shadowRadius;
127 CGContextSetShadow(context, self.shadowOffset, self.shadowRadius)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DTLayerView.py16 shadowRadius = objc.ivar(type=objc._C_FLT) variable in class:TLayerView
48 if radius != self.shadowRadius:
49 self.shadowRadius = radius
69 dx = 2 * abs(self.shadowOffset.width) + 2 * self.shadowRadius;
70 dy = 2 * abs(self.shadowOffset.height) + 2 * self.shadowRadius;
127 CGContextSetShadow(context, self.shadowOffset, self.shadowRadius)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/TLayer/
H A DTLayerView.py16 shadowRadius = objc.ivar(type=objc._C_FLT) variable in class:TLayerView
48 if radius != self.shadowRadius:
49 self.shadowRadius = radius
69 dx = 2 * abs(self.shadowOffset.width) + 2 * self.shadowRadius;
70 dy = 2 * abs(self.shadowOffset.height) + 2 * self.shadowRadius;
127 CGContextSetShadow(context, self.shadowOffset, self.shadowRadius)
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollbarThemeMac.mm559 static const CGFloat shadowRadius = 3;
566 layer.shadowRadius = shadowRadius;
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.cpp436 int shadowRadius = shadow->radius(); local
446 extraOffset = FloatSize(0, 2 * textRect.height() + std::max(0.0f, shadowOffset.height()) + shadowRadius);
450 context->setShadow(shadowOffset, shadowRadius, shadowColor, context->fillColorSpace());
H A DRenderBoxModelObject.cpp2395 int shadowRadius = shadow->radius(); local
2399 if (shadowOffset.isZero() && !shadowRadius && !shadowSpread)
2424 context->setLegacyShadow(shadowOffset, shadowRadius, shadowColor, style.colorSpace());
2426 context->setShadow(shadowOffset, shadowRadius, shadowColor, style.colorSpace());
2517 context->setLegacyShadow(shadowOffset, shadowRadius, shadowColor, style.colorSpace());
2519 context->setShadow(shadowOffset, shadowRadius, shadowColor, style.colorSpace());

Completed in 137 milliseconds