Searched refs:pGsubBase (Results 1 – 2 of 2) sorted by relevance
65 const FT_Byte* pGsubBase = (FT_Byte*)pTTFile->tables[ O_gsub ]; in ReadGSUB() local66 if( !pGsubBase ) in ReadGSUB()70 const FT_Byte* pGsubLimit = pGsubBase + pTTFile->tlens[ O_gsub ]; in ReadGSUB()73 const FT_Byte* pGsubHeader = pGsubBase; in ReadGSUB()94 const FT_Byte* pScriptHeader = pGsubBase + nOfsScriptList; in ReadGSUB()105 const FT_Byte* pScriptTable = pGsubBase + nOfsScriptList + nOfsScriptTable; in ReadGSUB()167 const FT_Byte* pFeatureHeader = pGsubBase + nOfsFeatureTable; in ReadGSUB()189 const FT_Byte* pFeatureTable = pGsubBase + nOfsFeatureTable + nOffset; in ReadGSUB()205 const FT_Byte* pLookupHeader = pGsubBase + nOfsLookupList; in ReadGSUB()222 const FT_Byte* pLookupTable = pGsubBase + nOfsLookupList + nOfsLookupTable; in ReadGSUB()[all …]
2378 const FT_Byte* const pGsubBase = mpFontInfo->GetTable( "GSUB", &nLength ); in ApplyGSUB() local2379 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()[all …]
Completed in 259 milliseconds