Lines Matching refs:pLangSys
125 … const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nDefaultLangsysOfs; in ReadGSUB() local
126 if( pGsubLimit < pLangSys + 6 ) 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()
131 if( pGsubLimit < pLangSys + 2 * nCntFeature ) in ReadGSUB()
136 const sal_uInt16 nFeatureIndex = NEXT_UShort( pLangSys ); in ReadGSUB()
143 const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nLangsysOffset; in ReadGSUB() local
144 if( pGsubLimit < pLangSys + 6 ) 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()
149 if( pGsubLimit < pLangSys + 2 * nCntFeature ) in ReadGSUB()
154 const sal_uInt16 nFeatureIndex = NEXT_UShort( pLangSys ); in ReadGSUB()