Lines Matching refs:bottom

135     size.bottom = size.top + bmp.bmHeight;  in OnSize()
156 size.bottom = client.bottom - 2; in OnSize()
530 dirty.bottom -= scrollpos.cy; in OnLButtonDown()
776 else if (mpDragItem->rect.top + shift_y >= mpDragItem->rect.bottom - MIN_SCREEN_BOX_SIZE) in ShiftTop()
779 shift_y = mpDragItem->rect.bottom - MIN_SCREEN_BOX_SIZE - mpDragItem->rect.top; in ShiftTop()
825 if (scaled_rect.bottom - scrollpos.cy + scaled_shift_y> client.bottom) in ShiftBottom()
829 int bottom; in ShiftBottom() local
831 scaled_shift_y = client.bottom + scrollpos.cy - scaled_rect.bottom; in ShiftBottom()
832 scaled_bottom = scaled_rect.bottom + scaled_shift_y; in ShiftBottom()
833 bottom = (scaled_bottom * 100) / mScale; in ShiftBottom()
834 shift_y = bottom - mpDragItem->rect.bottom; in ShiftBottom()
837 if (mpDragItem->rect.bottom + shift_y <= mpDragItem->rect.top + MIN_SCREEN_BOX_SIZE) in ShiftBottom()
840 shift_y = mpDragItem->rect.top + MIN_SCREEN_BOX_SIZE - mpDragItem->rect.bottom; in ShiftBottom()
846 mpDragItem->rect.bottom += shift_y; in ShiftBottom()
915 mpDragItem->rect.bottom += shift_y; in OnMouseMove()
1086 scaled.bottom = rect.bottom * mScale / 100; in GetScaledRect()
1135 if (item->rect.bottom > mDisplayHeight) in UpdateDisplaySize()
1137 mDisplayHeight = item->rect.bottom; in UpdateDisplaySize()
1175 if ((rect.bottom > client.bottom) && (rect.top > client.top)) in SelectedVisible()
1178 scrollpos.cy += (rect.bottom - client.bottom); in SelectedVisible()
1182 else if ((rect.top < client.top) && (rect.bottom < client.bottom)) in SelectedVisible()
1223 if (mpDragItem->rect.top + MIN_SCREEN_BOX_SIZE >= mpDragItem->rect.bottom) in HandleKeydown()
1227 mpDragItem->rect.bottom--; in HandleKeydown()
1236 mpDragItem->rect.bottom -= 1; in HandleKeydown()
1244 mpDragItem->rect.bottom++; in HandleKeydown()
1249 mpDragItem->rect.bottom += 1; in HandleKeydown()
1444 source_center.y = (source->rect.top + source->rect.bottom) / 2; in CalculateConnectionPos()
1446 target_center.y = (target->rect.top + target->rect.bottom) / 2; in CalculateConnectionPos()
1455 line_start.y = (source->rect.top + source->rect.bottom) / 2; in CalculateConnectionPos()
1457 line_end.y = (target->rect.top + target->rect.bottom) / 2; in CalculateConnectionPos()
1462 line_start.y = source->rect.bottom; in CalculateConnectionPos()
1469 line_start.y = (source->rect.top + source->rect.bottom) / 2; in CalculateConnectionPos()
1471 line_end.y = (target->rect.top + target->rect.bottom) / 2; in CalculateConnectionPos()
1479 line_start.y = (source->rect.top + source->rect.bottom) / 2; in CalculateConnectionPos()
1481 line_end.y = (target->rect.top + target->rect.bottom) / 2; in CalculateConnectionPos()
1488 line_end.y = target->rect.bottom; in CalculateConnectionPos()
1493 line_start.y = (source->rect.top + source->rect.bottom) / 2; in CalculateConnectionPos()
1495 line_end.y = (target->rect.top + target->rect.bottom) / 2; in CalculateConnectionPos()
1587 if (point.y >= select_inner.bottom) in CheckResizeCursor()
1793 size.bottom = listsize.bottom; in OnInitDialog()
1815 size.bottom = listsize.bottom; in OnInitDialog()
1850 size.bottom = client.bottom - m_status_bar_height - 10; in PositionChildren()