Lines Matching refs:mpLogClusters
1086 WORD* mpLogClusters; // map from absolute_char_pos to relative_glyph_pos member in UniscribeLayout
1241 mpLogClusters( NULL ),
1263 delete[] mpLogClusters;
1427 mpLogClusters = new WORD[ mnCharCapacity ];
1458 mpLogClusters[i] = sal::static_int_cast<WORD>(~0U);
1480 mpLogClusters + rVisualItem.mnMinCharPos,
1505 mpLogClusters + rVisualItem.mnMinCharPos,
1551 if( mpLogClusters[ c ] == i )
1566 if( mpLogClusters[ c ] == i )
1598 mpLogClusters + rVisualItem.mnMinCharPos,
1645 int nGlyphPos = mpLogClusters[c] + rVisualItem.mnMinGlyphPos;
1724 int n = mpLogClusters[ i ] + rVisualItem.mnMinGlyphPos;
1837 int nTmpIndex = mpLogClusters[c];
1839 && (nTmpIndex == mpLogClusters[c]) )
1845 int nTmpIndex = mpLogClusters[ pVI->mnEndCharPos - 1 ];
1847 && (nTmpIndex == mpLogClusters[c]) )
1875 int i = mpLogClusters[c] + rVI.mnMinGlyphPos;
2116 int j = mpLogClusters[ i ] + rVI.mnMinGlyphPos;
2133 int j = mpLogClusters[ i ] + rVI.mnMinGlyphPos;
2186 mpLogClusters[ k ] = static_cast<WORD>(nRelGlyphPos);
2226 && (nBaseGlyphPos == mpLogClusters[i]) )
2309 int nGlyphPos = mpLogClusters[i] + nMinGlyphIndex;
2365 int j = mpLogClusters[ i ] + rVisualItem.mnMinGlyphPos;
2499 mpLogClusters + rVisualItem.mnMinCharPos,
2763 if ( nMinGlyphIndex == -1 || !mpLogClusters[ nCharPos ] )
2771 const int nGlyphPos = mpLogClusters[ nCharPos ] + nMinGlyphIndex;