Searched refs:position (Results 251 - 275 of 369) sorted by relevance

<<1112131415

/haiku-fatelf/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.cpp539 usb_midi_read(driver_cookie* cookie, off_t position, argument
551 "\n", *num_bytes, position, cookie));
602 usb_midi_write(driver_cookie* cookie, off_t position, argument
623 *num_bytes, position));
/haiku-fatelf/src/apps/diskprobe/
H A DDataView.h57 void MakeVisible(int32 position);
/haiku-fatelf/src/apps/people/
H A DPictureView.cpp328 PictureView::MouseDown(BPoint position) argument
336 if (fPicture != NULL && fPictureRect.Contains(position)
340 _BeginDrag(position);
343 _ShowPopUpMenu(ConvertToScreen(position));
/haiku-fatelf/src/bin/gdb/gdb/
H A Devent-loop.c214 static void async_queue_event (gdb_event * event_ptr, queue_position position);
223 the specified position.
233 async_queue_event (gdb_event * event_ptr, queue_position position)
235 if (position == TAIL)
246 else if (position == HEAD)
232 async_queue_event(gdb_event * event_ptr, queue_position position) argument
/haiku-fatelf/src/documentation/docbook-xsl/slides/browser/
H A DCTOCWidget.js106 viewItemChildren.style.position = 'relative';
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dgutenprintui-internal.h187 GtkWindowPosition position,
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DDisk.h81 virtual off_t Seek(off_t position, uint32 seek_mode);
/haiku-fatelf/headers/cpp/
H A Dstl_map.h163 iterator insert(iterator position, const value_type& __x) argument
164 { return _M_t.insert_unique(position, __x); }
/haiku-fatelf/headers/os/interface/
H A DMenu.h193 void _UpdateNavigationArea(BPoint position,
198 BPoint position, BRect& navAreaRectAbove,
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/
H A DNamespaceDump.cpp221 acpi_namespace_read(void *_cookie, off_t position, void *buf, size_t* num_bytes) argument
256 acpi_namespace_write(void* cookie, off_t position, const void* buffer, size_t* num_bytes) argument
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DJoystickProtocolHandler.cpp229 JoystickProtocolHandler::Read(uint32 *cookie, off_t position, void *buffer, argument
251 JoystickProtocolHandler::Write(uint32 *cookie, off_t position, argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_asix/
H A DDriver.cpp291 usb_asix_read(void *cookie, off_t position, void *buffer, size_t *numBytes) argument
299 usb_asix_write(void *cookie, off_t position, const void *buffer, argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/wb840/
H A Ddevice.c140 wb840_read(void* cookie, off_t position, void* buf, size_t* num_bytes) argument
211 wb840_write(void* cookie, off_t position, const void* buffer, size_t* num_bytes) argument
/haiku-fatelf/src/add-ons/kernel/drivers/timer/
H A Dhpet.cpp538 hpet_read(void* cookie, off_t position, void* buffer, size_t* numBytes) argument
548 hpet_write(void* cookie, off_t position, const void* buffer, size_t* numBytes) argument
/haiku-fatelf/src/add-ons/kernel/drivers/video/usb_vision/
H A Dusb_vision.c137 static status_t usb_vision_read (void* cookie, off_t position, void *buf, size_t* num_bytes) argument
146 static status_t usb_vision_write (void* cookie, off_t position, const void* buffer, size_t* num_bytes) argument
/haiku-fatelf/src/bin/desklink/
H A DVolumeControl.cpp381 float position = (float)min / (min - max); local
384 rightFillColor, position, flags, Orientation());
/haiku-fatelf/src/preferences/filetypes/
H A DFileTypeWindow.cpp50 FileTypeWindow::FileTypeWindow(BPoint position, const BMessage& refs) argument
52 BWindow(BRect(0.0f, 0.0f, 300.0f, 200.0f).OffsetBySelf(position),
/haiku-fatelf/src/servers/app/
H A DDesktop.h98 void SetLastMouseState(const BPoint& position,
101 // both mouse position calls require
104 void GetLastMouseState(BPoint* position,
H A DWindow.cpp62 // its previous position though if the exposed parts are not
277 Anchor(i).position = fFrame.LeftTop();
592 // only reload the window at the first position
1406 /*! \brief Returns the windows that's in behind of the backmost position
1442 /*! \brief Returns the window that's in front of the frontmost position
2166 // move window to the own position
2186 int32 position = PositionInStack() + 1; local
2187 if (position >= stack->CountWindows())
2188 position = -1;
2189 if (stack->AddWindow(window, position)
2345 AddWindow(Window* window, int32 position) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c286 fw_read_async(struct fw_drv1 *d, off_t position, void *buf, size_t *num_bytes) argument
361 fw_read (void *cookie, off_t position, void *buf, size_t *num_bytes) argument
378 return (fw_read_async(d, position, buf, num_bytes));
451 fw_write_async(struct fw_drv1 *d, off_t position, const void *buf, argument
541 fw_write (void *cookie, off_t position, const void *buf, size_t *num_bytes) argument
559 return (fw_write_async(d, position, buf, num_bytes));
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp421 // too late to change start position; defer
428 // not at deadline yet; fall through to set start position
439 // Fetch the starting position:
441 // +++++ if a previously-set start position was deferred, it won't be
456 // If the end position is changed while the transport is playing,
458 // position and looping is enabled, all nodes must 'warp' to
459 // the proper post-loop position.)
485 // too late to change end position; defer
492 // set new end position
503 // // restart nodes' cycle threads with new end position
756 bigtime_t position; local
770 bigtime_t position; local
[all...]
/haiku-fatelf/src/kits/interface/layouter/
H A DComplexLayouter.cpp77 virtual float ElementRangeSize(int32 position, int32 length) argument
79 if (position < 0 || length < 0 || position + length > fCount)
82 return fLocations[position + length] - fLocations[position] - 1
/haiku-fatelf/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.cpp791 off_t position = GetCurrentFile()->Position(); local
797 PRINT("\t%ld file bytes read at position %ld.\n",
798 bytesRead, position);
804 header->file_pos = position;
/haiku-fatelf/src/kits/interface/
H A DSlider.cpp737 float position; local
741 position = location.x;
745 position = min + (max - location.y);
748 if (position < min)
749 position = min;
750 if (position > max)
751 position = max;
753 return (int32)roundf(((position - min) * (fMaxValue - fMinValue) / (max - min)) + fMinValue);
758 BSlider::SetPosition(float position) argument
760 if (position <
[all...]
/haiku-fatelf/src/kits/mail/
H A DMailAttachment.cpp319 off_t position = data->Position(); local
323 if (data->Position() - position > length)
326 length -= (data->Position() - position);

Completed in 232 milliseconds

<<1112131415