Searched refs:nStartx8 (Results 1 – 1 of 1) sorted by relevance
1756 int& nStartx8, sal_Int32* pGlyphAdvances, int* pCharPosAry ) const argument1761 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 ) argument1996 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 17 milliseconds