Lines Matching refs:left

157 		rect.left, rect.top, rect.right, rect.bottom));
334 STRACE(("_DrawFrame(%f,%f,%f,%f)\n", invalid.left, invalid.top,
359 fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
366 BPoint(fTitleBarRect.left + 2,
373 // left
379 fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
380 BPoint(r.left + i, r.bottom - i), colors[i]);
389 fDrawingEngine->StrokeLine(BPoint(r.left + i, r.bottom - i),
418 fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
426 BPoint(fTitleBarRect.left + 2,
432 // left
438 fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
439 BPoint(r.left + i, r.bottom - i), colors[i * 2]);
458 fDrawingEngine->StrokeLine(BPoint(r.left + i, r.bottom - i),
555 fDrawingEngine->StrokeLine(BPoint(fRightBorder.left,
589 invalid.left, invalid.top, invalid.right, invalid.bottom));
617 fDrawingEngine->StrokeLine(BPoint(tabRect.left + 1, tabRect.top + 1),
618 BPoint(tabRect.left + 1,
621 fDrawingEngine->StrokeLine(BPoint(tabRect.left + 1, tabRect.top + 1),
632 BPoint(tabRect.left + 2, tabRect.bottom - 1),
639 fDrawingEngine->FillRect(BRect(tabRect.left + 2, tabRect.top + 2,
642 fDrawingEngine->FillRect(BRect(tabRect.left + 2, tabRect.top + 2,
665 STRACE(("_DrawTitle(%f, %f, %f, %f)\n", r.left, r.top, r.right, r.bottom));
688 : tabRect.left + tab->textOffset;
693 titlePos.x = floorf(((tabRect.left + 2.0) + tabRect.right
721 STRACE(("_DrawClose(%f,%f,%f,%f)\n", rect.left, rect.top, rect.right,
750 STRACE(("_DrawZoom(%f,%f,%f,%f)\n", rect.left, rect.top, rect.right,
818 r1.left += 1.0f;
1007 // shadow in top left.
1055 const BRect leftTop(rect.left, rect.top,
1056 rect.left + 9, rect.top + 9);
1079 const BRect leftTop(rect.left, rect.top,
1080 rect.left + 2, rect.top + 2);
1131 bigRect.left += floorf(width * 3.0f / 14.0f);
1157 // undraw bottom left and top right corners
1240 // undraw bottom left and top right corners
1284 const BRect smallLeftTop(BRect(smallRect.left,
1285 smallRect.top, smallRect.left + 4, smallRect.top + 4));