Home
last modified time | relevance | path

Searched refs:pFaceCount (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h182 int32_t* pFaceCount);
Dcfgas_fontmgr.cpp599 int32_t* pFaceCount) { in LoadFont() argument
624 if (pFaceCount) in LoadFont()
625 *pFaceCount = pFont->GetDevFont()->GetFace()->num_faces; in LoadFont()