Home
last modified time | relevance | path

Searched refs:backgroundBounds (Results 1 – 3 of 3) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/mac/
H A DThemeMac.mm541 CGRect backgroundBounds;
542 HIThemeGetButtonBackgroundBounds(&bounds, &drawInfo, &backgroundBounds);
543 if (bounds.origin.x != backgroundBounds.origin.x)
544 bounds.origin.x += bounds.origin.x - backgroundBounds.origin.x;
545 if (bounds.origin.y != backgroundBounds.origin.y)
546 bounds.origin.y += bounds.origin.y - backgroundBounds.origin.y;
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DttkMacOSXTheme.c1389 CGRect contentBounds, backgroundBounds; in ButtonElementSize() local
1415 &scratchBounds, &info, &backgroundBounds); in ButtonElementSize()
1416 paddingPtr->left = contentBounds.origin.x - backgroundBounds.origin.x; in ButtonElementSize()
1418 CGRectGetMaxX(backgroundBounds) - CGRectGetMaxX(contentBounds); in ButtonElementSize()
1419 verticalPad = backgroundBounds.size.height - contentBounds.size.height; in ButtonElementSize()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DttkMacOSXTheme.c1432 CGRect contentBounds, backgroundBounds; in ButtonElementSize() local
1458 &scratchBounds, &info, &backgroundBounds); in ButtonElementSize()
1459 paddingPtr->left = contentBounds.origin.x - backgroundBounds.origin.x; in ButtonElementSize()
1461 CGRectGetMaxX(backgroundBounds) - CGRectGetMaxX(contentBounds); in ButtonElementSize()
1462 verticalPad = backgroundBounds.size.height - contentBounds.size.height; in ButtonElementSize()