Searched refs:left (Results 1 - 25 of 687) sorted by last modified time

1234567891011>>

/haiku/headers/private/file_systems/
H A DQueryParser.h305 Operator(Term<QueryPolicy>* left, int8 op,
991 Operator<QueryPolicy>::Operator(Term<QueryPolicy>* left, int8 op,
995 fLeft(left),
998 if (left)
999 left->SetParent(this);
1245 Term<QueryPolicy>* left = ParseEquation(expr);
1246 if (left == NULL)
1254 || (newParent = new(std::nothrow) Operator<QueryPolicy>(left,
1256 delete left;
1261 left
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp770 uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top)
769 platform_blit4(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
/haiku/src/apps/charactermap/
H A DCharacterView.cpp161 int32 topBlock = _BlockAt(BPoint(Bounds().left, Bounds().top));
326 box.left += (box.Width() - charWidth) / 2;
330 menu->DrawString(Label(), BPoint(box.left, box.bottom));
349 float left, top, bottom, right; local
350 GetItemMargins(&left, &top, &bottom, &right);
351 SetItemMargins(left, top, bottom, left);
/haiku/src/servers/app/
H A DServerApp.cpp3726 frame.right = frame.left + 1;
3745 Signature(), title, frame.left, frame.top,
/haiku/src/preferences/screen/
H A DScreenWindow.cpp212 // box on the left with workspace count and monitor view
249 // box on the left below the screen box with workspaces
348 itemRect.left = itemRect.top = 0;
H A DMonitorView.cpp98 BPoint powerPos(outerRect.left + 5, outerRect.bottom - 2);
120 DrawString(text, BPoint(innerRect.left + (innerRect.Width() - width) / 2,
/haiku/src/apps/stylededit/
H A DStatusView.cpp134 float x = bounds.left;
146 x = bounds.left;
170 float left = fCellWidth[kPositionCell] + fCellWidth[kEncodingCell]; local
171 if (where.x < left)
183 where.x = left;
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp201 StrokeLine(BPoint(innerRect.left, innerRect.top + 1),
202 BPoint(innerRect.left, innerRect.bottom - 1), B_MIXED_COLORS);
205 StrokeLine(BPoint(innerRect.left + 1, innerRect.top),
207 StrokeLine(BPoint(innerRect.left + 1, innerRect.bottom),
213 StrokeLine(BPoint(innerRect.left, innerRect.top + 6),
214 BPoint(innerRect.left, innerRect.bottom - 6), B_MIXED_COLORS);
217 StrokeLine(BPoint(innerRect.left + 6, innerRect.top),
219 StrokeLine(BPoint(innerRect.left + 6, innerRect.bottom),
225 StrokeLine(BPoint(innerRect.left, innerRect.top + 7),
226 BPoint(innerRect.left, innerRec
[all...]
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp291 fFrame.left = origin.x;
635 MoveTo(fFrame.left, fFrame.top);
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp156 DrawBitmap(fIconBitmap, BPoint(rect.left
/haiku/src/apps/installer/
H A DInstallerWindow.cpp119 placement.x = (bounds.left + bounds.right - fLogo->Bounds().Width()) / 2;
/haiku/src/apps/drivesetup/
H A DDiskView.cpp552 textOffset.x = messageBounds.left + fh.ascent;
H A DPartitionList.cpp118 x = rect.left + sTextMargin;
125 width = (x - rect.left - (2 * sTextMargin));
126 r.Set(rect.left, rect.top, rect.left + width, rect.bottom);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp1040 rect.left = frame.left;
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp136 TranslationComparator(const void* left, const void* right) argument
138 const Translation* leftTranslation = *(const Translation**)left;
203 CropView(BView* target, int32 left, int32 top,
491 CropView::CropView(BView* target, int32 left, int32 top, int32 right, argument
496 fCropLeft(left),
/haiku/src/kits/interface/
H A DColumnTypes.cpp81 parent->MovePenTo(rect.left + kTEXT_MARGIN, y);
85 parent->MovePenTo(rect.left + kTEXT_MARGIN
575 graphRect.right = graphRect.left + value;
587 parent->MovePenTo(rect.left + rect.Width() / 2 - width / 2, rect.bottom - FontHeight());
641 x = rect.left + kTEXT_MARGIN;
645 x = rect.left + ((rect.Width() - r.Width()) / 2);
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c826 /* left channel */
831 sound->left.adc_source = line; // record line left
835 sound->left.adc_source = aux1; // record CD left ??
839 sound->left.adc_source = mic; // record mic left
843 sound->left.adc_source = loopback;
847 sound->left.adc_gain = u&15;
850 sound->left
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp572 TRACE("Close(): after waiting, the SendQ was left with %" B_PRIuSIZE
827 size_t left = buffer->size;
838 while (left > 0) {
856 if (size < left) {
871 left -= size;
874 left -= buffer->size;
2423 // if there is data left to be sent, send it now
/haiku/src/kits/tracker/
H A DContainerWindow.cpp997 float offsetX = extent.left - PoseView()->Bounds().left;
1254 // move frame left top on screen
1261 frame.right = frame.left + extent.Width() + widthDiff;
1273 extent.left - PoseView()->Bounds().left,
3815 frame.left *= scalingFactor;
3872 frame.left *= scalingFactor;
3927 frame.left /= scalingFactor;
3965 frame.left /
[all...]
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/add-ons/kernel/file_systems/xfs/
H A DInode.h352 hashLowerBound(T* entry, int& left, int& right, uint32 hashValueOfRequest) argument
361 while (left < right) {
362 mid = (left + right) / 2;
369 left = mid+1;
371 TRACE("left:(%" B_PRId32 "), right:(%" B_PRId32 ")\n", left, right);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp495 _AddItemMenu(menu, B_TRANSLATE("Flip left to right"),
553 float maxWidth = frame.Width() + 1 - windowBorder - Frame().left;
1120 fToolBar->MoveTo(fToolBar->Frame().left, offset);
1125 fScrollArea->MoveTo(fScrollArea->Frame().left, frame.top);
1393 MoveTo(frame.left, frame.top);
1479 new PrintOptionsWindow(BPoint(Frame().left + 30, Frame().top + 50),
H A DShowImageStatusView.cpp97 float x = bounds.left;
109 x = bounds.left;
/haiku/src/preferences/filetypes/
H A DIconView.cpp784 rect.left++;
/haiku/src/apps/text_search/
H A DGrepWindow.cpp611 if (windowFrame.left > screenFrame.right
613 || windowFrame.right < screenFrame.left
657 MoveTo(fModel->fFrame.left, fModel->fFrame.top);

Completed in 228 milliseconds

1234567891011>>