Searched refs:mnEndCharPos (Results 1 – 14 of 14) sorted by relevance
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | winlayout.cxx | 297 mnCharCount = rArgs.mnEndCharPos - rArgs.mnMinCharPos; 1032 int mnEndCharPos; member 1301 mnEndCharPos = rArgs.mnEndCharPos; 1327 nSubStringEnd = rArgs.mnEndCharPos + 8; 1368 rVisualItem.mnEndCharPos = pScriptItem[1].iCharPos; 1454 if( (rArgs.mnEndCharPos <= rVisualItem.mnMinCharPos) 1455 || (rArgs.mnMinCharPos >= rVisualItem.mnEndCharPos) ) 1457 for( int i = rVisualItem.mnMinCharPos; i < rVisualItem.mnEndCharPos; ++i ) 1473 int nCharCount = rVisualItem.mnEndCharPos - rVisualItem.mnMinCharPos; 1490 rArgs.NeedFallback( rVisualItem.mnMinCharPos, rVisualItem.mnEndCharPos, [all …]
|
| /AOO41X/main/vcl/source/glyphs/ |
| H A D | graphite_layout.cxx | 174 int nChar = rArgs.mnEndCharPos - rArgs.mnMinCharPos; in fill_from() 222 if (in_range(nFirstCharInCluster, rArgs.mnMinCharPos, rArgs.mnEndCharPos) && in fill_from() 286 if (in_range(nFirstCharInCluster, rArgs.mnMinCharPos, rArgs.mnEndCharPos) && in fill_from() 420 if ((signed)aGlyph.firstChar() < rArgs.mnEndCharPos && in appendCluster() 442 if ((n < rArgs.mnEndCharPos) && (n >= rArgs.mnMinCharPos)) in appendCluster() 450 if (n < rArgs.mnEndCharPos && n >= rArgs.mnMinCharPos) in appendCluster() 502 in_range(firstChar, args.mnMinCharPos, args.mnEndCharPos)) in append() 595 if (rArgs.mnMinCharPos < rArgs.mnEndCharPos) in LayoutText() 614 if (rArgs.mnMinCharPos < rArgs.mnEndCharPos) in LayoutText() 724 const int nSegCharLimit = min(rArgs.mnLength, mnEndCharPos + EXTRA_CONTEXT_LENGTH); in CreateSegment() [all …]
|
| H A D | graphite_textsrc.cxx | 96 if (lim > 0 && nCharIdx >= lim && nCharIdx < maLayoutArgs.mnEndCharPos) in getCharProperties()
|
| H A D | gcach_layout.cxx | 404 int nGlyphCapacity = (3 * (rArgs.mnEndCharPos - rArgs.mnMinCharPos ) | 15) + 1; in operator ()()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | sallayout.cxx | 586 mnEndCharPos( nEndCharPos ), in ImplLayoutArgs() 600 AddRun( mnMinCharPos, mnEndCharPos, bRTL ); in ImplLayoutArgs() 619 int nSubLength = mnEndCharPos - mnMinCharPos; in ImplLayoutArgs() 623 ubidi_setLine( pParaBidi, mnMinCharPos, mnEndCharPos, pLineBidi, &rcI18n ); in ImplLayoutArgs() 745 mnEndCharPos( -1 ), in SalLayout() 763 mnEndCharPos = rArgs.mnEndCharPos; in AdjustLayout() 1002 int nCharCount = mnEndCharPos - mnMinCharPos; in GetCharWidths() 1015 if( n >= mnEndCharPos ) in GetCharWidths() 1134 const int nCharCount = rArgs.mnEndCharPos - rArgs.mnMinCharPos; in ApplyDXArray() 1474 int nCharCapacity = mnEndCharPos - mnMinCharPos; in GetTextBreak() [all …]
|
| H A D | pdfwriter_impl.cxx | 2374 …Args.mpStr+rArgs.mnMinCharPos, sal::static_int_cast<xub_StrLen>(rArgs.mnEndCharPos-rArgs.mnMinChar… in LayoutText()
|
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | atslayout.cxx | 98 struct SubPortion { int mnMinCharPos, mnEndCharPos; Fixed mnXOffset; }; member 216 mnCharCount = mnEndCharPos - mnMinCharPos; in LayoutText() 427 rSubPortion.mnMinCharPos, rSubPortion.mnEndCharPos - rSubPortion.mnMinCharPos, in DrawText() 510 if( nCharPos >= r.mnEndCharPos ) in GetNextGlyphs() 756 if( nBreakPos >= static_cast<UniCharArrayOffset>(mnEndCharPos) ) in GetTextBreak() 969 aSubPortion.mnEndCharPos = mnMinCharPos + j; in InitGIA() 973 aSubPortion.mnMinCharPos = aSubPortion.mnEndCharPos; in InitGIA() 981 aSubPortion.mnEndCharPos = mnEndCharPos; in InitGIA() 982 if( aSubPortion.mnEndCharPos != aSubPortion.mnMinCharPos ) in InitGIA()
|
| H A D | ctlayout.cxx | 124 mnCharCount = mnEndCharPos - mnMinCharPos; in LayoutText() 146 for( int i = mnEndCharPos; --i >= mnMinCharPos; ++mnTrailingSpaceCount ) in LayoutText()
|
| /AOO41X/main/vcl/inc/ |
| H A D | graphite_cache.hxx | 149 found->m_seg->stopCharacter() >= layoutArgs.mnEndCharPos) in getSegment() 168 if (found->m_seg->stopCharacter() > layoutArgs.mnEndCharPos && in getSegment() 169 static_cast<int>(found->char2BaseGlyph().size()) > layoutArgs.mnEndCharPos) in getSegment() 172 if (found->char2BaseGlyph()[layoutArgs.mnEndCharPos-layoutArgs.mnMinCharPos] == -1) in getSegment()
|
| H A D | sallayout.hxx | 99 int mnEndCharPos; member in ImplLayoutArgs 217 int mnEndCharPos; member in SalLayout
|
| H A D | graphite_serverfont.hxx | 90 int getMaxCharPos() const { return mnEndCharPos; } in getMaxCharPos()
|
| /AOO41X/main/vcl/os2/source/gdi/ |
| H A D | os2layout.cxx | 238 mnCharCount = rArgs.mnEndCharPos - rArgs.mnMinCharPos;
|
| /AOO41X/main/vcl/unx/headless/ |
| H A D | svppspgraphics.cxx | 649 …maText = OUString( rArgs.mpStr + rArgs.mnMinCharPos, rArgs.mnEndCharPos - rArgs.mnMinCharPos… in PspServerFontLayout()
|
| /AOO41X/main/vcl/unx/generic/gdi/ |
| H A D | pspgraphics.cxx | 708 …maText = OUString( rArgs.mpStr + rArgs.mnMinCharPos, rArgs.mnEndCharPos - rArgs.mnMinCharPos… in PspServerFontLayout()
|