Home | History | Annotate | Download | only in font

Lines Matching refs:nLength

815   unsigned long nLength = 0;
816 unsigned int error = FXFT_Load_Sfnt_Table(pFace, dwTag, 0, nullptr, &nLength);
817 if (error == 0 && nLength != 0) {
818 table.resize(nLength);