Lines Matching refs:frame

29 							ScrollArrow(BRect frame);
42 UpScrollArrow(BRect frame);
52 DownScrollArrow(BRect frame);
62 LeftScrollArrow(BRect frame);
72 RightScrollArrow(BRect frame);
83 ScrollArrow::ScrollArrow(BRect frame)
85 BView(frame, "menu scroll arrow", B_FOLLOW_NONE, B_WILL_DRAW),
108 UpScrollArrow::UpScrollArrow(BRect frame)
110 ScrollArrow(frame)
172 DownScrollArrow::DownScrollArrow(BRect frame)
174 ScrollArrow(frame)
197 BRect frame = Bounds();
198 FillRect(frame, B_SOLID_LOW);
201 FillTriangle(BPoint(middle, frame.bottom - (kScrollerDimension / 2) + 3),
202 BPoint(middle + 5, frame.bottom - (kScrollerDimension / 2) - 2),
203 BPoint(middle - 5, frame.bottom - (kScrollerDimension / 2) - 2));
238 LeftScrollArrow::LeftScrollArrow(BRect frame)
240 ScrollArrow(frame)
301 RightScrollArrow::RightScrollArrow(BRect frame)
303 ScrollArrow(frame)
325 BRect frame = Bounds();
326 FillRect(frame, B_SOLID_LOW);
429 BRect frame = Bounds();
430 be_control_look->DrawButtonBackground(this, frame, updateRect,
444 BRect frame = Bounds();
449 - (frame.Height() - 2 * kScrollerDimension);
452 - (frame.Width() - 2 * kScrollerDimension);
473 BRect(frame.left, frame.top, frame.right,
480 BRect(0, frame.bottom - 2 * kScrollerDimension + 1, frame.right,
481 frame.bottom - kScrollerDimension));
488 - (frame.Height() - 2 * kScrollerDimension);
492 BRect(frame.left, frame.top,
493 frame.left + kScrollerDimension - 1, frame.bottom));
499 BRect(frame.right - 2 * kScrollerDimension + 1, frame.top,
500 frame.right, frame.bottom));
507 - (frame.Width() - 2 * kScrollerDimension);