Searched refs:fPictureRect (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/people/
H A DPictureView.h58 BRect fPictureRect; member in class:PictureView
H A DPictureView.cpp286 fPictureRect = BLayoutUtils::AlignInFrame(frame, size,
295 DrawBitmapAsync(picture, srcRect, fPictureRect,
339 if (fPicture != NULL && fPictureRect.Contains(position)
403 BRect rect = fPictureRect.OffsetToCopy(B_ORIGIN);
480 sourcePoint -= fPictureRect.LeftTop();

Completed in 123 milliseconds