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

1234567891011>>

/external/pdfium/core/fxge/
H A Dcfx_fontmapper.h33 int weight,
40 int weight,
59 int weight,
67 int weight,
H A Dcfx_folderfontinfo.h27 void* MapFont(int weight,
34 int weight,
72 void* FindFont(int weight,
H A Dcfx_fontmgr.h28 int weight,
32 int weight,
53 int weight,
H A Dcfx_fontmapper.cpp369 int weight,
383 if (weight)
384 pSubstFont->m_Weight = weight;
409 int weight,
413 if (weight == 0)
414 weight = FXFONT_FW_NORMAL;
417 weight = FXFONT_FW_NORMAL;
428 return UseInternalSubst(pSubstFont, 12, italic_angle, weight, 0);
433 return UseInternalSubst(pSubstFont, 13, italic_angle, weight, 0);
490 int old_weight = weight;
366 UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weight, int pitch_family) argument
406 FindSubstFont(const ByteString& name, bool bTrueType, uint32_t flags, int weight, int italic_angle, int WindowCP, CFX_SubstFont* pSubstFont) argument
700 FindSubstFontByUnicode(uint32_t dwUnicode, uint32_t flags, int weight, int italic_angle) argument
772 GetCachedFace(void* hFont, ByteString SubstName, int weight, bool bItalic, uint32_t font_size) argument
[all...]
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
H A Dstat_utils.h31 void UpdateGini(LeafStat* stats, float old_val, float weight);
/external/autotest/client/profilers/powertop/src/
H A Dpowertop.h46 void suggest_process_death(char *process_match, char *process_name, struct line *slines, int linecount, double minwakeups, char *comment, int weight);
47 void suggest_kernel_config(char *string, int onoff, char *comment, int weight);
115 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func);
/external/skia/include/core/
H A DSkFontStyle.h47 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue( argument
48 (SkTPin<int>(weight, kInvisible_Weight, kExtraBlack_Weight)) +
59 int weight() const { return fValue & 0xFFFF; } function in class:SkFontStyle
/external/skqp/include/core/
H A DSkFontStyle.h47 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue( argument
48 (SkTPin<int>(weight, kInvisible_Weight, kExtraBlack_Weight)) +
59 int weight() const { return fValue & 0xFFFF; } function in class:SkFontStyle
/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/llvm/docs/_ocamldoc/
H A Dstyle.css9 font-weight: inherit; font-style:inherit; font-family:inherit;
21 b { font-weight: bold }
49 h1 { font-weight: bold; font-size: 1.5em; /* margin-top:1.833em; */
52 h2 { font-weight: bold; font-size: 1.313em; margin-top: 1.048em }
53 h3 { font-weight: bold; font-size: 1.125em; margin-top: 1.222em }
54 h3 { font-weight: bold; font-size: 1em; margin-top: 1.375em}
58 h6 { font-weight: bold; font-size: 1.125em; margin-top: 1.222em }
59 .h7 { font-weight: bold; font-size: 1em; margin-top: 1.375em }
83 .keyword { font-weight: bold; }
87 .warning { color : red ; font-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/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;
/external/ImageMagick/MagickCore/
H A Dtype.c327 % const size_t weight,ExceptionInfo *exception)
337 % o weight: the type weight.
344 const StyleType style,const StretchType stretch,const size_t weight,
390 font_weight=weight == 0 ? 400 : weight;
428 if (p->weight != font_weight)
475 score+=(16*(800-((ssize_t) MagickMax(MagickMin(font_weight,900),p->weight)-
476 (ssize_t) MagickMin(MagickMin(font_weight,900),p->weight))))/800;
509 type_info=GetTypeInfoByFamily(fontmap[i].substitute,style,stretch,weight,
335 GetTypeInfoByFamily(const char *family, const StyleType style,const StretchType stretch,const size_t weight, ExceptionInfo *exception) argument
765 weight; local
940 weight[MagickPathExtent]; local
1316 weight; local
[all...]
/external/libxcam/cl_kernel/
H A Dkernel_3d_denoise_slm.cl70 float weight = 0.0f;
107 weight = native_exp(-gain * (dist.s0 + dist.s1 + dist.s2 + dist.s3));
108 weight = (weight < 0) ? 0 : weight;
109 (*sum_weight).s0 = (*sum_weight).s0 + weight;
111 restore[0] = mad(weight, ref_cache[mad24(i, 4 * REF_BLOCK_WIDTH, local_id_x + j)], restore[0]);
112 restore[1] = mad(weight, ref_cache[mad24(i, 4 * REF_BLOCK_WIDTH, REF_BLOCK_WIDTH + local_id_x + j)], restore[1]);
113 restore[2] = mad(weight, ref_cache[mad24(i, 4 * REF_BLOCK_WIDTH, 2 * REF_BLOCK_WIDTH + local_id_x + j)], restore[2]);
114 restore[3] = mad(weight, ref_cach
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mfqe.c49 uint8_t *dst, int dst_stride, int weight) {
50 vp9_filter_by_weight16x16(src, src_stride, dst, dst_stride, weight);
51 vp9_filter_by_weight16x16(src + 16, src_stride, dst + 16, dst_stride, weight);
53 dst + dst_stride * 16, dst_stride, weight);
55 dst + dst_stride * 16 + 16, dst_stride, weight);
59 uint8_t *dst, int dst_stride, int weight) {
60 filter_by_weight32x32(src, src_stride, dst, dst_stride, weight);
61 filter_by_weight32x32(src + 32, src_stride, dst + 32, dst_stride, weight);
63 dst + dst_stride * 32, dst_stride, weight);
65 dst + dst_stride * 32 + 32, dst_stride, weight);
48 filter_by_weight32x32(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int weight) argument
58 filter_by_weight64x64(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int weight) argument
68 apply_ifactor(const uint8_t *y, int y_stride, uint8_t *yd, int yd_stride, const uint8_t *u, const uint8_t *v, int uv_stride, uint8_t *ud, uint8_t *vd, int uvd_stride, BLOCK_SIZE block_size, int weight) argument
183 const int weight = 1 << MFQE_PRECISION; local
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DCalcSpillWeights.cpp106 // Don't recompute spill weight for an unspillable register.
116 float weight = 1.0f; local
126 // Calculate instr weight.
129 weight = LiveIntervals::getSpillWeight(writes, reads, loopDepth);
131 // Give extra weight to what looks like a loop induction variable update.
133 weight *= 3;
135 totalWeight += weight;
144 float hweight = Hint[hint] += weight;
159 // Weakly boost the spill weight of hinted registers.
186 li.weight
[all...]
/external/tensorflow/tensorflow/core/lib/random/
H A Dweighted_picker.cc133 void WeightedPicker::set_weight(int index, int32 weight) { argument
138 const int32 delta = weight - get_weight(index);
145 void WeightedPicker::SetAllWeights(int32 weight) { argument
148 for (int i = 0; i < N_; i++) leaves[i] = weight;
177 void WeightedPicker::Append(int32 weight) { argument
179 set_weight(num_elements() - 1, weight);
194 // the unneeded entries always have weight zero.
/external/python/cpython2/Demo/tkinter/ttk/
H A Dtheme_selector.py49 top.rowconfigure(0, weight=1)
50 top.columnconfigure(0, weight=1)
51 self.columnconfigure(1, weight=1)
/external/clang/www/analyzer/
H A Dmenu.css7 font-weight: bold;
47 font-weight: normal;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h27 uptr weight; member in struct:__sanitizer::Suppression
/external/google-styleguide/include/
H A Dstyleguide.css22 font-weight:bold;
208 font-weight: bold;
223 font-weight: bold;
230 font-weight: bold;
237 font-weight: bold;
244 font-weight: bold;
251 font-weight: bold;
258 font-weight: bold;
/external/mesa3d/docs/
H A Dmesa.css11 font-weight: bold;
17 font-weight: bold;
/external/pdfium/core/fxge/android/
H A Dcfx_androidfontinfo.h26 void* MapFont(int weight,
/external/pdfium/fxjs/xfa/
H A Dcjx_font.h35 JS_PROP(weight);
/external/skia/src/pathops/
H A DSkOpContour.cpp45 void SkOpContourBuilder::addConic(SkPoint pts[3], SkScalar weight) { argument
47 fContour->addConic(pts, weight);
55 void SkOpContourBuilder::addCurve(SkPath::Verb verb, const SkPoint pts[4], SkScalar weight) { argument
70 this->addConic(ptStorage, weight);

Completed in 1070 milliseconds

1234567891011>>