Searched refs:cornerRect (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/interface/
H A DHaikuControlLook.cpp2588 BRect cornerRect(leftTopCorner);
2591 view->ClipToInverseRect(cornerRect);
2600 BRect cornerRect(rightTopCorner);
2604 view->ClipToInverseRect(cornerRect);
2613 BRect cornerRect(leftBottomCorner);
2617 view->ClipToInverseRect(cornerRect);
2626 BRect cornerRect(rightBottomCorner);
2629 view->ClipToInverseRect(cornerRect);
2869 BRect cornerRect(leftTopCorner);
2872 view->ClipToInverseRect(cornerRect);
3278 _DrawRoundCornerLeftTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
3291 _DrawRoundCornerFrameLeftTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor) argument
3328 _DrawRoundCornerBackgroundLeftTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
3354 _DrawRoundCornerRightTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeTopColor, const rgb_color& edgeRightColor, const rgb_color& frameTopColor, const rgb_color& frameRightColor, const rgb_color& bevelTopColor, const rgb_color& bevelRightColor, const BGradientLinear& fillGradient) argument
3370 _DrawRoundCornerFrameRightTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeTopColor, const rgb_color& edgeRightColor, const rgb_color& frameTopColor, const rgb_color& frameRightColor) argument
3420 _DrawRoundCornerBackgroundRightTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelTopColor, const rgb_color& bevelRightColor, const BGradientLinear& fillGradient) argument
3450 _DrawRoundCornerLeftBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeLeftColor, const rgb_color& edgeBottomColor, const rgb_color& frameLeftColor, const rgb_color& frameBottomColor, const rgb_color& bevelLeftColor, const rgb_color& bevelBottomColor, const BGradientLinear& fillGradient) argument
3466 _DrawRoundCornerFrameLeftBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeLeftColor, const rgb_color& edgeBottomColor, const rgb_color& frameLeftColor, const rgb_color& frameBottomColor) argument
3516 _DrawRoundCornerBackgroundLeftBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelLeftColor, const rgb_color& bevelBottomColor, const BGradientLinear& fillGradient) argument
3546 _DrawRoundCornerRightBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
3559 _DrawRoundCornerFrameRightBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor) argument
3596 _DrawRoundCornerBackgroundRightBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
[all...]
/haiku/headers/private/interface/
H A DHaikuControlLook.h431 BRect& cornerRect, const BRect& updateRect,
439 BRect& cornerRect, const BRect& updateRect,
445 BRect& cornerRect, const BRect& updateRect,
450 BRect& cornerRect, const BRect& updateRect,
461 BRect& cornerRect, const BRect& updateRect,
469 BRect& cornerRect, const BRect& updateRect,
475 BRect& cornerRect, const BRect& updateRect,
486 BRect& cornerRect, const BRect& updateRect,
494 BRect& cornerRect, const BRect& updateRect,
500 BRect& cornerRect, cons
[all...]
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp1496 BRect cornerRect(leftTopCorner);
1499 view->ClipToInverseRect(cornerRect);
1508 BRect cornerRect(rightTopCorner);
1512 view->ClipToInverseRect(cornerRect);
1521 BRect cornerRect(leftBottomCorner);
1525 view->ClipToInverseRect(cornerRect);
1534 BRect cornerRect(rightBottomCorner);
1537 view->ClipToInverseRect(cornerRect);
1672 BRect cornerRect(leftTopCorner);
1675 view->ClipToInverseRect(cornerRect);
[all...]

Completed in 254 milliseconds