Searched refs:otherPicture (Results 1 – 2 of 2) sorted by relevance
117 BPicture::BPicture(const BPicture& otherPicture) in BPicture() argument125 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()
76 \fn BPicture::BPicture(const BPicture& otherPicture)77 \brief Initializes an BPicture object copying the data from \a otherPicture.