Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp1066 uint8_t* lpNameRecord = lpTable + 6; in GetNames() local
1070 uint16_t nNameID = GetUInt16(lpNameRecord + j * 12 + 6); in GetNames()
1074 uint16_t nPlatformID = GetUInt16(lpNameRecord + j * 12 + 0); in GetNames()
1075 uint16_t nNameLength = GetUInt16(lpNameRecord + j * 12 + 8); in GetNames()
1076 uint16_t nNameOffset = GetUInt16(lpNameRecord + j * 12 + 10); in GetNames()