Searched refs:top (Results 301 - 325 of 658) sorted by relevance

<<11121314151617181920>>

/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp39 node* top() function in struct:node
45 node* ret = top();
64 return (a.bottom < b.top);
270 node* n = inDegreeZeroNodes.top();
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.h51 virtual status_t Protect(addr_t base, addr_t top,
/haiku/src/add-ons/screen_savers/icons/
H A DIconDisplay.cpp134 view->DrawBitmap(fBitmap, BPoint(fFrame.left, fFrame.top));
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkView.cpp68 float y = (bounds.top + bounds.bottom - ceilf(fontHeight.ascent)
/haiku/src/add-ons/screen_savers/gravity/
H A DRainbowItem.cpp78 owner->MovePenTo(colorRect.right + spacer, frame.top + BaselineOffset());
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp414 double aSum = fabs(goalRect.left - a.left) + fabs(goalRect.top - a.top);
415 double bSum = fabs(goalRect.left - b.left) + fabs(goalRect.top - b.top);
/haiku/src/tests/kits/game/chart/
H A DChartRender_d.h61 int32 top;
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.h59 virtual status_t Protect(addr_t base, addr_t top,
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.h59 virtual status_t Protect(addr_t base, addr_t top,
/haiku/src/apps/terminal/
H A DSmartTabView.h40 void SetInsets(float left, float top, float right,
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp145 fBoxRect.top = itemRect.top + (itemRect.Height() - boxRect.Height()) / 2;
147 fBoxRect.bottom = itemRect.top + boxRect.Height();
159 BRect(left, itemRect.top, itemRect.left, itemRect.bottom));
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_rssadapt.c224 int i, top, thridx; local
226 for (i = 0, top = IEEE80211_RSSADAPT_BKT0;
228 i++, top <<= IEEE80211_RSSADAPT_BKTPOWER) {
230 if (pktlen <= top)
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp350 if (windowRect.top < screenRect.top) {
351 windowRect.top = screenRect.top + 5.0;
/haiku/src/preferences/appearance/
H A DColorWhichItem.cpp64 owner->MovePenTo(colorRect.right + spacer, frame.top + BaselineOffset());
/haiku/src/system/boot/platform/riscv/
H A Dvideo.cpp74 uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top)
73 platform_blit4(addr_t frameBuffer, const uint8* data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
/haiku/src/kits/shared/
H A DColorItem.cpp70 owner->MovePenTo(colorRect.right + spacer, frame.top + BaselineOffset());
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.h48 virtual status_t Protect(addr_t base, addr_t top,
/haiku/src/apps/icon-o-matic/gui/
H A DIconView.cpp76 scaledArea.top *= fScale;
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp157 owner->MovePenTo(frame.left + 4, frame.top + 1);
162 frame.top + fSecondBaselineOffset);
174 frame.top + fBaselineOffset);
215 frame.top + fBaselineOffset);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h64 void SetInsets(float left, float top, float right,
/haiku/src/add-ons/kernel/network/stack/
H A Dradix.c276 struct radix_node *top = head->rnh_treetop; local
277 int head_off = top->rn_offset, vlen = (int)LEN(v);
278 register struct radix_node *t = rn_search(v_arg, top);
304 register struct radix_node *p, *x = top;
411 * At the top of the tree, no need to traverse the right
514 struct radix_node *saved_t, *top = t; local
519 * Open code rn_search(v, top) to avoid overhead of extra
607 } while (t != top);
699 struct radix_node *saved_tt, *top = head->rnh_treetop; local
713 if ((x = rn_addmask(netmask, 0, top
850 struct radix_node *dupedkey, *saved_tt, *top; local
[all...]
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.cpp206 Statement* top = Top(); local
207 if (top != NULL) {
208 top->AddChild(statement);
237 // check if corresponding Open* is on top of stack
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp83 float top = menuViewRect.bottom + 1; local
87 // Simulate a vertical divider by making a BBox where only the top side
91 top,
93 top + plainHeight.ascent + plainHeight.descent + plainHeight.leading + 4);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp77 FillRect(BRect(b.left, b.top, b.left + fLabelWidth, b.bottom), B_SOLID_LOW);
79 floorf(b.top + b.Height() / 2.0
91 StrokeLine(BPoint(b.left + fLabelWidth - 1.0, b.top),
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp75 textPoint.y = frame.top
176 updateRect.top = r.bottom + 1.0;
262 itemBounds.bottom = itemBounds.top + ceilf( item->Height() );
266 itemBounds.top = itemBounds.bottom + 1.0;
358 else if (point.y < rect.top + hotDist)
359 scrollV = (point.y - rect.top) - hotDist;
625 if (itemFrame.top < bounds.top) {
809 r.top = r.bottom;
810 r.bottom = r.top
[all...]

Completed in 278 milliseconds

<<11121314151617181920>>