Home
last modified time | relevance | path

Searched refs:insetBounds (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DttkMacOSXTheme.c1113 CGRect insetBounds = CGRectInset(bounds, -3, -3); in DrawDarkFocusRing() local
1114 CHECK_RADIUS(4, insetBounds) in DrawDarkFocusRing()
1145 CGPathRef path = CGPathCreateWithRoundedRect(insetBounds, 4, 4, NULL); in DrawDarkFocusRing()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DttkMacOSXTheme.c1156 CGRect insetBounds = CGRectInset(bounds, -3, -3); in DrawDarkFocusRing() local
1157 CHECK_RADIUS(4, insetBounds) in DrawDarkFocusRing()
1188 CGPathRef path = CGPathCreateWithRoundedRect(insetBounds, 4, 4, NULL); in DrawDarkFocusRing()