Searched refs:fExtent (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/interface/
H A DPicture.cpp110 fExtent(NULL),
120 fExtent(NULL),
138 if (otherPicture.fExtent->Size() > 0) {
139 fExtent->ImportData(otherPicture.fExtent->Data(),
140 otherPicture.fExtent->Size());
142 for (int32 i = 0; i < otherPicture.fExtent->CountPictures(); i++) {
144 = new BPicture(*otherPicture.fExtent->PictureAt(i));
145 fExtent->AddPicture(picture);
154 fExtent(NUL
[all...]
/haiku/headers/os/interface/
H A DPicture.h77 _BPictureExtent_* fExtent; member in class:BPicture
/haiku/src/kits/tracker/
H A DPoseView.h738 BRect fExtent; member in class:BPrivate::BPoseView
1129 fExtent = fExtent | rect;
1136 fExtent.Set(INT32_MAX, INT32_MAX, INT32_MIN, INT32_MIN);
H A DPoseView.cpp239 fExtent(INT32_MAX, INT32_MAX, INT32_MIN, INT32_MIN),
2016 if (!fExtent.IsValid())
2017 fExtent = poseBounds;
8960 if (rect.left <= fExtent.left || rect.right >= fExtent.right
8961 || rect.top <= fExtent.top || rect.bottom >= fExtent.bottom)
8993 rect = fExtent;

Completed in 67 milliseconds