Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp1000 FT_ULong dwTag; in RegisterFace() local
1001 FT_ENC_TAG(dwTag, 'n', 'a', 'm', 'e'); in RegisterFace()
1005 unsigned int error = FXFT_Load_Sfnt_Table(pFace, dwTag, 0, nullptr, &nLength); in RegisterFace()
1008 if (FXFT_Load_Sfnt_Table(pFace, dwTag, 0, table.data(), nullptr)) in RegisterFace()