Home
last modified time | relevance | path

Searched refs:mnMinCharPos (Results 1 – 16 of 16) sorted by last modified time

/trunk/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx124 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()
H A Datslayout.cxx216 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 …]
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2374 …t String aText( rArgs.mpStr+rArgs.mnMinCharPos, sal::static_int_cast<xub_StrLen>(rArgs.mnEndCharPo… in LayoutText()
H A Dsallayout.cxx585 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 …]
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx732 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 …]
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx624 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()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx683 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()
/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()
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 Dgraphite_serverfont.cxx63 maImpl.textSrc()->getLayoutArgs().mnMinCharPos; in getTextPtr()
H A Dgraphite_textsrc.cxx137 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 Dgraphite_textsrc.hxx115 mnEnd += aNewArgs.mnMinCharPos - maLayoutArgs.mnMinCharPos; in switchLayoutArgs()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx238 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 …]
/trunk/main/vcl/inc/
H A Dsallayout.hxx98 int mnMinCharPos; member in ImplLayoutArgs
216 int mnMinCharPos; member in SalLayout
H A Dgraphite_cache.hxx133 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 Dgraphite_serverfont.hxx89 int getMinCharPos() const { return mnMinCharPos; } in getMinCharPos()

Completed in 151 milliseconds