Searched refs:target (Results 326 - 350 of 732) sorted by relevance

<<11121314151617181920>>

/haiku/headers/os/interface/
H A DScreen.h61 status_t ProposeMode(display_mode* target,
94 status_t ProposeDisplayMode(display_mode* target,
H A DInput.h41 status_t watch_input_devices(BMessenger target, bool start);
/haiku/src/preferences/repositories/
H A DTaskTimer.cpp23 TaskTimer::TaskTimer(const BMessenger& target, Task* owner) argument
28 fReplyTarget(target),
/haiku/src/apps/networkstatus/
H A DNetworkStatus.cpp183 BMessenger target((BHandler*)view);
185 target.SendMessage(&about);
/haiku/src/add-ons/translators/avif/
H A DAVIFTranslator.cpp172 BPositionIO* target, int32 baseType)
177 return _TranslateFromBits(stream, ioExtension, outType, target);
180 return _TranslateFromAVIF(stream, ioExtension, outType, target);
197 uint32 outType, BPositionIO* target)
380 target->Write(output.data, output.size);
388 uint32 outType, BPositionIO* target)
497 ssize_t bytesWritten = target->Write(&bitmapHeader,
513 bytesWritten = target->Write(pixels, dataSize);
170 DerivedTranslate(BPositionIO* stream, const translator_info* info, BMessage* ioExtension, uint32 outType, BPositionIO* target, int32 baseType) argument
196 _TranslateFromBits(BPositionIO* stream, BMessage* ioExtension, uint32 outType, BPositionIO* target) argument
387 _TranslateFromAVIF(BPositionIO* stream, BMessage* ioExtension, uint32 outType, BPositionIO* target) argument
/haiku/src/add-ons/translators/psd/
H A DPSDLoader.cpp190 PSDLoader::Decode(BPositionIO *target) argument
286 target->Write(&bitsHeader, sizeof(TranslatorBitmap));
296 target->Write(imageData[0], rowBytes);
326 target->Write(lineData, fWidth * sizeof(uint32));
348 target->Write(lineData, fWidth * sizeof(uint32));
369 target->Write(lineData, fWidth * sizeof(uint32));
393 target->Write(lineData, fWidth * sizeof(uint32));
448 target->Write(lineData, fWidth * sizeof(uint32));
/haiku/src/apps/haikudepot/util/
H A DDataIOUtils.cpp12 DataIOUtils::CopyAll(BDataIO* target, BDataIO* source) argument
25 result = target->WriteExactly(buffer, sizeRead);
/haiku/src/apps/showimage/
H A DSupportingAppsMenu.cpp45 update_supporting_apps_menu(BMenu* menu, BMimeType* type, uint32 what, BHandler* target) argument
72 item->SetTarget(target);
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp166 BMessenger target((BHandler*)view);
168 target.SendMessage(&about);
/haiku/src/system/libroot/add-ons/icu/
H A DICUCtypeData.cpp231 UChar* target = targetBuffer; local
232 ucnv_toUnicode(converter, &target, target + 1, &buffer, buffer + mbLen,
235 size_t targetLengthUsed = (size_t)(target - targetBuffer);
243 target = targetBuffer;
244 ucnv_toUnicode(converter, &target, target + 2, &buffer, buffer + mbLen,
247 targetLengthUsed = (size_t)(target - targetBuffer);
/haiku/src/kits/tracker/
H A DFSClipboard.cpp150 FSClipboardStartWatch(BMessenger target) argument
154 tracker->ClipboardRefsWatcher()->AddToNotifyList(target);
161 message.AddMessenger("target", target);
169 FSClipboardStopWatch(BMessenger target) argument
173 tracker->ClipboardRefsWatcher()->AddToNotifyList(target);
180 message.AddMessenger("target", target);
362 /** Pastes entries from the clipboard to the target model's directory.
452 // (source == target)
640 AddToNotifyList(BMessenger target) argument
664 RemoveFromNotifyList(BMessenger target) argument
[all...]
/haiku/headers/os/app/
H A DInvoker.h27 BInvoker(BMessage* message, BMessenger target);
/haiku/src/add-ons/accelerants/et6x00/
H A Dgeneric.h22 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
/haiku/src/add-ons/translators/pcx/
H A DPCX.h54 extern status_t convert_pcx_to_bits(BMessage *settings, BPositionIO &source, BPositionIO &target);
/haiku/src/apps/cortex/Persistence/
H A DXML.cpp149 ASSERT(i.target());
150 *outObject = i.target();
165 ASSERT(i.target());
166 *outObject = i.target();
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.h26 BHandler* target = NULL);
H A DSwatchView.h17 BHandler* target, rgb_color color,
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.cpp25 virtual filter_result Filter(BMessage*, BHandler** target);
40 NumericInputFilter::Filter(BMessage* msg, BHandler** target) argument
68 if (BView* view = dynamic_cast<BView*>(*target)) {
72 *target = fWindow;
81 BMessage* model, BHandler* target,
84 : PopupSlider(name, label, model, target, min, max, value, formatString),
80 InputSlider(const char* name, const char* label, BMessage* model, BHandler* target, int32 min, int32 max, int32 value, const char* formatString) argument
H A DSliderView.h22 SliderView(PopupSlider* target,
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.h39 BMessenger* target = NULL,
/haiku/src/apps/mediaplayer/
H A DControllerObserver.h49 ControllerObserver(BHandler* target,
/haiku/src/apps/switcher/
H A DLaunchButton.h27 BHandler* target = NULL);
/haiku/src/tests/kits/app/bmessenger/
H A DLockTargetWithTimeoutTester.cpp74 @case 2 this is initialized to local target with preferred handler,
93 @case 3 this is initialized to local target with specific handler,
119 @case 4 this is initialized to local target with preferred handler,
136 @case 4 this is initialized to local target with preferred handler,
161 @case 5 this is initialized to local target with preferred handler,
178 @case 5 this is initialized to local target with preferred handler,
200 @case 6 this is initialized to local target with specific handler,
217 @case 6 this is initialized to local target with specific handler,
242 @case 7 this is initialized to local target with specific handler,
259 @case 7 this is initialized to local target wit
[all...]
H A DMessengerComparissonTester.cpp148 - different objects same target => true
196 struct target { struct
198 int32 id; // identifies the target
213 int32 targetCount = sizeof(targets) / sizeof(target);
218 const target &target1 = targets[i];
221 const target &target2 = targets[k];
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DAbstractButton.h28 BMessenger target = BMessenger());

Completed in 255 milliseconds

<<11121314151617181920>>