Lines Matching refs:NEXT_UShort

53 inline sal_uInt16 NEXT_UShort( const unsigned char* &p )  in NEXT_UShort()  function
75 const sal_uInt16 nOfsScriptList = NEXT_UShort( pGsubHeader ); in ReadGSUB()
76 const sal_uInt16 nOfsFeatureTable = NEXT_UShort( pGsubHeader ); in ReadGSUB()
77 const sal_uInt16 nOfsLookupList = NEXT_UShort( pGsubHeader ); in ReadGSUB()
95 const sal_uInt16 nCntScript = NEXT_UShort( pScriptHeader ); in ReadGSUB()
101 const sal_uInt16 nOfsScriptTable= NEXT_UShort( pScriptHeader ); in ReadGSUB()
108 const sal_uInt16 nDefaultLangsysOfs = NEXT_UShort( pScriptTable ); in ReadGSUB()
109 const sal_uInt16 nCntLangSystem = NEXT_UShort( pScriptTable ); in ReadGSUB()
116 const sal_uInt16 nOffset= NEXT_UShort( pScriptTable ); in ReadGSUB()
128 /*const sal_uInt16 nLookupOrder =*/ NEXT_UShort( pLangSys ); in ReadGSUB()
129 const sal_uInt16 nReqFeatureIdx = NEXT_UShort( pLangSys ); in ReadGSUB()
130 const sal_uInt16 nCntFeature = NEXT_UShort( pLangSys ); in ReadGSUB()
136 const sal_uInt16 nFeatureIndex = NEXT_UShort( pLangSys ); in ReadGSUB()
146 /*const sal_uInt16 nLookupOrder =*/ NEXT_UShort( pLangSys ); in ReadGSUB()
147 const sal_uInt16 nReqFeatureIdx = NEXT_UShort( pLangSys ); in ReadGSUB()
148 const sal_uInt16 nCntFeature = NEXT_UShort( pLangSys ); in ReadGSUB()
154 const sal_uInt16 nFeatureIndex = NEXT_UShort( pLangSys ); in ReadGSUB()
170 const sal_uInt16 nCntFeature = NEXT_UShort( pFeatureHeader ); in ReadGSUB()
176 const sal_uInt16 nOffset= NEXT_UShort( pFeatureHeader ); in ReadGSUB()
192 const sal_uInt16 nCntLookups = NEXT_UShort( pFeatureTable ); in ReadGSUB()
197 const sal_uInt16 nLookupIndex = NEXT_UShort( pFeatureTable ); in ReadGSUB()
208 const sal_uInt16 nCntLookupTable = NEXT_UShort( pLookupHeader ); in ReadGSUB()
213 const sal_uInt16 nOffset = NEXT_UShort( pLookupHeader ); in ReadGSUB()
225 const sal_uInt16 eLookupType = NEXT_UShort( pLookupTable ); in ReadGSUB()
226 /*const sal_uInt16 eLookupFlag =*/ NEXT_UShort( pLookupTable ); in ReadGSUB()
227 const sal_uInt16 nCntLookupSubtable = NEXT_UShort( pLookupTable ); in ReadGSUB()
237 const sal_uInt16 nOfsSubLookupTable = NEXT_UShort( pLookupTable ); in ReadGSUB()
241 const sal_uInt16 nFmtSubstitution = NEXT_UShort( pSubLookup ); in ReadGSUB()
242 const sal_uInt16 nOfsCoverage = NEXT_UShort( pSubLookup ); in ReadGSUB()
252 const sal_uInt16 nFmtCoverage = NEXT_UShort( pCoverage ); in ReadGSUB()
257 const sal_uInt16 nCntGlyph = NEXT_UShort( pCoverage ); in ReadGSUB()
264 const sal_uInt16 nGlyphId = NEXT_UShort( pCoverage ); in ReadGSUB()
272 const sal_uInt16 nCntRange = NEXT_UShort( pCoverage ); in ReadGSUB()
278 const sal_uInt32 nGlyph0 = NEXT_UShort( pCoverage ); in ReadGSUB()
279 const sal_uInt32 nGlyph1 = NEXT_UShort( pCoverage ); in ReadGSUB()
280 const sal_uInt16 nCovIdx = NEXT_UShort( pCoverage ); in ReadGSUB()
294 const sal_uInt16 nDeltaGlyphId = NEXT_UShort( pSubLookup ); in ReadGSUB()
303 const sal_uInt16 nCntGlyph = NEXT_UShort( pSubLookup ); in ReadGSUB()
308 const sal_uInt16 nGlyphId = NEXT_UShort( pSubLookup ); in ReadGSUB()