Lines Matching refs:nCharPos
6101 int nCharPos = -1; in ImplGlyphFallbackLayout() local
6104 for( int i=0; i<8 && rLayoutArgs.GetNextPos( &nCharPos, &bRTL); ++i ) in ImplGlyphFallbackLayout()
6105 fprintf(stderr," U+%04X", rLayoutArgs.mpStr[ nCharPos ] ); in ImplGlyphFallbackLayout()
6111 int nCharPos = -1; in ImplGlyphFallbackLayout() local
6114 while( rLayoutArgs.GetNextPos( &nCharPos, &bRTL) ) in ImplGlyphFallbackLayout()
6115 aMissingCodeBuf.append( rLayoutArgs.mpStr[ nCharPos ] ); in ImplGlyphFallbackLayout()
6238 int nCharPos = -1; in GetTextIsRTL() local
6239 aArgs.GetNextPos( &nCharPos, &bRTL ); in GetTextIsRTL()
6240 return (nCharPos != nIndex) ? sal_True : sal_False; in GetTextIsRTL()
7856 for( int nCharPos = -1; aLayoutArgs.GetNextPos( &nCharPos, &bRTL);) in GetTextOutlines() local
7861 …pSalLayout = aVDev.ImplLayout( rStr, static_cast< xub_StrLen >(nCharPos), 1, Point(0,0), nTWidth, … in GetTextOutlines()