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

/haiku/src/kits/interface/
H A DPicture.cpp117 BPicture::BPicture(const BPicture& otherPicture) argument
125 if (otherPicture.fToken != -1) {
128 link.Attach<int32>(otherPicture.fToken);
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));

Completed in 83 milliseconds