Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx110 sal_uInt16 nLangsysOffset = 0; in ReadGSUB() local
119 nLangsysOffset = nOffset; in ReadGSUB()
123 if( (nDefaultLangsysOfs != 0) && (nDefaultLangsysOfs != nLangsysOffset) ) in ReadGSUB()
141 if( nLangsysOffset != 0 ) in ReadGSUB()
143 const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nLangsysOffset; in ReadGSUB()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2409 sal_uInt16 nLangsysOffset = 0; in ApplyGSUB() local
2418 nLangsysOffset = nOffset; in ApplyGSUB()
2422 if( (nDefaultLangsysOfs != 0) && (nDefaultLangsysOfs != nLangsysOffset) ) in ApplyGSUB()
2437 if( nLangsysOffset != 0 ) in ApplyGSUB()
2439 const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nLangsysOffset; in ApplyGSUB()

Completed in 37 milliseconds