Lines Matching refs:bottom

39 	view->MovePenTo(frame.left, frame.bottom - 5);
42 view->DrawChar('B', BPoint(frame.left + 20, frame.bottom - 5));
51 float baseline = frame.bottom - height.descent;
66 float baseline = frame.bottom - height.descent;
82 float baseline = frame.bottom - height.descent;
110 float baseline = frame.bottom - height.descent;
141 points[0] = BPoint(frame.left, frame.bottom);
152 points[0] = BPoint(frame.left, frame.bottom);
187 points[1] = BPoint(frame.right, frame.bottom);
189 points[3] = BPoint(frame.left, frame.bottom);
200 points[1] = BPoint(frame.right, frame.bottom);
202 points[3] = BPoint(frame.left, frame.bottom);
215 BGradientLinear gradient(0, 0, frame.right, frame.bottom);
275 BGradientLinear gradient(0, 0, frame.right, frame.bottom);
341 BGradientLinear gradient(0, 0, frame.right, frame.bottom);
393 points[0] = BPoint(frame.left, frame.bottom);
395 points[2] = BPoint(frame.right, frame.bottom);
401 BGradientLinear gradient(0, 0, frame.right, frame.bottom);
406 points[0] = BPoint(frame.left, frame.bottom);
408 points[2] = BPoint(frame.right, frame.bottom);
419 points[0] = BPoint(frame.left, frame.bottom);
421 points[2] = BPoint(frame.right, frame.bottom);
432 points[0] = BPoint(frame.left, frame.bottom);
434 points[2] = BPoint(frame.right, frame.bottom);
445 points[0] = BPoint(frame.left, frame.bottom);
447 points[2] = BPoint(frame.right, frame.bottom);
458 points[0] = BPoint(frame.left, frame.bottom);
460 points[2] = BPoint(frame.right, frame.bottom);
468 points[0] = BPoint(frame.left, frame.bottom);
470 points[2] = BPoint(frame.right, frame.bottom);
480 frame.bottom -= 2;
481 view->StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.bottom));
483 frame.bottom += 2;;
484 frame.top = frame.bottom;
492 shape.MoveTo(BPoint(frame.left, frame.bottom));
495 shape.LineTo(BPoint(frame.right, frame.bottom));
503 shape.MoveTo(BPoint(frame.left, frame.bottom));
506 shape.LineTo(BPoint(frame.right, frame.bottom));
591 frame.bottom -= 2;
592 view->AddLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.bottom), kRed);
594 frame.bottom += 2;;
595 frame.top = frame.bottom;
657 bounds.bottom /= 2;
676 bounds.bottom *= 4;
777 view->StrokeLine(BPoint(frame.left + 2, frame.bottom), BPoint(frame.right + 2, frame.bottom));
819 // blue rectangle in right, bottom corner
833 // black rectangle in left, bottom corner
1033 view->DrawString("This is a test!", BPoint(frame.Width() / 2, frame.bottom - 3));
1067 shape.MoveTo(BPoint(frame.left, frame.bottom));
1070 shape.LineTo(BPoint(frame.right, frame.bottom));
1081 shape.MoveTo(BPoint(frame.left, frame.bottom));
1084 shape.LineTo(BPoint(frame.right, frame.bottom));