Home
last modified time | relevance | path

Searched refs:GetWeight (Results 1 – 6 of 6) sorted by relevance

/external/opencv/cvaux/src/
D_cvfacedetection.h60 inline double GetWeight();
85 inline double FaceFeature::GetWeight() in GetWeight() function
229 virtual double GetWeight() = 0;
248 double dWeight = m_lpIdealFace[i].GetWeight(); in isFeature()
290 virtual double GetWeight();
Dcvface.cpp107 m_lpIdealFace[j].SetWeight( lpTmp[j].GetWeight() ); in RFace()
128 double RFace::GetWeight() in GetWeight() function in RFace
Dcvfacedetection.cpp217 CurStat = tmp->GetWeight(); in CreateResults()
225 CurStat = tmp->GetWeight(); in CreateResults()
/external/skia/src/ports/
DSkTypeface_win_dw.h29 return SkFontStyle(font->GetWeight(), in get_style()
DSkRemotableFontMgr_win_dw.cpp153 int weight = font->GetWeight(); in FontToIdentity()
DSkFontMgr_win_dw.cpp1025 int weight = font->GetWeight(); in getStyle()