Lines Matching refs:Frame

150 	BRect labelRect = m_labelRect.OffsetByCopy(Frame().LeftTop());
165 view()->DrawBitmap(m_bitmap, Frame().LeftTop());
180 if (jack && jack->Frame().Contains(point))
222 BRect labelRect = m_labelRect.OffsetByCopy(Frame().LeftTop());
286 BPoint p = Frame().LeftTop();
408 if ((Frame().Height() < minHeight)
409 || ((Frame().Height() > minHeight)
412 updateRegion.Include(Frame());
413 resizeTo(Frame().Width(), minHeight);
414 updateRegion.Include(Frame());
422 float center = Frame().top + r.top + (r.Height() / 2.0);
454 jack->setPosition(inputOffset, Frame().left, Frame().right, &updateRegion);
455 inputOffset += jack->Frame().Height() + MediaJack::M_DEFAULT_GAP;
459 jack->setPosition(outputOffset, Frame().left, Frame().right, &updateRegion);
460 outputOffset += jack->Frame().Height() + MediaJack::M_DEFAULT_GAP;
498 if ((Frame().Width() < minWidth)
499 || ((Frame().Width() > minWidth)
502 updateRegion.Include(Frame());
503 resizeTo(minWidth, Frame().Height());
504 updateRegion.Include(Frame());
509 float center = Frame().left + m_labelRect.left + (m_labelRect.Width() / 2.0);
541 jack->setPosition(inputOffset, Frame().top, Frame().bottom, &updateRegion);
542 inputOffset += jack->Frame().Width() + MediaJack::M_DEFAULT_GAP;
546 jack->setPosition(outputOffset, Frame().top, Frame().bottom, &updateRegion);
547 outputOffset += jack->Frame().Width() + MediaJack::M_DEFAULT_GAP;
764 iconPos = Frame().LeftTop();
769 miniIconPos = Frame().LeftTop();
838 m_labelRect = Frame();
845 m_labelRect = Frame();
873 m_bodyRect = Frame();
880 m_bodyRect = Frame();
894 BBitmap *tempBitmap = new BBitmap(Frame().OffsetToCopy(0.0, 0.0),