Searched refs:left (Results 601 - 625 of 687) sorted by relevance

<<2122232425262728

/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp882 // there is no free space left, search free list
916 // not enough header space left -- create a fresh buffer for headers
1306 // There was not enough space left for another node in this buffer
1706 // allocate space left in the node
1820 size_t left = bytes; local
1826 if (left == 0)
1832 if (node->used > left)
1837 left -= node->used;
1846 size_t cut = min_c(node->used, left);
/haiku/src/servers/app/
H A DWindow.cpp163 STRACE(("\tFrame: (%.1f, %.1f, %.1f, %.1f)\n", fFrame.left, fFrame.top,
534 // what is left visible from the original region
570 fTopView->MoveBy((int32)(fFrame.left - fTopView->Frame().left),
2174 float deltaToX = round(ownFrame.left - frame.left);
/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),
/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/apps/mail/
H A DMailWindow.cpp1147 // Default action for left clicking on the spam button.
1522 ((rect.right - rect.left) / 2) - 16,
1920 rect.right = rect.left + width;
1931 rect.right = rect.left + screenFrame.Width();
1936 rect.left -= rect.right - screenFrame.right;
1943 if (rect.left < screenFrame.left) {
1944 rect.right += screenFrame.left - rect.left;
1945 rect.left
[all...]
/haiku/src/bin/rc/
H A Dparser.y137 %left '|'
138 %left '^'
139 %left '&'
140 %left '+' '-'
141 %left '*' '/' '%'
1425 fields[0].name = "left";
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_acc_dma.c1070 /* note the current free space we have left in the DMA buffer */
1490 /* not enough room left, so instruct DMA engine to reset the buffer
1577 /* space left after issuing the current command is the cmd AND it's arguments less */
1588 /* space left after issuing the current command is the cmd AND it's arguments less */
1822 /* setup dest clipping ref for blit (not used) (b0-15 = left, b16-31 = top) */
1977 LOG(4,("ACC_DMA: offscreen src left %d, top %d\n", list[i].src_left, list[i].src_top));
1979 LOG(4,("ACC_DMA: offscreen dest left %d, top %d\n", list[i].dest_left, list[i].dest_top));
2020 LOG(4,("ACC_DMA: offscreen clip left %d, top %d\n",
2021 list[i].dest_cliplist[j].left, list[i].dest_cliplist[j].top));
2027 /* setup dest clipping rect for blit (b0-15 = left, b1
[all...]
/haiku/src/apps/terminal/
H A DTermView.cpp531 //debug_printf("Invalidate((%f, %f) - (%f, %f))\n", rect.left, rect.top,
1167 rect.right = rect.left + fFontWidth - 1;
1182 rect.right = rect.left + 1;
1364 int32 x1 = (int32)(updateRect.left / fFontWidth);
1386 BRect rect(updateRect.left, clearTop, updateRect.right,
1421 // back color of the last char at the left
1436 rect.right = rect.left + fFontWidth * count - 1;
1492 const int x1 = (int)(updateRect.left) / fFontWidth;
2053 //sourceRect.left, sourceRect.top, sourceRect.right, sourceRect.bottom,
2054 //destRect.left, destRec
[all...]
H A DBasicTerminalBuffer.cpp914 int32 left = line->length - fCursor.x - numChars; local
916 left * sizeof(TerminalCell));
917 line->length = fCursor.x + left;
920 line->cells[fCursor.x + left + i].attributes = fAttributes;
1329 //debug_printf(" source: %ld, left: %ld, dest: %ld, left: %ld\n",
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp311 uint32 left = reservePages; local
314 (page = it.Next()) != NULL && left > 0;) {
321 left--;
979 // Don't do anything if we don't have the resources left, or the cache
/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);
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp444 StrokeLine(BPoint(viewRect.left, viewRect.bottom + 1),
/haiku/src/preferences/time/
H A DAnalogClock.cpp169 fCenterX = floorf((bounds.left + bounds.right) / 2 + 0.5) + 0.5;
400 if (point.y > 0. && point.x < 0.) // left lower corner
402 if (point.y < 0. && point.x < 0.) // left upper corner
/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp154 fWindowX = Frame().left;
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp670 MoveTo(windFrame.left, windFrame.top); // aus Preferences
/haiku/src/add-ons/translators/sgi/
H A DSGITranslator.cpp499 bitsHeader.bounds.left = 0;
/haiku/src/kits/print/
H A DPicturePrinter.cpp48 printf("rect [l: %f, t: %f, r: %f, b: %f] ", r->left, r->top, r->right, r->bottom);
/haiku/src/preferences/media/
H A DMediaListItem.cpp86 BPoint point(frame.left + 4.0f,
126 // left margin
/haiku/src/tests/kits/translation/
H A DBitmapStreamTest.cpp207 sheader.bounds.left = 0;
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp157 representation.SetToFormat("(%g,%g) (%g,%g)", value.left,
/haiku/src/kits/interface/
H A DAboutWindow.cpp447 result.x = screenFrame.left + (screenFrame.Width() / 2.0) - (width / 2.0);
/haiku/src/add-ons/translators/psd/
H A DPSDLoader.cpp264 bitsHeader.bounds.left = 0;
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp119 MoveTo(screen.Frame().left + (screen.Frame().Width()
/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...]
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c4257 int left, right, mid, last;
4259 for (left = 0; left < right;)
4261 mid = (left + right) / 2;
4263 left = mid + 1;
4267 if (left < last && mctx->bkref_ents[left].str_idx == str_idx)
4268 return left;
4252 int left, right, mid, last; local

Completed in 418 milliseconds

<<2122232425262728