Lines Matching refs:frame

36 	BRect frame, const char* name, const char* label, BMessage* message,
40 BControl(frame, name, label, message, resizingMode, flags),
66 BSlider::BSlider(BRect frame, const char* name, const char* label,
70 BControl(frame, name, label, message, resizingMode, flags),
902 BRect frame = BarFrame();
909 be_control_look->DrawSliderBar(view, frame, frame, base, leftFillColor,
920 BRect frame = HashMarksFrame();
925 be_control_look->DrawSliderHashMarks(view, frame, frame, base,
948 BRect frame = ThumbFrame();
951 frame.left += 2.0f;
952 frame.top += 2.0f;
953 frame.right -= 3.0f;
954 frame.bottom -= 3.0f;
955 OffscreenView()->StrokeRect(frame);
958 OffscreenView()->StrokeLine(BPoint(frame.left, frame.bottom + 2.0f),
959 BPoint(frame.right, frame.bottom + 2.0f));
961 OffscreenView()->StrokeLine(BPoint(frame.left - 2.0f, frame.top),
962 BPoint(frame.left - 2.0f, frame.bottom));
1102 BRect frame(Bounds());
1117 frame.left = thumbInset;
1118 frame.top = 6.0 + (Label() || fUpdateText ? textHeight + 4.0 : 0.0);
1119 frame.right -= thumbInset;
1120 frame.bottom = frame.top + fBarThickness;
1122 frame.left = floorf((frame.Width() - fBarThickness) / 2.0);
1123 frame.top = thumbInset;
1125 frame.top += textHeight;
1128 frame.top += textHeight;
1130 frame.top += leading;
1133 frame.right = frame.left + fBarThickness;
1134 frame.bottom = frame.bottom - thumbInset;
1136 frame.bottom -= textHeight;
1139 frame.bottom -= textHeight;
1141 frame.bottom -= leading;
1145 return frame;
1152 BRect frame(BarFrame());
1155 frame.top -= 6.0;
1156 frame.bottom += 6.0;
1158 frame.left -= 6.0;
1159 frame.right += 6.0;
1162 return frame;
1173 BRect frame = Bounds();
1182 frame.left = floorf(Position() * (_MaxPosition()
1184 frame.top = 2 + (Label() || fUpdateText ? textHeight + 4 : 0);
1185 frame.right = frame.left + 17;
1186 frame.bottom = frame.top + fBarThickness + 7;
1188 frame.left = floor((frame.Width() - fBarThickness) / 2) - 4;
1189 frame.top = floorf(Position() * (_MaxPosition()
1191 frame.right = frame.left + fBarThickness + 7;
1192 frame.bottom = frame.top + 17;
1196 frame.left = floorf(Position() * (_MaxPosition()
1198 frame.right = frame.left + 12;
1199 frame.top = 3 + fBarThickness + (Label() ? textHeight + 4 : 0);
1200 frame.bottom = frame.top + 8;
1202 frame.left = floorf((frame.Width() + fBarThickness) / 2) - 3;
1203 frame.top = floorf(Position() * (_MaxPosition()
1205 frame.right = frame.left + 8;
1206 frame.bottom = frame.top + 12;
1210 return frame;
1594 BRect frame = ThumbFrame();
1599 be_control_look->DrawSliderThumb(view, frame, frame, base, flags,
1607 BRect frame = ThumbFrame();
1611 be_control_look->DrawSliderTriangle(view, frame, frame, base, flags,