Searched refs:copy (Results 101 - 105 of 105) sorted by relevance

12345

/haiku/src/kits/interface/
H A DTextView.cpp2881 text_run_array* copy = AllocRunArray(countDelta, NULL); local
2882 if (copy != NULL) {
2884 copy->runs[i].offset = orig->runs[i].offset;
2885 copy->runs[i].font = orig->runs[i].font;
2886 copy->runs[i].color = orig->runs[i].color;
2889 return copy;
4381 // copy data into buffer
4946 // if this view initiated the drag, move instead of copy
/haiku/src/servers/app/
H A DServerWindow.cpp1241 // TODO: avoid copy operation maybe?
3928 // We need to make a copy of the picture, since it can
3930 BReference<ServerPicture> copy(App()->CreatePicture(pictureToDraw), true);
3931 picture->NestPicture(copy);
3932 picture->WriteDrawPicture(where, copy->Token());
3979 // We need to make a copy of the picture, since it can
3981 BReference<ServerPicture> copy(App()->CreatePicture(pictureToClip), true);
3982 picture->NestPicture(copy);
3983 picture->WriteClipToPicture(copy->Token(), where, inverse);
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp33 // TODO: the retrieval/copy of the original data could be delayed until the
840 // Notify listener, we need to copy the notification, as it might
842 cache_notification copy = *notification; local
845 copy.hook(copy.transaction_id, event, copy.data);
3231 // we "allocate" the parent data lazily, that means, we don't copy
/haiku/src/kits/support/
H A DString.cpp2301 @param copy If true, the current string will be copied into the new string.
2304 BString::_MakeWritable(int32 length, bool copy) argument
2310 if (copy)
/haiku/src/kits/tracker/
H A DPoseView.cpp8 Permission is hereby granted, free of charge, to any person obtaining a copy of
11 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
203 BObjectList<entry_ref>* copy)
207 copy->AddItem(new entry_ref(*(original->ItemAt(
1773 // copy top contents to bottom and
2125 // copy the good bits in the list
2483 // copy attributes to the clipboard
3400 FSMakeOriginalName(fileName, &destDir, " copy");
3418 // copy the data from the template file
3435 // copy th
202 CopySelectionListToEntryRefList(const PoseList* original, BObjectList<entry_ref>* copy) argument
[all...]

Completed in 86 milliseconds

12345