Searched refs:position (Results 226 - 250 of 328) sorted by relevance

1234567891011>>

/haiku/src/apps/haiku3d/
H A DRenderView.cpp114 float position[] = {0.0, 3.0, 6.0, 0.0}; local
117 glLightfv(GL_LIGHT0, GL_POSITION, position);
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DDriver.cpp153 i2c_elan_read(void *_cookie, off_t position, void *buffer, size_t *numBytes) argument
162 i2c_elan_write(void *_cookie, off_t position, const void *buffer, argument
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp34 uint8* position; member in struct:HashedEntry
637 entry.position = &buffer[displacement];
638 dirEntry = (ext2_dir_entry*)entry.position;
641 "length: %u, entry length: %u\n", entry.position,
670 entry.position = (uint8*)&newEntry;
687 dirEntry = (ext2_dir_entry*)(*iterator).position;
713 dirEntry = (ext2_dir_entry*)(*iterator).position;
784 dirEntry = (ext2_dir_entry*)(*iterator).position;
/haiku/src/add-ons/kernel/drivers/misc/
H A Dpoke.cpp330 poke_read(void* cookie, off_t position, void* buffer, size_t* numBytes) argument
338 poke_write(void* cookie, off_t position, const void* buffer, size_t* numBytes) argument
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp550 size_t position = 0; local
556 if (position >= maxSize) {
557 fText.UnlockBuffer(position);
563 text[position++] = c;
567 fText.UnlockBuffer(position);
/haiku/src/kits/interface/
H A DMenu.cpp2206 BMenu::_UpdateNavigationArea(BPoint position, BRect& navAreaRectAbove, argument
2233 // [1] Selected item, cursor position ('position')
2259 navAreaRectAbove.Set(position.x + NAV_AREA_THRESHOLD,
2261 position.y);
2262 navAreaRectBelow.Set(position.x + NAV_AREA_THRESHOLD,
2263 position.y, menuBounds.right,
2267 submenuBounds.top, position.x - NAV_AREA_THRESHOLD,
2268 position.y);
2270 position
2281 _UpdateStateOpenSelect(BMenuItem* item, BPoint position, BRect& navAreaRectAbove, BRect& navAreaRectBelow, bigtime_t& selectedTime, bigtime_t& navigationAreaTime) argument
[all...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp157 // maintain the position individually, and may need to seek the source
172 // we need to protect the file position and I/O by a lock.
614 // will generate index entries for the seeked to position, we
779 TRACE_IO("StreamBase::_Read(%p, %p, %d) position: %lld\n",
783 TRACE_IO("StreamBase::_Read fSource position: %lld\n",
786 off_t position local
788 if (position != stream->fPosition)
825 // If not requested to seek to an absolute position, we need to
826 // confirm that the stream is currently at the position that we
830 off_t position local
836 off_t position = stream->fSource->Seek(offset, whence); local
[all...]
/haiku/src/add-ons/kernel/debugger/hangman/
H A Dhangman.c446 khangman_read(cookie_t *cookie, off_t position, void *data, size_t *numbytes) argument
454 khangman_write(void *cookie, off_t position, const void *data, size_t *numbytes) argument
456 (void)cookie; (void)position; (void)data; (void)numbytes;
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp188 status_t Read(off_t position, void *buffer,
190 status_t Write(off_t position, const void *buffer,
661 off_t position = 0; local
664 position, fFile, &writeLength);
674 position, fEntries[i]->Entry(), &writeLength);
683 position, fEntries[i]->Data(), &writeLength);
1050 AttributeEntry::Read(off_t position, void *buffer, size_t *length) argument
1052 *length = (size_t)min_c((off_t)*length, fEntry->size - position);
1053 memcpy(buffer, fData + position, *length);
1059 AttributeEntry::Write(off_t position, cons argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_controller.cpp105 uint32 position, bufferSize; local
119 position = controller->Read32(ACC_BM0_PNTR + stream->dma_offset);
127 stream->buffer_cycle = 1 - (position / (bufferSize + 1)); // added 1 to avoid having 2
168 // reset DMA position buffer
/haiku/headers/os/interface/
H A DTextControl.h56 virtual void SetDivider(float position);
H A DMenuField.h71 virtual void SetDivider(float position);
/haiku/headers/private/interface/
H A DAbstractSpinner.h78 virtual void SetDivider(float position);
/haiku/src/apps/diskprobe/
H A DDataView.h61 void MakeVisible(int32 position);
/haiku/src/bin/bfs_tools/lib/
H A DDisk.h82 virtual off_t Seek(off_t position, uint32 seek_mode);
/haiku/src/apps/people/
H A DPictureView.cpp331 PictureView::MouseDown(BPoint position) argument
339 if (fPicture != NULL && fPictureRect.Contains(position)
343 _BeginDrag(position);
346 _ShowPopUpMenu(ConvertToScreen(position));
/haiku/src/apps/terminal/
H A DTermViewStates.h135 TermPos position; member in struct:TermView::HyperLinkState::CharPosition
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.cpp690 pc_serial_read(void *cookie, off_t position, void *buffer, size_t *numBytes) argument
693 position, buffer, *numBytes);
701 pc_serial_write(void *cookie, off_t position, const void *buffer, argument
705 position, buffer, *numBytes);
/haiku/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/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.cpp720 NFS4Inode::ReadFile(OpenStateCookie* cookie, OpenState* state, uint64 position, argument
735 req.Read(state->fStateID, state->fStateSeq, position, *length);
757 NFS4Inode::WriteFile(OpenStateCookie* cookie, OpenState* state, uint64 position, argument
772 req.Write(state->fStateID, state->fStateSeq, buffer, position, *length,
1067 NFS4Inode::TestLock(OpenFileCookie* cookie, LockType* type, uint64* position, argument
1072 ASSERT(position != NULL);
1082 req.LockT(*type, *position, *length, cookie->fOpenState);
1095 result = reply.LockT(position, length, type);
/haiku/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/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/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/src/bin/desklink/
H A DVolumeControl.cpp359 float position = (float)min / (min - max); local
362 rightFillColor, position, flags, Orientation());
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DDriver.cpp294 usb_asix_read(void *cookie, off_t position, void *buffer, size_t *numBytes) argument
302 usb_asix_write(void *cookie, off_t position, const void *buffer, argument

Completed in 394 milliseconds

1234567891011>>