Lines Matching refs:pGsubBase
2378 const FT_Byte* const pGsubBase = mpFontInfo->GetTable( "GSUB", &nLength ); in ApplyGSUB() local
2379 if( !pGsubBase ) in ApplyGSUB()
2383 const FT_Byte* pGsubHeader = pGsubBase; in ApplyGSUB()
2394 const FT_Byte* pScriptHeader = pGsubBase + nOfsScriptList; in ApplyGSUB()
2405 const FT_Byte* pScriptTable = pGsubBase + nOfsScriptList + nOfsScriptTable; in ApplyGSUB()
2424 … const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nDefaultLangsysOfs; in ApplyGSUB()
2439 const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nLangsysOffset; in ApplyGSUB()
2460 const FT_Byte* pFeatureHeader = pGsubBase + nOfsFeatureTable; in ApplyGSUB()
2480 const FT_Byte* pFeatureTable = pGsubBase + nOfsFeatureTable + nOffset; in ApplyGSUB()
2495 const FT_Byte* pLookupHeader = pGsubBase + nOfsLookupList; in ApplyGSUB()
2510 const FT_Byte* pLookupTable = pGsubBase + nOfsLookupList + nOfsLookupTable; in ApplyGSUB()
2523 … const FT_Byte* pSubLookup = pGsubBase + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable; in ApplyGSUB()
2533 …const FT_Byte* pCoverage = pGsubBase + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable + … in ApplyGSUB()