HomeSort by relevance Sort by last modified time
    Searched defs:pFace (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 715 FXFT_Face pFace = LoadFace(pFileRead, pDesc->m_nFaceIndex);
716 FT_Error retCharmap = FXFT_Select_Charmap(pFace, FXFT_ENCODING_UNICODE);
717 FT_Error retIndex = FXFT_Get_Char_Index(pFace, wcUnicode);
718 if (!pFace)
721 if (FXFT_Get_Face_External_Stream(pFace))
722 FXFT_Clear_Face_External_Stream(pFace);
724 FXFT_Done_Face(pFace);
733 FXFT_Face pFace = pFont->GetDevFont()->GetFace();
734 FXFT_CharMap charmap = FXFT_Get_Face_Charmap(pFace);
735 if (FXFT_Select_Charmap(pFace, FXFT_ENCODING_UNICODE) != 0
    [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 438 CvFaceTracker* pFace = pFaceTracker;
439 if (NULL == pFace)
441 pFace = new CvFaceTracker;
442 if (NULL == pFace)
446 pFace->Init(pRects, (IplImage*)imgGray);
447 return pFace;
    [all...]

Completed in 74 milliseconds