Searched refs:weight (Results 26 - 50 of 52) sorted by relevance

123

/haiku/src/kits/interface/
H A DSplitLayout.h47 virtual BLayoutItem* AddView(BView* child, float weight);
49 float weight);
53 virtual bool AddItem(BLayoutItem* item, float weight);
55 float weight);
60 void SetItemWeight(int32 index, float weight,
62 void SetItemWeight(BLayoutItem* item, float weight);
H A DSplitLayout.cpp29 const char* const kItemWeightField = "BSplitLayout:item:weight";
39 float weight; member in class:BSplitLayout::ItemLayoutInfo
48 weight(1.0f),
365 BSplitLayout::AddView(BView* child, float weight) argument
367 return AddView(-1, child, weight);
372 BSplitLayout::AddView(int32 index, BView* child, float weight) argument
376 SetItemWeight(item, weight);
397 BSplitLayout::AddItem(BLayoutItem* item, float weight) argument
399 return AddItem(-1, item, weight);
404 BSplitLayout::AddItem(int32 index, BLayoutItem* item, float weight) argument
434 SetItemWeight(int32 index, float weight, bool invalidateLayout) argument
458 SetItemWeight(BLayoutItem* item, float weight) argument
1227 float weight; local
1297 float weight = ItemWeight(item); local
[all...]
H A DGridLayout.cpp80 return info->weight;
84 void SetWeight(int32 index, float weight) argument
87 info->weight = weight;
118 float weight; member in struct:BGridLayout::RowInfoArray::Info
141 info->weight = 1;
304 BGridLayout::SetColumnWeight(int32 column, float weight) argument
306 fColumnInfos->SetWeight(column, weight);
346 BGridLayout::SetRowWeight(int32 row, float weight) argument
348 fRowInfos->SetWeight(row, weight);
[all...]
H A DTwoDimensionalLayout.cpp1288 layouter->SetWeight(element, constraints.weight);
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css32 font-weight:bolder;
185 font-weight:bolder;
189 font-weight: bolder;
196 font-weight:bolder;
199 font-weight:bolder;
211 font-weight:bolder;
515 font-weight: bolder;
548 font-weight: bolder;
616 font-weight: bold;
622 font-weight
[all...]
/haiku/src/kits/interface/layouter/
H A DComplexLayouter.h30 virtual void SetWeight(int32 element, float weight);
H A DOneElementLayouter.cpp60 OneElementLayouter::SetWeight(int32 element, float weight) argument
H A DSimpleLayouter.h27 virtual void SetWeight(int32 element, float weight);
H A DComplexLayouter.cpp260 ComplexLayouter::SetWeight(int32 element, float weight) argument
265 fWeights[element] = max_c(weight, 0);
/haiku/headers/os/interface/
H A DGridLayout.h31 void SetColumnWeight(int32 column, float weight);
40 void SetRowWeight(int32 row, float weight);
H A DTwoDimensionalLayout.h47 float weight; member in struct:BTwoDimensionalLayout::ColumnRowConstraints
/haiku/src/libs/icon/
H A DIconUtils.cpp59 uint8 weight = (uint8)(lineF & 0xff); local
61 if (weight == 0) {
69 d[0] = (((s2[0] - s1[0]) * weight) + (s1[0] << 8)) >> 8;
70 d[1] = (((s2[1] - s1[1]) * weight) + (s1[1] << 8)) >> 8;
71 d[2] = (((s2[2] - s1[2]) * weight) + (s1[2] << 8)) >> 8;
72 d[3] = (((s2[3] - s1[3]) * weight) + (s1[3] << 8)) >> 8;
89 uint8 weight = (uint8)(columnF & 0xff); local
91 if (weight == 0) {
99 d[0] = (((s2[0] - s1[0]) * weight) + (s1[0] << 8)) >> 8;
100 d[1] = (((s2[1] - s1[1]) * weight)
[all...]
/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h265 uint32 weight; member in struct:__anon808
/haiku/src/libs/linprog/
H A DLayoutOptimizer.cpp517 double weight = 0; local
520 weight += negPenalty;
523 weight += posPenalty;
525 weight /= 2;
527 rightSide[c] = _RightSide(constraint) * weight;
536 fSoftConstraints[c][variable] *= weight;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp64 mpm.weight = 1.0;
H A DIconButton.cpp284 mpm.weight = 0.0;
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c230 int port, pri, weight; member in struct:srvinfo
1743 int port, pri, weight; local
1909 weight = _getshort(cp);
1931 srv->weight = weight;
1937 (!srv->weight || srvlist->weight))) {
1945 && (!srv->weight ||
1946 csrv->next->weight))
/haiku/src/apps/drivesetup/
H A DDiskView.cpp47 PartitionView(const char* name, float weight, off_t offset, argument
52 fWeight(weight),
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp87 mpm.weight = 1.0;
H A DSliderView.cpp63 mpm.weight = 1.0;
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp749 float weight = info.quality * info.capability; local
750 if (weight > bestWeight) {
753 bestWeight = weight;
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_print.c391 u_int priority, weight, port; local
399 weight = ns_get16(rdata); rdata += NS_INT16SZ;
401 len = SPRINTF((t, "%u %u %u ", priority, weight, port));
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan_sta.c879 int weight; local
886 weight = b->se_fails - a->se_fails;
887 if (abs(weight) > 1)
888 return weight;
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php835 .haiku_online_error { color: red; font-weight: bold; }
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h749 # include <locale/weight.h>

Completed in 107 milliseconds

123