Home
last modified time | relevance | path

Searched refs:otherPicture (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DPicture.cpp117 BPicture::BPicture(const BPicture& otherPicture) in BPicture() argument
125 if (otherPicture.fToken != -1) { in BPicture()
128 link.Attach<int32>(otherPicture.fToken); in BPicture()
138 if (otherPicture.fExtent->Size() > 0) { in BPicture()
139 fExtent->ImportData(otherPicture.fExtent->Data(), in BPicture()
140 otherPicture.fExtent->Size()); in BPicture()
142 for (int32 i = 0; i < otherPicture.fExtent->CountPictures(); i++) { in BPicture()
144 = new BPicture(*otherPicture.fExtent->PictureAt(i)); in BPicture()
/haiku/docs/user/interface/
H A DPicture.dox76 \fn BPicture::BPicture(const BPicture& otherPicture)
77 \brief Initializes an BPicture object copying the data from \a otherPicture.