Searched refs:roundCorner (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp1072 BRect roundCorner[2]; local
1076 roundCorner[0] = leftTopCorner;
1077 roundCorner[1] = rightTopCorner;
1090 roundCorner[0] = leftBottomCorner;
1091 roundCorner[1] = rightBottomCorner;
1104 roundCorner[0] = leftTopCorner;
1105 roundCorner[1] = leftBottomCorner;
1118 roundCorner[0] = rightTopCorner;
1119 roundCorner[1] = rightBottomCorner;
1134 view->ClipToInverseRect(roundCorner[
[all...]
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp1713 BRect roundCorner[2]; local
1717 roundCorner[0] = leftTopCorner;
1718 roundCorner[1] = rightTopCorner;
1731 roundCorner[0] = leftBottomCorner;
1732 roundCorner[1] = rightBottomCorner;
1745 roundCorner[0] = leftTopCorner;
1746 roundCorner[1] = leftBottomCorner;
1759 roundCorner[0] = rightTopCorner;
1760 roundCorner[1] = rightBottomCorner;
1775 view->ClipToInverseRect(roundCorner[
[all...]

Completed in 74 milliseconds