Home
last modified time | relevance | path

Searched refs:nStartx8 (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1756 int& nStartx8, sal_Int32* pGlyphAdvances, int* pCharPosAry ) const argument
1761 int nSubIter = nStartx8 & 0xff;
1762 int nStart = nStartx8 >> 8;
1796 nStartx8 = (mnGlyphCount + 1) << 8;
1816 nStartx8 = (mnGlyphCount + 1) << 8;
1988 nStartx8 = (nStart << 8) + nSubIter;
1994 void UniscribeLayout::MoveGlyph( int nStartx8, long nNewXPos ) argument
1996 DBG_ASSERT( !(nStartx8 & 0xff), "USP::MoveGlyph(): glyph injection not disabled!" );
1997 int nStart = nStartx8 >> 8;
2061 void UniscribeLayout::DropGlyph( int nStartx8 ) argument
[all …]

Completed in 27 milliseconds