Searched refs:left (Results 551 - 575 of 687) sorted by relevance

<<2122232425262728

/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h131 uint16 left; /* offset */ member in struct:__anon4
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.cpp512 int32 left = info->bounds.left; local
515 screenBits += left * bpp + top * bpr;
517 int32 screenWidth = info->bounds.right - left;
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp892 bounds.left = B_BENDIAN_TO_HOST_FLOAT(header.bounds.left);
1155 header.bounds.left = B_HOST_TO_BENDIAN_FLOAT(bounds.left);
/haiku/src/kits/translation/
H A DBitmapStream.cpp150 if (fHeader.bounds.left > 0.0 || fHeader.bounds.top > 0.0)
/haiku/src/kits/tracker/
H A DCountView.cpp35 // defines the status area drawn in the bottom left corner of a Tracker window
144 result.left = result.right - 7;
H A DFilePanelPriv.cpp704 rect.left = spacing;
705 rect.right = rect.left + (spacing * 50);
751 rect.left = spacing;
752 rect.right = rect.left + spacing * 28;
770 rect.left = spacing;
1557 alert->MoveTo(Frame().left + 10, Frame().top + 10);
/haiku/src/servers/app/
H A DView.h115 int32& left);
H A DServerPicture.cpp245 float left = points->x; local
247 float right = left;
254 if (points->x < left)
255 left = points->x;
265 _frame->Set(left, top, right, bottom);
H A DDrawState.cpp498 BPoint(rect.left, rect.top),
501 BPoint(rect.left, rect.bottom)
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp1612 fRectParams[i].left = (uint16)r.left;
1645 fBlitParams[i].src_left = (uint16)sortedRectList[i].left;
1649 fBlitParams[i].dest_left = (uint16)sortedRectList[i].left
1657 - sortedRectList[i].left);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp492 expressionRect.left = fExpressionTextView->Frame().right + 2;
554 frame.left = keypadRect.left + col * sizeCol;
555 frame.right = keypadRect.left + (col + 1) * sizeCol - 1;
615 bounds.left = bounds.right - fCalcIcon->Bounds().Width();
/haiku/headers/os/interface/
H A DLayoutBuilder.h115 inline ThisBuilder& SetInsets(float left, float top, float right,
225 inline ThisBuilder& SetInsets(float left, float top, float right,
299 inline ThisBuilder& SetInsets(float left, float top, float right,
712 Group<ParentBuilder>::SetInsets(float left, float top, float right, argument
715 fLayout->SetInsets(left, top, right, bottom);
1096 Grid<ParentBuilder>::SetInsets(float left, float top, float right, argument
1099 fLayout->SetInsets(left, top, right, bottom);
1388 Split<ParentBuilder>::SetInsets(float left, float top, float right, argument
1391 fView->SetInsets(left, top, right, bottom);
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1705 screenFrame.left += decoratorFrame.left - frame.left;
1713 frame.right = frame.left + width;
1718 if (frame.left < screenFrame.left)
1719 frame.OffsetBy(screenFrame.left - frame.left, 0);
1728 MoveTo(frame.left, frame.top);
/haiku/headers/cpp/
H A Dstreambuf.h153 left=_IO_LEFT, right=_IO_RIGHT, internal=_IO_INTERNAL, enumerator in enum:ios::__anon71
166 adjustfield = left+right+internal
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DMSP3430.cpp111 MSP3430_DSP_QPEAK_L = 0x0019, // Quasipeak detector left and right
447 // set balance between -100% (right) and 100% (left)
452 // set balance between -128 dB (right) and 127 dB (left)
712 void CMSP3430::SetQuasiPeak(int left, int right)
715 fQPeakLeft = left;
/haiku/src/kits/locale/
H A DLocaleRosterData.cpp172 LocaleRosterData::CompareInfos(const void* left, const void* right) argument
175 = * static_cast<const CatalogAddOnInfo* const *>(left);
/haiku/src/kits/interface/
H A DGradient.cpp84 sort_color_stops_by_offset(const BGradient::ColorStop* left, argument
87 return left->offset < right->offset;
H A DAlert.cpp453 result.x = screenFrame.left + (screenFrame.Width() / 2.0) - (width / 2.0);
643 if (Frame().left != 0 && Frame().right != 0)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp232 fillRect.left += kTextMargin + targetView->StringWidth(
237 fillRect.right = fillRect.left + filterWidth;
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp63 r.left = r.right + 1;
64 r.right = r.left + B_V_SCROLL_BAR_WIDTH;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp623 // if there are any TreeIterators left, we need to stop them
1176 // see if there is some space left for us
1316 // no space left - add a new duplicate node
1790 // update the right link of the node in the left of the new node
1889 FATAL(("invalid duplicate node: first left link points to %" B_PRIdOFF
1925 off_t left = duplicate->LeftLink(); local
1927 bool isLast = left == BPLUSTREE_NULL && right == BPLUSTREE_NULL;
1934 if (left == BPLUSTREE_NULL) {
1940 // This is the last node, and there is only one value left;
1957 if (left !
[all...]
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp291 fFrame.left = origin.x;
635 MoveTo(fFrame.left, fFrame.top);
/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp279 bitsHeader.bounds.left = 0;
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp465 offset.x = (fVideoFrame.left + fVideoFrame.right
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp96 frame.right = frame.left + size.width;

Completed in 241 milliseconds

<<2122232425262728