Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx189 const FT_Byte* pFeatureTable = pGsubBase + nOfsFeatureTable + nOffset; in ReadGSUB() local
190 if( pGsubLimit < pFeatureTable + 2 ) in ReadGSUB()
192 const sal_uInt16 nCntLookups = NEXT_UShort( pFeatureTable ); in ReadGSUB()
193 if( pGsubLimit < pFeatureTable + 2 * nCntLookups ) in ReadGSUB()
197 const sal_uInt16 nLookupIndex = NEXT_UShort( pFeatureTable ); in ReadGSUB()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2480 const FT_Byte* pFeatureTable = pGsubBase + nOfsFeatureTable + nOffset; in ApplyGSUB() local
2481 pFeatureTable += 2; // ignore FeatureParams in ApplyGSUB()
2482 const sal_uInt16 nCntLookups = GetUShort( pFeatureTable+0 ); in ApplyGSUB()
2483 pFeatureTable += 2; in ApplyGSUB()
2486 const sal_uInt16 nLookupIndex = GetUShort( pFeatureTable ); in ApplyGSUB()
2487 pFeatureTable += 2; in ApplyGSUB()

Completed in 42 milliseconds