Lines Matching refs:FT_Byte

342             (FT_Byte*)mpFontFile->GetBuffer(),  in GetFaceFT()
1893 const FT_Byte* const pKern = mpFontInfo->GetTable( "kern", &nKernLength ); in GetKernPairs()
1909 const FT_Byte* pBuffer = pKern; in GetKernPairs()
1946 const FT_Byte* pSubTable = pBuffer; in GetKernPairs()
1953 const FT_Byte* pTmp = pSubTable + nOfsLeft; in GetKernPairs()
2018 const FT_Byte* pSubTable = pBuffer; in GetKernPairs()
2024 const FT_Byte* pTmp = pSubTable + nOfsLeft; in GetKernPairs()
2378 const FT_Byte* const pGsubBase = mpFontInfo->GetTable( "GSUB", &nLength ); 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()