Searched refs:target (Results 51 - 75 of 732) sorted by relevance

1234567891011>>

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dgeneral.c578 status_t eng_general_validate_pic_size (display_mode *target, uint32 *bytes_per_row, bool *acc_mode) argument
591 switch (target->space)
599 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
608 switch (target->space)
616 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
643 switch (target->space)
651 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
659 /* switch (target->space)
667 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
679 switch(target
[all...]
H A Dcrtc.c92 status_t eng_crtc_set_timing(display_mode target) argument
127 target.timing.h_sync_start =
129 target.timing.h_display)) & 0xfff8;
131 target.timing.h_sync_end =
133 target.timing.h_display)) & 0xfff8;
135 target.timing.h_total =
137 target.timing.h_display)) & 0xfff8) - 8;
141 if (target.timing.h_display == si->ps.p1_timing.h_display)
145 target.timing.h_total -= 56;
148 target
[all...]
H A Dcrtc2.c78 status_t eng_crtc2_set_timing(display_mode target) argument
113 target.timing.h_sync_start =
115 target.timing.h_display)) & 0xfff8;
117 target.timing.h_sync_end =
119 target.timing.h_display)) & 0xfff8;
121 target.timing.h_total =
123 target.timing.h_display)) & 0xfff8) - 8;
127 if (target.timing.h_display == si->ps.p2_timing.h_display)
131 target.timing.h_total -= 56;
134 target
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_brooktreetv.c1332 uint8 BT_check_tvmode(display_mode target) argument
1335 uint32 mode = ((target.timing.h_display) | ((target.timing.v_display) << 16));
1340 if (((target.flags & TV_BITS) == TV_PAL) && (!(target.flags & TV_VIDEO)))
1342 if ((target.flags & TV_BITS) == TV_NTSC)
1344 if (!(target.flags & TV_VIDEO)) status = NTSC640;
1349 if (((target.flags & TV_BITS) == TV_PAL) && (target.flags & TV_VIDEO))
1353 if (((target
1406 BT_update_mode_for_gpu(display_mode *target, uint8 tvmode) argument
1645 BT_setmode(display_mode target) argument
[all...]
/haiku/src/add-ons/accelerants/nvidia/
H A DSetDisplayMode.c32 * We don't use bounds here by making sure bounds and target are the same struct!
34 display_mode /*bounds,*/ target; local
41 target /*= bounds*/ = *mode_to_set;
43 LOG(1, ("SETMODE: (ENTER) initial modeflags: $%08x\n", target.flags));
44 LOG(1, ("SETMODE: requested target pixelclock %ukHz\n", target.timing.pixel_clock));
46 target.virtual_width, target.virtual_height));
49 if (PROPOSE_DISPLAY_MODE(&target, &target,
[all...]
/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.cpp147 // take ownership of buffer from target
167 // returns false if the target doesn't own the data, but references it
170 bool RawBuffer::adopt(RawBuffer& target) { argument
173 operator=(target);
177 if(!target.m_bOwnData) {
182 target.m_bOwnData = false;
218 RawBuffer& target,
223 if(m_frameSize != target.m_frameSize)
228 ASSERT(target.m_pData);
236 uint32 targetSize = target
217 rawCopyTo( RawBuffer& target, uint32* pioFromFrame, uint32* pioTargetFrame, uint32 frames) const argument
297 rawCopyTo( RawBuffer& target, uint32 fromOffset, uint32 targetOffset, uint32 frames) const argument
[all...]
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_general.c429 status_t nm_general_validate_pic_size (display_mode *target, uint32 *bytes_per_row, bool *acc_mode) argument
447 switch (target->space)
459 LOG(8,("INIT: unsupported colorspace: 0x%08x\n", target->space));
464 switch (target->space)
471 LOG(8,("INIT: unsupported colorspace: 0x%08x\n", target->space));
481 if ((si->ps.card_type < NM2200) && (target->space == B_RGB24)) *acc_mode = false;
487 if (target->virtual_width > 1024) *acc_mode = false;
492 if (target->virtual_width > 1600) *acc_mode = false;
496 if (target->virtual_height > 1024) *acc_mode = false;
502 switch(target
[all...]
/haiku/src/system/kernel/
H A Dconvertutf.cpp59 utf16_to_utf8(const uint16* source, size_t sourceCodeUnitCount, char* target, argument
63 || target == NULL || targetLength == 0) {
106 target[outLength] = '\0';
110 encode_glyph(glyph, glyphLength, target + outLength);
114 target[outLength] = '\0';
122 char* target, size_t targetLength)
124 return utf16_to_utf8(source, sourceCodeUnitCount, target, targetLength,
131 char* target, size_t targetLength)
133 return utf16_to_utf8(source, sourceCodeUnitCount, target, targetLength,
121 utf16le_to_utf8(const uint16* source, size_t sourceCodeUnitCount, char* target, size_t targetLength) argument
130 utf16be_to_utf8(const uint16* source, size_t sourceCodeUnitCount, char* target, size_t targetLength) argument
/haiku/headers/private/storage/
H A DPathMonitor.h42 const BMessenger& target);
45 const BMessenger& target);
46 static status_t StopWatching(const BMessenger& target);
69 const BMessenger& target);
74 virtual status_t StopWatching(const BMessenger& target);
/haiku/src/tests/kits/app/bmessenger/
H A DSMInvoker.h13 virtual status_t Invoke(BMessenger &target, BHandler *replyHandler,
28 virtual status_t Invoke(BMessenger &target, BHandler *replyHandler,
40 virtual status_t Invoke(BMessenger &target, BHandler *replyHandler,
54 virtual status_t Invoke(BMessenger &target, BHandler *replyHandler,
68 virtual status_t Invoke(BMessenger &target, BHandler *replyHandler,
81 virtual status_t Invoke(BMessenger &target, BHandler *replyHandler,
/haiku/src/kits/tracker/
H A DRecentItems.cpp84 BMessage* openFolderMessage, BHandler* target,
89 BMessage* openFolderMessage, BHandler* target,
107 BHandler* target, int32 maxItems, bool navMenuFolders,
115 BHandler* target, int32 maxItems);
189 BMessage* openFolderMessage, BHandler* target, int32 maxItems,
192 RecentItemsMenu(title, openFileMessage, target, maxItems),
201 BMessage* openFolderMessage, BHandler* target, int32 maxItems,
205 RecentItemsMenu(title, openFileMessage, target, maxItems),
223 BHandler* target, int32 maxItems, bool navMenuFolders,
226 RecentItemsMenu(title, openMessage, target, maxItem
188 RecentFilesMenu(const char* title, BMessage* openFileMessage, BMessage* openFolderMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* ofType, const char* openedByAppSig) argument
200 RecentFilesMenu(const char* title, BMessage* openFileMessage, BMessage* openFolderMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* ofTypeList[], int32 ofTypeListCount, const char* openedByAppSig) argument
222 RecentFoldersMenu(const char* title, BMessage* openMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* openedByAppSig) argument
236 RecentAppsMenu(const char* title, BMessage* openMessage, BHandler* target, int32 maxItems) argument
268 GetNextMenuItem(const BMessage* fileOpenInvokeMessage, const BMessage* containerOpenInvokeMessage, BHandler* target, entry_ref* currentItemRef) argument
428 NewFileListMenu(const char* title, BMessage* openFileMessage, BMessage* openFolderMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* ofType, const char* openedByAppSig) argument
440 NewFileListMenu(const char* title, BMessage* openFileMessage, BMessage* openFolderMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* ofTypeList[], int32 ofTypeListCount, const char* openedByAppSig) argument
456 NewFolderListMenu(const char* title, BMessage* openMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* openedByAppSig) argument
511 NewAppListMenu(const char* title, BMessage* openMessage, BHandler* target, int32 maxItems) argument
[all...]
/haiku/src/kits/network/libnetservices2/
H A DHttpSerializer.cpp41 \brief Transfer the HTTP request to \a target while using \a buffer for intermediate storage.
46 HttpSerializer::Serialize(HttpBuffer& buffer, BDataIO* target) argument
56 _WriteToTarget(buffer, target);
75 auto bytesWritten = _WriteToTarget(buffer, target);
117 HttpSerializer::_WriteToTarget(HttpBuffer& buffer, BDataIO* target) const
120 buffer.WriteTo([target, &bytesWritten](const std::byte* buffer, size_t size) {
123 result = target->Write(buffer, size);
/haiku/headers/private/textencoding/
H A DCharacterSetRoster.h46 static status_t StartWatching(BMessenger target);
51 static status_t StopWatching(BMessenger target);
/haiku/src/add-ons/accelerants/matrox/
H A DSetDisplayMode.c50 * We don't use bounds here by making sure bounds and target are the same struct!
52 display_mode /*bounds,*/ target; local
59 target /*= bounds*/ = *mode_to_set;
61 LOG(1, ("SETMODE: (ENTER) initial modeflags: $%08x\n", target.flags));
62 LOG(1, ("SETMODE: requested target pixelclock %dkHz\n", target.timing.pixel_clock));
64 target.virtual_width, target.virtual_height));
67 if (PROPOSE_DISPLAY_MODE(&target, &target,
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DCheckBox.h19 BMessenger target = BMessenger());
33 BMessenger target = BMessenger());
/haiku/src/kits/storage/
H A DNodeMonitor.cpp25 // Subscribes a target to watch node changes on a volume.
27 watch_volume(dev_t volume, uint32 flags, BMessenger target) argument
34 BMessenger::Private messengerPrivate(target);
49 // Subscribes or unsubscribes a target to node and/or mount watching.
51 watch_node(const node_ref* node, uint32 flags, BMessenger target) argument
53 if (!target.IsValid())
56 BMessenger::Private messengerPrivate(target);
102 // Unsubscribes a target from node and mount monitoring.
104 stop_watching(BMessenger target) argument
106 if (!target
[all...]
/haiku/src/apps/haikudepot/ui/
H A DMessagePackageListener.h21 MessagePackageListener(BHandler* target);
37 BHandler* target);
H A DTabView.h15 TabView(const BMessenger& target, const BMessage& message, argument
19 fTarget(target),
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DTeamSettingsWindow.h23 BHandler* target);
29 BHandler* target);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.h23 BHandler* target = NULL);
35 void SetTarget(BHandler* target);
/haiku/src/apps/diskprobe/
H A DFindWindow.h28 BMessenger& target,
37 void SetTarget(BMessenger& target);
/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp271 #define TEST(type, source, target) \
272 memcpy(target, source, sizeof(source)); \
275 swap_data(type, target, sizeof(target), B_SWAP_HOST_TO_LENDIAN); \
276 CHK(!memcmp(target, source, sizeof(source))); \
277 swap_data(type, target, sizeof(target), B_SWAP_LENDIAN_TO_HOST); \
278 CHK(!memcmp(target, source, sizeof(source))); \
280 swap_data(type, target, sizeof(target), B_SWAP_HOST_TO_BENDIA
[all...]
/haiku/src/servers/registrar/
H A DWatchingService.h43 bool AddWatcher(const BMessenger &target);
45 bool RemoveWatcher(const BMessenger &target, bool deleteWatcher = true);
/haiku/src/add-ons/accelerants/via/engine/
H A Dcrtc.c81 status_t eng_crtc_set_timing(display_mode target) argument
117 target.timing.h_sync_start =
119 target.timing.h_display)) & 0xfff8;
121 target.timing.h_sync_end =
123 target.timing.h_display)) & 0xfff8;
125 target.timing.h_total =
127 target.timing.h_display)) & 0xfff8) - 8;
131 if (target.timing.h_display == si->ps.p1_timing.h_display)
135 target.timing.h_total -= 56;
138 target
[all...]
H A Dcrtc2.c78 status_t eng_crtc2_set_timing(display_mode target) argument
113 target.timing.h_sync_start =
115 target.timing.h_display)) & 0xfff8;
117 target.timing.h_sync_end =
119 target.timing.h_display)) & 0xfff8;
121 target.timing.h_total =
123 target.timing.h_display)) & 0xfff8) - 8;
127 if (target.timing.h_display == si->ps.p2_timing.h_display)
131 target.timing.h_total -= 56;
134 target
[all...]

Completed in 107 milliseconds

1234567891011>>