Lines Matching refs:frame

29 WindowLayer::WindowLayer(BRect frame, const char* name,
32 fFrame(frame),
190 // start from the frame, extend to include decorator border
735 BRect frame(fFrame);
736 frame.InsetBy(-1, -1);
737 fDrawingEngine->StrokeLine(BPoint(frame.left, frame.bottom),
738 BPoint(frame.left, frame.top), shadow);
739 fDrawingEngine->StrokeLine(BPoint(frame.left + 1, frame.top),
740 BPoint(frame.right, frame.top), shadow);
741 fDrawingEngine->StrokeLine(BPoint(frame.right, frame.top + 1),
742 BPoint(frame.right, frame.bottom - 11), light);
743 fDrawingEngine->StrokeLine(BPoint(frame.right - 1, frame.bottom - 11),
744 BPoint(frame.right - 11, frame.bottom - 11), light);
745 fDrawingEngine->StrokeLine(BPoint(frame.right - 11, frame.bottom - 10),
746 BPoint(frame.right - 11, frame.bottom), light);
747 fDrawingEngine->StrokeLine(BPoint(frame.right - 12, frame.bottom),
748 BPoint(frame.left + 1, frame.bottom), light);
750 frame.InsetBy(-3, -3);
752 fDrawingEngine->StrokeLine(BPoint(frame.left, frame.bottom),
753 BPoint(frame.left, frame.top - 16), light);
754 fDrawingEngine->StrokeLine(BPoint(frame.left + 1, frame.top - 16),
755 BPoint(tabRight, frame.top - 16), light);
756 fDrawingEngine->StrokeLine(BPoint(tabRight, frame.top - 15),
757 BPoint(tabRight, frame.top), shadow);
758 fDrawingEngine->StrokeLine(BPoint(tabRight + 1, frame.top),
759 BPoint(frame.right, frame.top), light);
760 fDrawingEngine->StrokeLine(BPoint(frame.right, frame.top + 1),
761 BPoint(frame.right, frame.bottom), shadow);
762 fDrawingEngine->StrokeLine(BPoint(frame.right, frame.bottom),
763 BPoint(frame.left + 1, frame.bottom), shadow);
872 // start from the frame, extend to include decorator border