Lines Matching refs:nStartx8
1756 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
2063 DBG_ASSERT( !(nStartx8 & 0xff), "USP::DropGlyph(): glyph injection not disabled!" );
2064 int nStart = nStartx8 >> 8;