HomeSort by relevance Sort by last modified time
    Searched refs:GetWeight (Results 1 - 18 of 18) sorted by null

  /external/openfst/src/include/fst/script/
prune.h 59 Weight weight_threshold = *(opts.weight_threshold.GetWeight<Weight>());
66 (*distance)[i] = *((*opts.distance)[i].GetWeight<Weight>());
115 typename Arc::Weight w = *(args->arg3.GetWeight<typename Arc::Weight>());
126 typename Arc::Weight w = *(args->arg2.GetWeight<typename Arc::Weight>());
reweight.h 41 potentials[i] = *(args->arg2[i].GetWeight<Weight>());
determinize.h 54 *(opts.weight_threshold.GetWeight<typename Arc::Weight>());
disambiguate.h 54 *(opts.weight_threshold.GetWeight<typename Arc::Weight>());
weight-class.h 99 const W* GetWeight() const;
151 const W* WeightClass::GetWeight() const {
rmepsilon.h 72 *(opts.weight_threshold.GetWeight<Weight>());
160 typename Arc::Weight w = *(args->arg3.GetWeight<typename Arc::Weight>());
shortest-path.h 67 *(opts.weight_threshold.GetWeight<Weight>());
164 *(args->arg6.GetWeight<typename Arc::Weight>());
map.h 60 typename Arc::Weight w = *(args->args.arg4.GetWeight<typename Arc::Weight>());
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWxMac.mm 56 if (info->GetWeight() == wxFONTWEIGHT_BOLD)
61 else if (info->GetWeight() == wxFONTWEIGHT_LIGHT)
77 if ( info->GetWeight() == wxFONTWEIGHT_BOLD )
FontPlatformDataWx.cpp 129 thisFont->GetWeight(),
  /external/opencv/cvaux/src/
_cvfacedetection.h 60 inline double GetWeight();
85 inline double FaceFeature::GetWeight()
88 }//inline long FaceFeature::GetWeight()
229 virtual double GetWeight() = 0;
248 double dWeight = m_lpIdealFace[i].GetWeight();
290 virtual double GetWeight();
cvface.cpp 107 m_lpIdealFace[j].SetWeight( lpTmp[j].GetWeight() );
128 double RFace::GetWeight()
131 }//double RFace::GetWeight()
cvfacedetection.cpp 217 CurStat = tmp->GetWeight();
225 CurStat = tmp->GetWeight();
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 98 switch (wxfont->GetWeight()) {
  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 112 *(args->arg4.weight_threshold.GetWeight<typename Arc::Weight>())));
  /external/openfst/src/include/fst/
lookahead-filter.h 376 const Weight &fweight = f2.GetWeight();
388 const Weight &fweight = f2.GetWeight();
compose-filter.h 105 W GetWeight() const { return weight_; }
  /external/skia/src/ports/
SkFontHost_win_dw.cpp 416 DWRITE_FONT_WEIGHT weight = font->GetWeight();
    [all...]

Completed in 875 milliseconds