Home
last modified time | relevance | path

Searched refs:FT_Byte (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx41 typedef sal_uInt8 FT_Byte; typedef
65 const FT_Byte* pGsubBase = (FT_Byte*)pTTFile->tables[ O_gsub ]; 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 …]
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx342 (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()
2383 const FT_Byte* pGsubHeader = pGsubBase; in ApplyGSUB()
2394 const FT_Byte* pScriptHeader = pGsubBase + nOfsScriptList; in ApplyGSUB()
2460 const FT_Byte* pFeatureHeader = pGsubBase + nOfsFeatureTable; in ApplyGSUB()
[all …]

Completed in 31 milliseconds