Searched refs:weight (Results 51 - 75 of 757) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/chromeos/
H A Ddrive_internals.css20 font-weight: bolder;
/external/chromium_org/chrome/browser/resources/
H A Didentity_internals.css20 font-weight: bold;
/external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/magic8ball/
H A DnewTab.css16 font-weight: bold;
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DWebFontCache.h32 + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits weight:(int)desiredWeight size:(float)size;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFontDescription.h77 , weight(WeightNormal)
89 Weight weight; member in struct:blink::WebFontDescription
H A DWebSpeechGrammar.h44 BLINK_EXPORT float weight() const;
/external/chromium_org/third_party/skia/include/ports/
H A DSkFontStyle.h45 SkFontStyle(int weight, int width, Slant);
51 int weight() const { return fUnion.fR.fWeight; } function in class:SkFontStyle
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
H A Dprofiler.css17 font-weight: bold;
/external/skia/include/ports/
H A DSkFontStyle.h45 SkFontStyle(int weight, int width, Slant);
51 int weight() const { return fUnion.fR.fWeight; } function in class:SkFontStyle
/external/speex/libspeex/
H A Dquant_lsp_bfin.h108 spx_word16_t *weight,
131 " I1 = %3;\n\t" /* %3: &weight[0] */
155 : "a" (x), "a" (weight), "b" (cdbk), "a" (nbVec), "a" (nbDim)
106 lsp_weight_quant( spx_word16_t *x, spx_word16_t *weight, const signed char *cdbk, int nbVec, int nbDim ) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreweight.h34 // An arc of weight w, with an origin state of potential p and
71 arc.weight = Divide(Times(arc.weight, potential[arc.nextstate]),
75 arc.weight = Divide(Times(potential[state], arc.weight),
96 arc.weight = Times(potential[state], arc.weight);
98 arc.weight = Times(
100 arc.weight);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DdevicesView.css36 font-weight: normal;
43 font-weight: normal;
H A DdocumentationView.css28 font-weight: bold;
81 font-weight: bold;
86 font-weight: bold;
92 font-weight: bold;
119 font-weight: bold;
/external/openfst/src/include/fst/script/
H A Dtext-io.h22 // and potentials (state-weight pairs).
36 #include <fst/script/weight-class.h>
H A Dweight-class.h17 // Represents a generic weight in an FST -- that is, represents a specific
18 // type of weight underneath while hiding that type from a client.
44 W weight; member in struct:fst::script::WeightClassImpl
46 explicit WeightClassImpl(const W& weight) : weight(weight) { } argument
49 return new WeightClassImpl<W>(weight);
55 *o << weight; local
60 WeightToStr(weight, &str);
71 return typed_other->weight
82 WeightClass(const W& weight) argument
[all...]
/external/chromium_org/media/cast/common/
H A Dclock_drift_smoother.cc44 const double weight = local
46 estimate_us_ = weight * measured_offset.InMicroseconds() +
47 (1.0 - weight) * estimate_us_;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontTraits.h75 FontTraits(FontStyle style, FontVariant variant, FontWeight weight, FontStretch stretch) argument
79 m_traits.m_weight = weight;
92 FontWeight weight() const { return static_cast<FontWeight>(m_traits.m_weight); } function in struct:blink::FontTraits
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFontDescription.cpp45 weight = static_cast<Weight>(desc.weight());
63 desc.setWeight(static_cast<FontWeight>(weight));
/external/stressapptest/src/
H A Dpattern.h39 unsigned char weight[4]; // Weighted frequency of this pattern. member in struct:PatternData
43 // appropriate pattern is chosen. Thus a weight of
44 // 1 is rare, a weight of 10 is 2x as likely to be
45 // chosen as a weight of 5.
57 int weight);
70 unsigned int weight() {return weight_;} function in class:Pattern
/external/chromium_org/net/spdy/
H A Dspdy_priority_tree.h60 int weight; // Weights can range between 1 and 256 (inclusive). member in struct:net::SpdyPriorityTree::Node
61 // The total weight of this node's direct descendants.
63 // The total weight of direct descendants that are writeable
88 // Add a new node with the given weight and parent. Non-exclusive nodes
94 bool AddNode(NodeId node_id, NodeId parent_id, int weight, bool exclusive);
100 // Get the weight of the given node.
112 bool SetWeight(NodeId node_id, int weight);
142 // parent's priority * (node's weight / sum of sibling weights)
162 root_node->weight = kDefaultWeight;
175 weight(kDefaultWeigh
207 AddNode(NodeId node_id, NodeId parent_id, int weight, bool exclusive) argument
311 SetWeight( NodeId node_id, int weight) argument
[all...]
H A Dspdy_priority_tree_test.cc169 tree.FindNode(1)->weight +
170 tree.FindNode(2)->weight +
171 tree.FindNode(3)->weight);
173 tree.FindNode(7)->weight);
175 tree.FindNode(13)->weight + tree.FindNode(14)->weight);
210 EXPECT_EQ(tree.FindNode(14)->weight,
221 tree.FindNode(1)->weight +
222 tree.FindNode(2)->weight +
223 tree.FindNode(3)->weight);
[all...]
/external/ceres-solver/internal/ceres/
H A Dgraph.h54 // its weight is set to the new weight.
55 void AddVertex(const Vertex& vertex, double weight) { argument
60 vertex_weights_[vertex] = weight;
63 // Uses weight = 1.0. If vertex already exists, its weight is set to
97 void AddEdge(const Vertex& vertex1, const Vertex& vertex2, double weight) { argument
106 edge_weights_[make_pair(vertex1, vertex2)] = weight;
108 edge_weights_[make_pair(vertex2, vertex1)] = weight;
112 // Uses weight
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DOrbitalMagnetComponent.java110 float weight = 1.0f;
113 weight = (distance - mMagnetRadius) / (mAreaRadius - mMagnetRadius);
114 weight = 1.0f - weight;
115 mVelocity.multiply(weight);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_linux.cpp57 virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact);
59 void* FindFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL bMatchName);
84 static FX_INT32 GetJapanesePreference(FX_LPCSTR facearr, int weight, int picth_family) argument
100 if (!(picth_family & FXFONT_FF_ROMAN) && weight > 400) {
105 void* CFX_LinuxFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact) argument
122 FX_INT32 index = GetJapanesePreference(cstr_face, weight, pitch_family);
163 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK);
185 static FX_INT32 _LinuxGetSimilarValue(int weight, FX_BOOL bItalic, int pitch_family, FX_DWORD style) argument
188 if ((style & FXFONT_BOLD) == (weight > 400)) {
205 void* CFX_LinuxFontInfo::FindFont(int weight, FX_BOO argument
[all...]
/external/nanopb-c/docs/
H A Dlsr.css17 font-weight: bold;
41 font-weight: bold;
74 font-weight: bold;
81 font-weight: bold;
127 font-weight: bold;
133 font-weight: bold;
139 font-weight: bold;
185 font-weight: bold;
233 font-weight: bold;

Completed in 518 milliseconds

1234567891011>>