Lines Matching refs:nCharPos
308 int nCharPos = bIsRTL ? --j : i++; local
309 sal_Unicode cChar = rArgs.mpStr[ nCharPos ];
329 mpGlyphs2Chars[ mnGlyphCount ] = nCharPos;
330 mpChars2Glyphs[ nCharPos - rArgs.mnMinCharPos ] = mnGlyphCount;
392 int nCharPos = mpGlyphs2Chars ? mpGlyphs2Chars[i]: i + rArgs.mnMinCharPos; local
393 rArgs.NeedFallback( nCharPos, bRTL );
395 rArgs.NeedFallback( nCharPos+1, bRTL );
413 if (Ft2QueryStringWidthW( mhPS, (LPWSTR)&rArgs.mpStr[ nCharPos ], 1, &aExtent))
557 int nCharPos; local
559 nCharPos = nStart + mnMinCharPos;
561 nCharPos = mpGlyphs2Chars[nStart];
562 *(pCharIndexes++) = nCharPos;