Lines Matching refs:top

28 	int y = (int)(rect.top + rect.IntegerHeight() / 2);
142 points[1] = BPoint(frame.left, frame.top);
143 points[1] = BPoint(frame.left, frame.top);
144 points[3] = BPoint(frame.right, frame.top);
153 points[1] = BPoint(frame.left, frame.top);
154 points[1] = BPoint(frame.left, frame.top);
155 points[3] = BPoint(frame.right, frame.top);
186 points[0] = BPoint(frame.left, frame.top);
188 points[2] = BPoint(frame.right, frame.top);
199 points[0] = BPoint(frame.left, frame.top);
201 points[2] = BPoint(frame.right, frame.top);
394 points[1] = BPoint(centerPoint(frame).x, frame.top);
407 points[1] = BPoint(centerPoint(frame).x, frame.top);
420 points[1] = BPoint(centerPoint(frame).x, frame.top);
433 points[1] = BPoint(centerPoint(frame).x, frame.top);
446 points[1] = BPoint(centerPoint(frame).x, frame.top);
459 points[1] = BPoint(centerPoint(frame).x, frame.top);
469 points[1] = BPoint(centerPoint(frame).x, frame.top);
477 view->StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.top));
479 frame.top += 2;
481 view->StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.bottom));
484 frame.top = frame.bottom;
485 view->StrokeLine(BPoint(frame.right, frame.top), BPoint(frame.left, frame.top));
493 shape.LineTo(BPoint(frame.right, frame.top));
494 shape.LineTo(BPoint(frame.left, frame.top));
504 shape.LineTo(BPoint(frame.right, frame.top));
505 shape.LineTo(BPoint(frame.left, frame.top));
573 // first unscaled at left, top
576 // draw scaled at middle top
588 view->AddLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.top), kBlack);
590 frame.top += 2;
592 view->AddLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.bottom), kRed);
595 frame.top = frame.bottom;
596 view->AddLine(BPoint(frame.right, frame.top), BPoint(frame.left, frame.top), kGreen);
742 view->StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.top));
746 view->StrokeLine(BPoint(frame.left, frame.top), BPoint(x, frame.top));
748 view->StrokeLine(BPoint(x+1, frame.top), BPoint(frame.right, frame.top));
752 view->StrokeLine(BPoint(frame.left, frame.top), BPoint(x, frame.top));
754 view->StrokeLine(BPoint(x+1, frame.top), BPoint(frame.right, frame.top));
758 view->StrokeLine(BPoint(frame.left, frame.top), BPoint(x, frame.top));
760 view->StrokeLine(BPoint(x+1, frame.top), BPoint(frame.right, frame.top));
764 view->StrokeLine(BPoint(frame.left, frame.top), BPoint(x, frame.top));
766 view->StrokeLine(BPoint(x+1, frame.top), BPoint(frame.right, frame.top));
775 view->StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.top));
818 // red rectangle in left, top corner
821 // top, left pixel of the blue rectangle
840 // black rectangle in left, top corner
850 // black rectangle in left, top corner
865 // black rectangle in left, top corner
973 view->MovePenTo(BPoint(frame.left, frame.top));
979 view->MovePenTo(BPoint(frame.left, frame.top));
1068 shape.LineTo(BPoint(frame.right, frame.top));
1069 shape.LineTo(BPoint(frame.left, frame.top));
1082 shape.LineTo(BPoint(frame.right, frame.top));
1083 shape.LineTo(BPoint(frame.left, frame.top));