Searched refs:left (Results 351 - 375 of 687) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPParameterVisitor.cpp211 stp_dimension_t left, right, top, bottom; local
212 stp_get_imageable_area(fVariables, &left, &right, &bottom, &top);
213 BRect imageableArea(left, top, right, bottom);
/haiku/src/servers/notification/
H A DAppGroupView.cpp65 fCollapseRect.left = kEdgePadding * 3;
66 fCollapseRect.right = fCollapseRect.left + 1.5 * kExpandSize;
74 fCloseRect.left = fCloseRect.right - kCloseSize;
/haiku/src/kits/interface/
H A DTextControl.cpp414 rect.left += fLayoutData->previous_width - kFrameMargin;
420 rect.left = rect.right - kFrameMargin;
899 divider = fabs(fLayoutData->text_view_layout_item->Frame().left
900 - fLayoutData->label_layout_item->Frame().left);
1166 frame.left = fDivider;
1172 fText->MoveTo(frame.left, frame.top);
1178 frame.left, frame.top, frame.right, frame.bottom);
1198 fDivider = fabs(textFrame.left - labelFrame.left);
1205 MoveTo(frame.left, fram
[all...]
H A DChannelSlider.cpp553 leftTop.Set(area.left + hCenter, area.top + vCenter);
556 leftTop.Set(area.left, area.top + vCenter);
557 bottomRight.Set(area.left + ThumbRangeFor(channel), leftTop.y);
580 rect.left = floorf(rect.left);
608 rect.left = floorf(rect.left);
770 // of the first and last thumb frames (top/left and bottom/right)
855 into->StrokeLine(area.LeftTop(), BPoint(area.left, area.bottom - 1));
857 into->StrokeLine(BPoint(area.left
[all...]
H A DTextView.cpp830 fTextRect.OffsetTo(rect.left, rect.top);
1298 // recalculate line breaks and draw what's left
1814 result.x += fTextRect.left;
1861 point.x -= fTextRect.left;
1865 // from the left end, so when the point is near the right end it's very
2111 selRect.left = startPt.x;
2120 selRect.left = startPt.x;
2130 selRect.left = std::min(fTextRect.left,
2131 bounds.left
2278 SetInsets(float left, float top, float right, float bottom) argument
[all...]
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp81 BRect rect(background->Bounds().left + 15,
82 background->Bounds().bottom - 94, background->Bounds().left + 122,
89 rect = BRect(background->Bounds().left + 132,
/haiku/src/apps/deskbar/
H A DWindowMenuItem.cpp127 frame.right = frame.left + sHPad / 2;
131 frame.left = frame.right + 1;
193 float offset = penLocation.x - Frame().left;
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c115 bin_tree_t *left, bin_tree_t *right,
118 bin_tree_t *left, bin_tree_t *right,
1189 /* Descend down the tree, preferably to the left (or to the right
1191 while (node->left || node->right)
1192 if (node->left)
1193 node = node->left;
1225 /* Go to the left node, or up and to the right. */
1226 if (node->left)
1227 node = node->left;
1259 && node->left
1393 int left, right; local
3695 create_tree(re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, re_token_type_t type) argument
3704 create_token_tree(re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, const re_token_t *token) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c120 * the runlist is left unchanged if the reallocation fails
219 * left unmodified.
277 * left end of the new runlist, if necessary. Adjust the size of the hole
286 * left unmodified.
291 BOOL left = FALSE; /* Left end of @src needs merging */ local
310 left = ntfs_rl_are_mergeable(dst + loc - 1, src);
313 if (left)
322 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - left + disc);
330 if (left)
336 * If "left", the
389 BOOL left = FALSE; /* Left end of @src needs merging */ local
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h383 // found a matching node, now get the left-most node with that key
384 while (node->left && fPrimaryKeyCompare(key,
386 strategy.GetNode(node->left)))) == 0) {
387 node = strategy.GetNode(node->left);
395 node = strategy.GetNode(node->left);
427 node = strategy.GetNode(node->left);
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp108 rect.left + rect.Width() / 2,
149 rect.left = (rect.Width() - fBitmap->Bounds().Width()) / 2;
151 rect.right = rect.left + fBitmap->Bounds().Width();
155 rect.left + rect.Width() / 2,
199 rect.left + rect.Width() / 2,
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp285 bounds.left += kItemLeftMargin /** GetLevel()*/;
294 bounds.left += kBoxLeftMargin;
323 fBounds.left += kLeftMargin;
340 fBounds.OffsetTo(fBounds.left, builder.GetBounds().top);
400 BRect listBounds(bounds.left + kLeftMargin, bounds.top + kTopMargin,
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp273 int left = data[0] + (data[1] << 8); local
296 BRect rect(left, top, left + fWidth - 1, top + fHeight - 1);
299 header.bounds.left = B_HOST_TO_BENDIAN_FLOAT(rect.left);
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp223 dirty.left = item->Frame().left;
508 float left; local
510 GroupLayout()->GetInsets(&left, NULL, &right, NULL);
511 width -= left + right;
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp262 // There are some refs left that want to be handled by the type window
277 // There are some refs left that want to be handled by the type window
462 float left = lastFrame.left + kCascadeOffset; local
463 if (left + lastFrame.Width() > screenBorder.right) {
467 left = initFrame.LeftTop().x;
476 lastFrame.OffsetTo(BPoint(left, top));
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp150 float left = points->x; local
152 float right = left;
159 if (points->x < left)
160 left = points->x;
170 frame->Set(left, top, right, bottom);
213 rect.left = start.x;
216 rect.left = end.x;
238 _rect.left, _rect.top, _rect.right, _rect.bottom);
314 _rect.left, _rect.top, _rect.right, _rect.bottom);
389 rect.left, rec
[all...]
H A DServerFont.cpp748 fEdges[index].left = 0.0;
756 fEdges[index].left = glyph->inset_left / fSize;
789 // edgeArray[i].left = float(face->glyph->metrics.horiBearingX)
947 rectArray[index].left = r.x1 + x;
957 rectArray[index].left = r.x1;
970 double left = 0.0; local
978 &left, &top, &right, &bottom);
981 rectArray[index] = BRect(left, top, right, bottom);
984 | BRect(left, top, right, bottom);
1118 fBounds.left
[all...]
/haiku/src/apps/processcontroller/
H A DProcessController.cpp172 frame.left = frame.right - 7;
608 float top = 1, left = 1; local
625 float right = left + gCPUcount * (barWidth + barGap) - barGap;
635 StrokeRect(BRect(left - 1, top - 1, right, bottom + 1));
638 StrokeLine(BPoint(left + x * barWidth + x - 1, top),
639 BPoint(left + x * barWidth + x - 1, bottom));
647 right = left + barWidth - 1;
659 FillRect(BRect(left, idleTop, right, limit - 1));
665 StrokeLine(BPoint(left, bottom - barHeight), BPoint(right,
673 FillRect(BRect(left, limi
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp353 AddLine(BPoint(r.left, r.bottom),
354 BPoint(r.left, r.top), shadow);
355 AddLine(BPoint(r.left + 1.0, r.top),
360 BPoint(r.left + 1.0, r.bottom), light);
759 float hMaxValue = max_c(dataRect.left,
768 fHScrollBar->SetRange(dataRect.left, hMaxValue);
904 r.left += borderWidth;
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp95 fTitleRect.left = fIconRect.right + labelSpacing;
99 fTitleRect.left + currentFont.StringWidth(fModel->Name()),
235 fTitleRect.right = std::min(fTitleRect.left + stringWidth,
286 fTitleRect.right = std::min(fTitleRect.left
349 offsetPoint.x = where.x - fIconRect.left;
366 offsetPoint.x = fClickPoint.x - fIconRect.left;
472 BPoint((fClickPoint.x - fIconRect.left)
/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/apps/soundrecorder/
H A DRecorderWindow.cpp259 r.left = 0;
260 r.right = r.left + 38;
266 r.left = r.left + 40;
272 r.left = 2;
368 r.left += 190;
370 r.left -= 10;
383 r.right = r.left + 190;
399 r.left = 8;
609 bigtime_t right, left, mai local
[all...]
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp319 int32 left = 0; local
323 while (left <= right) {
324 int32 index = (left + right) / 2;
328 // search in left part
343 left = index + 1;
563 rect.left = rect.right - kDraggerSize;
585 rect.left = rect.right - kDraggerSize;
1210 MoveTo(historyFrame.left, historyFrame.top);
1211 ResizeTo(legendFrame.left + legendFrame.Width() - historyFrame.left,
[all...]
/haiku/src/kits/tracker/
H A DUtilities.cpp735 // If the first char has a negative left edge give it
738 loc.x = bounds.left + (2 - eInfo.left);
745 float center = (bounds.right - bounds.left) / 2;
851 frame.left += 10;
854 frame.left += 1;
858 float startX = frame.left;
889 parent->AddLine(BPoint(frame.left, y), BPoint(firstEndX, y),
896 frame.left++;
898 parent->AddLine(BPoint(frame.left,
[all...]
/haiku/src/tests/servers/app/newClipping/
H A DLayer.cpp51 rect->OffsetBy(fFrame.left, fFrame.top);
63 reg->OffsetBy(fFrame.left, fFrame.top);
226 newFrame.left += 0.0f;
228 newFrame.left += x;
230 newFrame.left += x/2;
347 fFrame.Set(fFrame.left, fFrame.top, fFrame.right+dx, fFrame.bottom+dy);
412 // fFrame.Set(fFrame.left+dx, fFrame.top+dy, fFrame.right+dx, fFrame.bottom+dy);
597 // the visible region of this layer is what left after all its children took

Completed in 275 milliseconds

<<11121314151617181920>>