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

  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 584 FXFT_Face pFace = LoadFace(pFileRead, pDesc->m_nFaceIndex);
585 FT_Error retCharmap = FXFT_Select_Charmap(pFace, FXFT_ENCODING_UNICODE);
586 FT_Error retIndex = FXFT_Get_Char_Index(pFace, wcUnicode);
587 if (!pFace)
590 if (FXFT_Get_Face_External_Stream(pFace))
591 FXFT_Clear_Face_External_Stream(pFace);
593 FXFT_Done_Face(pFace);
661 FXFT_Face pFace = nullptr;
662 if (FXFT_Open_Face(library, &ftArgs, iFaceIndex, &pFace)) {
667 FXFT_Set_Pixel_Sizes(pFace, 0, 64)
    [all...]
cfgas_fontmgr.h 161 void RegisterFace(FXFT_Face pFace, const WideString* pFaceName);
165 std::vector<uint16_t> GetCharsets(FXFT_Face pFace) const;
166 void GetUSBCSB(FXFT_Face pFace, uint32_t* USB, uint32_t* CSB);
167 uint32_t GetFlags(FXFT_Face pFace);
  /external/opencv/cvaux/src/
cvfacedetection.cpp 436 ListElem::ListElem(Face * pFace,ListElem * pHead)
443 m_pFace = pFace;
444 }//ListElem::ListElem(Face * pFace)
474 int List::AddElem(Face * pFace)
476 new ListElem(pFace,m_pHead);
478 }//List::AddElem(Face * pFace)
_cvfacedetection.h 303 ListElem(Face * pFace,ListElem * pHead);
314 int AddElem(Face * pFace);
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 1622 milliseconds