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

  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.h 213 FXFT_Face LoadFace(IFX_FileRead* pFontStream, int32_t iFaceIndex);
fx_stdfontmgr.cpp 624 if (NULL == (pFace = LoadFace(pFontStream, 0))) {
636 if (NULL == (pFace = LoadFace(pFontStream, i))) {
836 FXFT_Face pFace = LoadFace(pFileRead, pDesc->m_nFaceIndex);
    [all...]

Completed in 182 milliseconds