Lines Matching refs:mpOutGlyphs
159 sal_Unicode* mpOutGlyphs; member in Os2SalLayout
202 mpOutGlyphs( NULL ), in Os2SalLayout()
228 delete[] mpOutGlyphs; in ~Os2SalLayout()
336 mpOutGlyphs = new sal_Unicode[ mnGlyphCount ];
352 mpOutGlyphs[i] = pBidiStr[ i ];
402 mpOutGlyphs[i] = DROPPED_OUTGLYPH;
404 mpOutGlyphs[i+1] = DROPPED_OUTGLYPH;
418 mpOutGlyphs[i] = 0;
531 sal_GlyphId aGlyphId = mpOutGlyphs[ nStart ];
596 ByteString str( mpOutGlyphs, gsl_getSystemTextEncoding() );
604 &aPt, NULL, CHS_VECTOR, mnGlyphCount, (LPWSTR)mpOutGlyphs,
608 ByteString str( mpOutGlyphs, gsl_getSystemTextEncoding() );
862 mpOutGlyphs[ nStart ] = DROPPED_OUTGLYPH;
871 while( (--i >= 0) && (mpOutGlyphs[ i ] != DROPPED_OUTGLYPH) );
891 if( mpOutGlyphs[ i ] != DROPPED_OUTGLYPH )
913 if( mpOutGlyphs[ i ] == DROPPED_OUTGLYPH )
933 mpOutGlyphs[ nNewGC ] = mpOutGlyphs[ i ];