Home
last modified time | relevance | path

Searched defs:pFace (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fgas/font/
H A Dcfgas_fontmgr.cpp39 RetainPtr<CFX_Face> pFace = pFont->GetDevFont()->GetFace(); in VerifyUnicode() local
433 void GetUSBCSB(FXFT_FaceRec* pFace, uint32_t* USB, uint32_t* CSB) { in GetUSBCSB()
452 uint32_t GetFlags(FXFT_FaceRec* pFace) { in GetFlags()
527 RetainPtr<CFX_Face> pFace = CFX_Face::Open(library, &ftArgs, iFaceIndex); in LoadFace() local
543 RetainPtr<CFX_Face> pFace = LoadFace(pFileRead, pDesc->m_nFaceIndex); in VerifyUnicodeForFontDescriptor() local
727 void CFGAS_FontMgr::RegisterFace(RetainPtr<CFX_Face> pFace, in RegisterFace()
764 RetainPtr<CFX_Face> pFace = LoadFace(pFontStream, index++); in RegisterFaces() local
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_fontmapper.cpp839 RetainPtr<CFX_Face> pFace(pFontDesc->GetFace(face_index)); in GetCachedTTCFace() local
869 RetainPtr<CFX_Face> pFace(pFontDesc->GetFace(0)); in GetCachedFace() local
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/default/
H A DVirtualHal.cpp271 ::ndk::ScopedAStatus VirtualHal::getFaceHal(std::shared_ptr<IFace>* pFace) { in getFaceHal()