/aoo41x/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 732 return (mnMinCharPos + n); 1031 int mnMinCharPos; member 1300 mnMinCharPos = rArgs.mnMinCharPos; 1707 if( (mnMinCharPos <= rVisualItem.mnMinCharPos) 1716 int i = mnMinCharPos; 1718 i = rVisualItem.mnMinCharPos; 1833 int c = mnMinCharPos; 2224 int i = mnMinCharPos; 2316 return mnMinCharPos; 2361 if( i < mnMinCharPos ) [all …]
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | atslayout.cxx | 216 mnCharCount = mnEndCharPos - mnMinCharPos; in LayoutText() 226 rArgs.mnMinCharPos, mnCharCount, rArgs.mnLength, in LayoutText() 427 rSubPortion.mnMinCharPos, rSubPortion.mnEndCharPos - rSubPortion.mnMinCharPos, in DrawText() 499 int nCharPos = nStart + mnMinCharPos; in GetNextGlyphs() 508 if( nCharPos < r.mnMinCharPos ) in GetNextGlyphs() 566 nCharPos = nStart + mnMinCharPos; in GetNextGlyphs() 723 return (mnMinCharPos + i); in GetTextBreak() 727 return (mnMinCharPos + i); in GetTextBreak() 736 return mnMinCharPos; in GetTextBreak() 742 UniCharArrayOffset nBreakPos = mnMinCharPos; in GetTextBreak() [all …]
|
H A D | ctlayout.cxx | 124 mnCharCount = mnEndCharPos - mnMinCharPos; in LayoutText() 131 …CFStringRef aCFText = CFStringCreateWithCharactersNoCopy( NULL, rArgs.mpStr + mnMinCharPos, mnChar… in LayoutText() 146 for( int i = mnEndCharPos; --i >= mnMinCharPos; ++mnTrailingSpaceCount ) in LayoutText() 208 CFStringRef aCFText = CFStringCreateWithCharactersNoCopy( NULL, rArgs.mpStr + mnMinCharPos, in AdjustLayout() 368 *(pCharIndexes++) = pCGGlyphStrIdx[ nSubIndex] + mnMinCharPos; in GetNextGlyphs() 481 const int nIndex = nBestGuess + mnMinCharPos; in GetTextBreak()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 585 mnMinCharPos( nMinCharPos ), in ImplLayoutArgs() 744 : mnMinCharPos( -1 ), in SalLayout() 762 mnMinCharPos = rArgs.mnMinCharPos; in AdjustLayout() 1002 int nCharCount = mnEndCharPos - mnMinCharPos; in GetCharWidths() 1017 n -= mnMinCharPos; in GetCharWidths() 1145 n = pG->mnCharPos - rArgs.mnMinCharPos; in ApplyDXArray() 1176 n = nCharPos - rArgs.mnMinCharPos; in ApplyDXArray() 1454 int nCurrIdx = 2 * (n - mnMinCharPos); in GetCaretPositions() 1882 …int nLastRunEndChar = (vRtl[nActiveCharPos >= mnMinCharPos ? (nActiveCharPos - mnMinCharPos) : 0])? in AdjustLayout() 1994 nCharPos[n] >= mnMinCharPos) in AdjustLayout() [all …]
|
H A D | pdfwriter_impl.cxx | 2374 …t String aText( rArgs.mpStr+rArgs.mnMinCharPos, sal::static_int_cast<xub_StrLen>(rArgs.mnEndCharPo… in LayoutText()
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 174 int nChar = rArgs.mnEndCharPos - rArgs.mnMinCharPos; in fill_from() 443 rCharDxs[n-rArgs.mnMinCharPos] = nXPos; in appendCluster() 451 rCharDxs[n-rArgs.mnMinCharPos] = nXPos; in appendCluster() 595 if (rArgs.mnMinCharPos < rArgs.mnEndCharPos) in LayoutText() 614 if (rArgs.mnMinCharPos < rArgs.mnEndCharPos) in LayoutText() 746 rArgs.mnMinCharPos != mpTextSrc->getLayoutArgs().mnMinCharPos || in CreateSegment() 805 for (int i = mnMinCharPos; i < limit; i++) in CreateSegment() 931 int nBreak = mnMinCharPos; in GetTextBreak() 940 else if (nBreak < mnMinCharPos) nBreak = mnMinCharPos; in GetTextBreak() 947 if (mnEndCharPos == mnMinCharPos) in FillDXArray() [all …]
|
H A D | graphite_textsrc.cxx | 137 if (nCharIdx < unsigned(maLayoutArgs.mnMinCharPos)) in propertyRange() 138 return ext_std::make_pair(0, maLayoutArgs.mnMinCharPos); in propertyRange() 141 return ext_std::make_pair(maLayoutArgs.mnMinCharPos, mnEnd); in propertyRange()
|
H A D | graphite_textsrc.hxx | 115 mnEnd += aNewArgs.mnMinCharPos - maLayoutArgs.mnMinCharPos; in switchLayoutArgs()
|
H A D | graphite_serverfont.cxx | 63 maImpl.textSrc()->getLayoutArgs().mnMinCharPos; in getTextPtr()
|
H A D | gcach_layout.cxx | 404 int nGlyphCapacity = (3 * (rArgs.mnEndCharPos - rArgs.mnMinCharPos ) | 15) + 1; in operator ()()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 238 mnCharCount = rArgs.mnEndCharPos - rArgs.mnMinCharPos; 283 const sal_Unicode* pBidiStr = rArgs.mpStr + rArgs.mnMinCharPos; 443 if( rArgs.mnMinCharPos + nLen < rArgs.mnLength ) 484 int j = mpGlyphs2Chars[ i ] - rArgs.mnMinCharPos; 559 nCharPos = nStart + mnMinCharPos; 658 return (mnMinCharPos + n); 689 int nCurrIdx = mpGlyphs2Chars[ i ] - mnMinCharPos; 777 int j = mpGlyphs2Chars[ i ] - rArgs.mnMinCharPos; 883 mpGlyphs2Chars[ k ] = mnMinCharPos + k; 895 int nRelCharPos = mpGlyphs2Chars[ i ] - mnMinCharPos; [all …]
|
/aoo41x/main/vcl/inc/ |
H A D | graphite_cache.hxx | 133 layoutArgs.mnMinCharPos)); in getSegment() 148 if (found->m_seg->startCharacter() <= layoutArgs.mnMinCharPos && in getSegment() 158 for (int i = layoutArgs.mnMinCharPos; i < segCharLimit; i++) in getSegment() 172 if (found->char2BaseGlyph()[layoutArgs.mnEndCharPos-layoutArgs.mnMinCharPos] == -1) in getSegment() 189 rtl::OUString * rope = new rtl::OUString(layoutArgs.mpStr + layoutArgs.mnMinCharPos, in getSegment() 190 segCharLimit - layoutArgs.mnMinCharPos); in getSegment() 202 found->m_seg->setTextSourceOffset(layoutArgs.mnMinCharPos); in getSegment()
|
H A D | sallayout.hxx | 98 int mnMinCharPos; member in ImplLayoutArgs 216 int mnMinCharPos; member in SalLayout
|
H A D | graphite_serverfont.hxx | 89 int getMinCharPos() const { return mnMinCharPos; } in getMinCharPos()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 683 const sal_Unicode* getTextPtr() const { return maText.getStr() - mnMinCharPos; } in getTextPtr() 684 int getMinCharPos() const { return mnMinCharPos; } in getMinCharPos() 685 int getMaxCharPos() const { return mnMinCharPos+maText.getLength()-1; } in getMaxCharPos() 695 int mnMinCharPos; member in PspServerFontLayout 708 …maText = OUString( rArgs.mpStr + rArgs.mnMinCharPos, rArgs.mnEndCharPos - rArgs.mnMinCharPos+1 ); in PspServerFontLayout() 709 mnMinCharPos = rArgs.mnMinCharPos; in PspServerFontLayout()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 624 const sal_Unicode* getTextPtr() const { return maText.getStr() - mnMinCharPos; } in getTextPtr() 625 int getMinCharPos() const { return mnMinCharPos; } in getMinCharPos() 626 int getMaxCharPos() const { return mnMinCharPos+maText.getLength()-1; } in getMaxCharPos() 636 int mnMinCharPos; member in PspServerFontLayout 649 …maText = OUString( rArgs.mpStr + rArgs.mnMinCharPos, rArgs.mnEndCharPos - rArgs.mnMinCharPos+1 ); in PspServerFontLayout() 650 mnMinCharPos = rArgs.mnMinCharPos; in PspServerFontLayout()
|