Searched refs:weight (Results 101 - 125 of 757) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/
H A Dsearch_header.css32 font-weight: normal;
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dmanual.css20 font-weight: normal;
41 font-weight: bold;
54 font-weight: normal;
129 font-weight: lighter;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dquirks.css37 font-weight: normal;
H A DFontFaceCache.cpp164 if (secondTraits.weight() == desiredTraits.weight())
167 if (firstTraits.weight() == desiredTraits.weight())
171 // - If the desired weight is less than 400, weights below the desired weight are checked in descending order followed by weights above the desired weight in ascending order until a match is found.
172 // - If the desired weight is greater than 500, weights above the desired weight are checked in ascending order followed by weights below the desired weight i
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DrequestCookiesView.css29 font-weight: bold;
/external/chromium_org/ui/keyboard/resources/elements/
H A Dkb-key.js59 weight: DEFAULT_KEY_WEIGHT,
/external/clang/www/
H A Dmenu.css27 font-weight: bold;
/external/compiler-rt/www/
H A Dmenu.css27 font-weight: bold;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DTooltip.css2 html { font-family: 'Segoe UI','Verdana','Helvetica',sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; }
21 dt { margin-top: 0px; margin-bottom: 0px; font-weight: bold; }
32 strong { font-weight: bold; }
35 th { font-weight: bold; }
/external/iproute2/examples/
H A Dcbqinit.eth130 # weight, which is set to be proportional to
31 # "rate". It is not necessary, weight=1 will work as well.
36 $BANDWIDTH rate 4Mbit allot 1514 weight 500Kbit \
48 $BANDWIDTH rate 1Mbit allot 1514 weight 100Kbit \
56 $BANDWIDTH rate 100Kbit allot 1514 weight 10Mbit \
74 rate 1Mbit $BANDWIDTH allot 1514b avpkt 1000 weight 10Kbit \
/external/libcxx/www/
H A Dmenu.css27 font-weight: bold;
/external/libcxxabi/www/
H A Dmenu.css27 font-weight: bold;
/external/libnl/src/lib/
H A Dlink.c69 uint32_t weight = nl_cli_parse_u32(arg); local
70 rtnl_link_set_weight(link, weight);
/external/openfst/src/script/
H A Dtext-io.cc58 WeightClass weight(weight_type, col[1]);
62 (*potential)[s] = weight;
/external/pdfium/core/src/fxge/android/
H A Dfx_android_font.cpp26 void* CFX_AndroidFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact) argument
32 if (weight >= 700) {
/external/smack/src/org/jivesoftware/smack/util/dns/
H A DDNSJavaResolver.java57 int weight = srvRecord.getWeight();
61 r = new SRVRecord(host, port, priority, weight);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dmain.css54 font-weight: bold;
115 font-weight: bold;
195 font-weight: bold;
225 font-weight: normal !important;
229 font-weight: bold;
238 font-weight: bold;
278 font-weight: bold;
/external/llvm/docs/_static/
H A Dllvm.css18 th { border: 2px solid gray; font-weight: bold; font-size: 105%;
28 font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold;
49 font-weight: bold; font-style: oblique;
53 .doc_author { text-align: left; font-weight: bold; padding-left: 20pt }
58 .doc_hilite { color: blue; font-weight: bold; }
63 .doc_warning { color: red; font-weight: bold }
102 th.layout { border: none; font-weight: bold; font-size: 105%;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h37 // encoding and decoding of label/weight tuples used for encoding
46 // Encoded data consists of arc input/output labels and arc weight
50 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
52 : ilabel(tuple.ilabel), olabel(tuple.olabel), weight(tuple.weight) {}
56 Weight weight; member in struct:fst::EncodeTable::Tuple
65 x->weight == y->weight);
88 if (encode_flags_ & kEncodeWeights) hash ^= x->weight.Hash();
112 flags_ & kEncodeWeights ? arc.weight
[all...]
/external/chromium_org/ppapi/cpp/dev/
H A Dtruetype_font_dev.h71 PP_TrueTypeFontWeight_Dev weight() const { return desc_.weight; } function in class:pp::TrueTypeFontDesc_Dev
72 void set_weight(PP_TrueTypeFontWeight_Dev weight) { argument
73 desc_.weight = weight;
H A Dfont_dev.h49 PP_FontWeight_Dev weight() const { return pp_font_description_.weight; } function in class:pp::FontDescription_Dev
50 void set_weight(PP_FontWeight_Dev w) { pp_font_description_.weight = w; }
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache_test.cc158 const int weight = (index & 1) ? kLight : kHeavy; local
159 Insert(index, 1000+index, weight);
160 added += weight;
166 const int weight = (i & 1 ? kLight : kHeavy); local
169 cached_weight += weight;
/external/chromium_org/ui/keyboard/resources/
H A Dmain.js118 keyWeightSumX += allKeys[i].weight;
122 // Total weight of the row in X.
130 totalWeightY += rows[i].weight / keyAspectRatio;
155 // Convert weight to pixels on x axis.
161 // Calculates weight to pixels on the y axis.
298 stretchWeight += key.weight;
300 } else if (key.weight == DEFAULT_KEY_WEIGHT) {
304 Math.floor(key.weight/DEFAULT_KEY_WEIGHT * params.keyWidth);
314 if (key.weight != DEFAULT_KEY_WEIGHT) {
316 Math.floor(key.weight/DEFAULT_KEY_WEIGH
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dfontmgr.cpp103 sname.appendf(" [%d %d %d]", fs.weight(), fs.width(), fs.isItalic());
161 sname.appendf(" [%d %d]", fs.weight(), fs.width());
174 for (int weight = 100; weight <= 900; weight += 200) {
176 SkFontStyle fs(weight, width, SkFontStyle::kUpright_Slant);
180 str.printf("request [%d %d]", fs.weight(), fs.width());
/external/skia/gm/
H A Dfontmgr.cpp74 sname.appendf(" [%d %d %d]", fs.weight(), fs.width(), fs.isItalic());
126 sname.appendf(" [%d %d]", fs.weight(), fs.width());
139 for (int weight = 100; weight <= 900; weight += 200) {
141 SkFontStyle fs(weight, width, SkFontStyle::kUpright_Slant);
145 str.printf("request [%d %d]", fs.weight(), fs.width());

Completed in 2133 milliseconds

1234567891011>>