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

  /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()) {

Completed in 735 milliseconds