| /trunk/main/vcl/source/glyphs/ ! |
| H A D | gcach_layout.cxx | 106 for( int nCharPos = -1; rArgs.GetNextPos( &nCharPos, &bRightToLeft ); ) in operator ()() local 108 sal_UCS4 cChar = rArgs.mpStr[ nCharPos ]; in operator ()() 114 + (rArgs.mpStr[ nCharPos+1 ] - 0xDC00); in operator ()() 122 rArgs.NeedFallback( nCharPos, bRightToLeft ); in operator ()() 124 rArgs.NeedFallback( nCharPos+1, bRightToLeft ); in operator ()() 145 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in operator ()() 489 int nCharPos = pCharIndices[i]; in operator ()() local 490 if( nCharPos >= 0 ) { in operator ()() 491 nCharPos += nMinRunPos; in operator ()() 495 if( nCharPos >= nEndRunPos ) in operator ()() [all …]
|
| /trunk/main/vcl/source/gdi/ ! |
| H A D | sallayout.cxx | 416 bool ImplLayoutRuns::AddPos( int nCharPos, bool bRTL ) in AddPos() argument 424 if( ((nCharPos + bRTL) == nRunPos1) in AddPos() 428 maRuns[ nIndex-1 ] = nCharPos + !bRTL; in AddPos() 432 if( (nRunPos0 <= nCharPos) && (nCharPos < nRunPos1) ) in AddPos() 434 if( (nRunPos1 <= nCharPos) && (nCharPos < nRunPos0) ) in AddPos() 439 maRuns.push_back( nCharPos + (bRTL ? 1 : 0) ); in AddPos() 440 maRuns.push_back( nCharPos + (bRTL ? 0 : 1) ); in AddPos() 467 bool ImplLayoutRuns::PosIsInRun( int nCharPos ) const in PosIsInRun() 481 if( nCharPos < nMinCharPos ) in PosIsInRun() 483 if( nCharPos >= nEndCharPos ) in PosIsInRun() [all …]
|
| H A D | outdev3.cxx | 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 [all …]
|
| H A D | pdfwriter_impl.cxx | 2382 for( int nCharPos = -1; rArgs.GetNextPos( &nCharPos, &bRightToLeft ); ) in LayoutText() local 2386 sal_Unicode cChar = rArgs.mpStr[ nCharPos ]; in LayoutText() 2411 rArgs.NeedFallback( nCharPos, bRightToLeft ); in LayoutText() 2419 GlyphItem aGI( nCharPos, cChar, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText()
|
| /trunk/main/vcl/inc/ ! |
| H A D | sallayout.hxx | 78 bool AddPos( int nCharPos, bool bRTL ); 85 bool GetNextPos( int* nCharPos, bool* bRTL ); 86 bool PosIsInRun( int nCharPos ) const; 87 bool PosIsInAnyRun( int nCharPos ) const; 121 bool GetNextPos( int* nCharPos, bool* bRTL ) in GetNextPos() argument 122 { return maRuns.GetNextPos( nCharPos, bRTL ); } in GetNextPos() 124 bool NeedFallback( int nCharPos, bool bRTL ) in NeedFallback() argument 125 { return maReruns.AddPos( nCharPos, bRTL ); } in NeedFallback() 294 GlyphItem( int nCharPos, sal_GlyphId aGlyphId, const Point& rLinearPos, in GlyphItem() 296 : mnFlags(nFlags), mnCharPos(nCharPos), in GlyphItem()
|
| /trunk/main/vcl/os2/source/gdi/ ! |
| H A D | os2layout.cxx | 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; [all …]
|
| /trunk/main/vcl/aqua/source/gdi/ ! |
| H A D | atslayout.cxx | 499 int nCharPos = nStart + mnMinCharPos; in GetNextGlyphs() local 501 nCharPos = mpGlyphs2Chars[nStart]; in GetNextGlyphs() 508 if( nCharPos < r.mnMinCharPos ) in GetNextGlyphs() 510 if( nCharPos >= r.mnEndCharPos ) in GetNextGlyphs() 535 const int nCharPos = mpGlyphs2Chars ? mpGlyphs2Chars[nStart] : nStart + mnMinCharPos; in GetNextGlyphs() local 539 OSStatus eStatus = ATSUMatchFontsToText( maATSULayout, nCharPos, kATSUToTextEnd, in GetNextGlyphs() 541 if( (eStatus == kATSUFontsMatched) && ((int)nChangedOffset == nCharPos) ) in GetNextGlyphs() 562 int nCharPos; in GetNextGlyphs() local 564 nCharPos = mpGlyphs2Chars[nStart]; in GetNextGlyphs() 566 nCharPos = nStart + mnMinCharPos; in GetNextGlyphs() [all …]
|
| /trunk/main/vcl/win/source/gdi/ ! |
| H A D | winlayout.cxx | 365 int nCharPos = bIsRTL ? --j : i++; local 366 sal_UCS4 cChar = rArgs.mpStr[ nCharPos ]; 387 mpGlyphs2Chars[ mnGlyphCount ] = nCharPos; 388 mpChars2Glyphs[ nCharPos - rArgs.mnMinCharPos ] = mnGlyphCount; 458 int nCharPos = mpGlyphs2Chars ? mpGlyphs2Chars[i]: i + rArgs.mnMinCharPos; local 459 rArgs.NeedFallback( nCharPos, bRTL ); 460 if( bSurrogate && ((nCharPos+1) < rArgs.mnLength) ) 461 rArgs.NeedFallback( nCharPos+1, bRTL ); 477 WCHAR cNotDef = rArgs.mpStr[ nCharPos ]; 625 int nCharPos; local [all …]
|
| /trunk/main/svtools/source/edit/ ! |
| H A D | textdata.cxx | 92 sal_uInt16 TETextPortionList::FindPortion( sal_uInt16 nCharPos, sal_uInt16& nPortionStart, sal_Bool… in FindPortion() argument 100 if ( nTmpPos >= nCharPos ) in FindPortion() 103 if ( ( nTmpPos != nCharPos ) || !bPreferStartingPortion || ( nPortion == Count() - 1 ) ) in FindPortion()
|
| H A D | textview.cxx | 1625 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( rPaM.GetPara(), nLine-1, nX ); in CursorUp() local 1626 aPaM.GetIndex() = nCharPos; in CursorUp() 1639 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( aPaM.GetPara(), nL, nX+1 ); in CursorUp() local 1640 aPaM.GetIndex() = nCharPos; in CursorUp() 1663 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( rPaM.GetPara(), nLine+1, nX ); in CursorDown() local 1664 aPaM.GetIndex() = nCharPos; in CursorDown() 1675 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( aPaM.GetPara(), 0, nX+1 ); in CursorDown() local 1676 aPaM.GetIndex() = nCharPos; in CursorDown()
|
| H A D | textdat2.hxx | 98 …sal_uInt16 FindPortion( sal_uInt16 nCharPos, sal_uInt16& rPortionStart, sal_Bool bPreferStartingP…
|
| /trunk/main/editeng/source/editeng/ ! |
| H A D | editdoc2.cxx | 112 sal_uInt16 TextPortionList::FindPortion( sal_uInt16 nCharPos, sal_uInt16& nPortionStart, sal_Bool b… in FindPortion() argument 120 if ( nTmpPos >= nCharPos ) in FindPortion() 123 if ( ( nTmpPos != nCharPos ) || !bPreferStartingPortion || ( nPortion == Count() - 1 ) ) in FindPortion()
|
| H A D | editdoc.hxx | 430 …sal_uInt16 FindPortion( sal_uInt16 nCharPos, sal_uInt16& rPortionStart, sal_Bool bPreferStartingP…
|
| H A D | impedit3.cxx | 102 xub_StrLen nCharPos; member 968 aCurrentTab.nCharPos = nTmpPos; in CreateLines()
|
| /trunk/main/vcl/unx/headless/ ! |
| H A D | svppspgraphics.cxx | 548 int nCharPos = -1; in LayoutText() local 555 if( !rArgs.GetNextPos( &nCharPos, &bRightToLeft ) ) in LayoutText() 558 sal_UCS4 cChar = rArgs.mpStr[ nCharPos ]; in LayoutText() 571 rArgs.NeedFallback( nCharPos, bRightToLeft ); in LayoutText() 606 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText()
|
| /trunk/main/vcl/unx/generic/gdi/ ! |
| H A D | pspgraphics.cxx | 607 int nCharPos = -1; in LayoutText() local 614 if( !rArgs.GetNextPos( &nCharPos, &bRightToLeft ) ) in LayoutText() 617 sal_Unicode cChar = rArgs.mpStr[ nCharPos ]; in LayoutText() 630 rArgs.NeedFallback( nCharPos, bRightToLeft ); in LayoutText() 665 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText()
|