Home
last modified time | relevance | path

Searched refs:mnEndCharPos (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx124 mnCharCount = mnEndCharPos - mnMinCharPos; in LayoutText()
146 for( int i = mnEndCharPos; --i >= mnMinCharPos; ++mnTrailingSpaceCount ) in LayoutText()
H A Datslayout.cxx98 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()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2374 …Args.mpStr+rArgs.mnMinCharPos, sal::static_int_cast<xub_StrLen>(rArgs.mnEndCharPos-rArgs.mnMinChar… in LayoutText()
H A Dsallayout.cxx586 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 …]
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1032 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 …]
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx649 …maText = OUString( rArgs.mpStr + rArgs.mnMinCharPos, rArgs.mnEndCharPos - rArgs.mnMinCharPos+1 ); in PspServerFontLayout()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx708 …maText = OUString( rArgs.mpStr + rArgs.mnMinCharPos, rArgs.mnEndCharPos - rArgs.mnMinCharPos+1 ); in PspServerFontLayout()
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx404 int nGlyphCapacity = (3 * (rArgs.mnEndCharPos - rArgs.mnMinCharPos ) | 15) + 1; in operator ()()
H A Dgraphite_layout.cxx174 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 Dgraphite_textsrc.cxx96 if (lim > 0 && nCharIdx >= lim && nCharIdx < maLayoutArgs.mnEndCharPos) in getCharProperties()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx238 mnCharCount = rArgs.mnEndCharPos - rArgs.mnMinCharPos;
/trunk/main/vcl/inc/
H A Dsallayout.hxx99 int mnEndCharPos; member in ImplLayoutArgs
217 int mnEndCharPos; member in SalLayout
H A Dgraphite_cache.hxx149 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 Dgraphite_serverfont.hxx90 int getMaxCharPos() const { return mnEndCharPos; } in getMaxCharPos()

Completed in 142 milliseconds