Searched refs:mnEndCharPos (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 1032 int mnEndCharPos; member 1301 mnEndCharPos = rArgs.mnEndCharPos; 1327 nSubStringEnd = rArgs.mnEndCharPos + 8; 1698 || (rVisualItem.mnEndCharPos <= mnMinCharPos) 1708 && (rVisualItem.mnEndCharPos <= mnEndCharPos ) ) 1719 int nCharPosLimit = rVisualItem.mnEndCharPos; 1720 if( nCharPosLimit > mnEndCharPos ) 1721 nCharPosLimit = mnEndCharPos; 2363 for(; (i < rVisualItem.mnEndCharPos) && (i < mnEndCharPos); ++i ) 2698 for( i = mnMinCharPos; i < mnEndCharPos; ++i ) [all …]
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 174 int nChar = rArgs.mnEndCharPos - rArgs.mnMinCharPos; in fill_from() 420 if ((signed)aGlyph.firstChar() < rArgs.mnEndCharPos && in appendCluster() 595 if (rArgs.mnMinCharPos < rArgs.mnEndCharPos) in LayoutText() 614 if (rArgs.mnMinCharPos < rArgs.mnEndCharPos) in LayoutText() 725 int limit = rArgs.mnEndCharPos; in CreateSegment() 729 nSegCharLimit - rArgs.mnEndCharPos, bRtl); in CreateSegment() 747 rArgs.mnEndCharPos != mpTextSrc->getLayoutArgs().mnEndCharPos || in CreateSegment() 846 mvCharDxs.assign(mnEndCharPos - mnMinCharPos, -1); in LayoutGlyphs() 847 mvChar2BaseGlyph.assign(mnEndCharPos - mnMinCharPos, -1); in LayoutGlyphs() 939 if (nBreak > mnEndCharPos) nBreak = STRING_LEN; in GetTextBreak() [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() 745 mnEndCharPos( -1 ), in SalLayout() 763 mnEndCharPos = rArgs.mnEndCharPos; in AdjustLayout() 1002 int nCharCount = mnEndCharPos - mnMinCharPos; in GetCharWidths() 1015 if( n >= mnEndCharPos ) in GetCharWidths() 1474 int nCharCapacity = mnEndCharPos - mnMinCharPos; in GetTextBreak() 1883 rArgs.mnEndCharPos : rArgs.mnMinCharPos - 1; in AdjustLayout() 1993 nCharPos[n] < mnEndCharPos && in AdjustLayout() [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/generic/gdi/ |
H A D | pspgraphics.cxx | 708 …maText = OUString( rArgs.mpStr + rArgs.mnMinCharPos, rArgs.mnEndCharPos - rArgs.mnMinCharPos+1 ); in PspServerFontLayout()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 649 …maText = OUString( rArgs.mpStr + rArgs.mnMinCharPos, rArgs.mnEndCharPos - rArgs.mnMinCharPos+1 ); in PspServerFontLayout()
|
Completed in 182 milliseconds