| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | winlayout.cxx | 297 mnCharCount = rArgs.mnEndCharPos - rArgs.mnMinCharPos; 340 const sal_Unicode* pBidiStr = rArgs.mpStr + rArgs.mnMinCharPos; 388 mpChars2Glyphs[ nCharPos - rArgs.mnMinCharPos ] = mnGlyphCount; 458 int nCharPos = mpGlyphs2Chars ? mpGlyphs2Chars[i]: i + rArgs.mnMinCharPos; 511 if( rArgs.mnMinCharPos + nLen < rArgs.mnLength ) 552 int j = mpGlyphs2Chars[ i ] - rArgs.mnMinCharPos; 627 nCharPos = nStart + mnMinCharPos; 732 return (mnMinCharPos + n); 763 int nCurrIdx = mpGlyphs2Chars[ i ] - mnMinCharPos; 851 int j = mpGlyphs2Chars[ i ] - rArgs.mnMinCharPos; [all …]
|
| /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() 226 rArgs.mnMinCharPos, mnCharCount, rArgs.mnLength, in LayoutText() 264 … ATSUSetLineControls( maATSULayout, rArgs.mnMinCharPos, 1, aTagAttrs, aTagSizes, aTagValues ); in LayoutText() 294 while( (--i >= 0) && IsSpacingGlyph( rArgs.mpStr[mnMinCharPos+i]|GF_ISCHAR ) ) {} in AdjustLayout() 408 ATSUDrawText( maATSULayout, mnMinCharPos, mnCharCount, nFixedX, nFixedY ); in DrawText() 427 rSubPortion.mnMinCharPos, rSubPortion.mnEndCharPos - rSubPortion.mnMinCharPos, in DrawText() 437 mnMinCharPos, mnCharCount, nFixedX, nFixedY, &drawRect ); in DrawText() 499 int nCharPos = nStart + mnMinCharPos; in GetNextGlyphs() 508 if( nCharPos < r.mnMinCharPos ) in GetNextGlyphs() [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() 600 AddRun( mnMinCharPos, mnEndCharPos, bRTL ); in ImplLayoutArgs() 619 int nSubLength = mnEndCharPos - mnMinCharPos; in ImplLayoutArgs() 623 ubidi_setLine( pParaBidi, mnMinCharPos, mnEndCharPos, pLineBidi, &rcI18n ); in ImplLayoutArgs() 633 const int nPos0 = nMinPos + mnMinCharPos; 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() 1134 const int nCharCount = rArgs.mnEndCharPos - rArgs.mnMinCharPos; in ApplyDXArray() [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() 222 if (in_range(nFirstCharInCluster, rArgs.mnMinCharPos, rArgs.mnEndCharPos) && in fill_from() 286 if (in_range(nFirstCharInCluster, rArgs.mnMinCharPos, rArgs.mnEndCharPos) && in fill_from() 357 rChar2Base[nFirstCharInCluster-rArgs.mnMinCharPos] = size(); in appendCluster() 391 rChar2Base[nFirstCharInCluster-rArgs.mnMinCharPos] |= WORD_BREAK_BEFORE; in appendCluster() 393 rChar2Base[nFirstCharInCluster-rArgs.mnMinCharPos] |= HYPHEN_BREAK_BEFORE; in appendCluster() 397 rChar2Base[nFirstCharInCluster-rArgs.mnMinCharPos] |= WORD_BREAK_BEFORE; in appendCluster() 421 (signed)aGlyph.firstChar() >= rArgs.mnMinCharPos) in appendCluster() 423 rCharDxs[aGlyph.firstChar()-rArgs.mnMinCharPos] = nNextOrigin; in appendCluster() 442 if ((n < rArgs.mnEndCharPos) && (n >= rArgs.mnMinCharPos)) in appendCluster() [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; 330 mpChars2Glyphs[ nCharPos - rArgs.mnMinCharPos ] = mnGlyphCount; 392 int nCharPos = mpGlyphs2Chars ? mpGlyphs2Chars[i]: i + 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; [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/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… in PspServerFontLayout() 650 mnMinCharPos = rArgs.mnMinCharPos; in PspServerFontLayout()
|
| /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… in PspServerFontLayout() 709 mnMinCharPos = rArgs.mnMinCharPos; in PspServerFontLayout()
|