Home
last modified time | relevance | path

Searched refs:pDXArray (Results 1 – 25 of 35) sorted by relevance

12

/AOO41X/main/editeng/source/items/
H A Dsvxfont.cxx455 const sal_uInt16 nIdx, const sal_uInt16 nLen, sal_Int32* pDXArray ) const in QuickGetTextSize()
458 return Size( pOut->GetTextArray( rTxt, pDXArray, nIdx, nLen ), in QuickGetTextSize()
464 aTxtSize.setWidth( pOut->GetTextArray( rTxt, pDXArray, nIdx, nLen ) ); in QuickGetTextSize()
467 pDXArray, nIdx, nLen ) ); in QuickGetTextSize()
473 if ( pDXArray ) in QuickGetTextSize()
476 pDXArray[i] += ( (i+1) * long( nKern ) ); in QuickGetTextSize()
478 pDXArray[nLen-1] -= nKern; in QuickGetTextSize()
542 const xub_StrLen nIdx, const xub_StrLen nLen, const sal_Int32* pDXArray ) const in QuickDrawText()
547 pOut->DrawTextArray( rPos, rTxt, pDXArray, nIdx, nLen ); in QuickDrawText()
567 DBG_ASSERT( !pDXArray, "DrawCapital nicht fuer TextArray!" ); in QuickDrawText()
[all …]
/AOO41X/main/filter/source/flash/
H A Dswfwriter1.cxx424 void Writer::Impl_writeText( const Point& rPos, const String& rText, const sal_Int32* pDXArray, lon… in Impl_writeText() argument
432 Impl_writeText( rPos, rText, pDXArray, nWidth, mpVDev->GetTextColor() ); in Impl_writeText()
460 Impl_writeText( aPos, rText, pDXArray, nWidth, aReliefColor ); in Impl_writeText()
461 Impl_writeText( rPos, rText, pDXArray, nWidth, aTextColor ); in Impl_writeText()
479 Impl_writeText( aPos, rText, pDXArray, nWidth, aShadowColor ); in Impl_writeText()
483 Impl_writeText( rPos, rText, pDXArray, nWidth, aTextColor ); in Impl_writeText()
490 Impl_writeText( aPos, rText, pDXArray, nWidth, mpVDev->GetTextColor() ); in Impl_writeText()
492 Impl_writeText( aPos, rText, pDXArray, nWidth, mpVDev->GetTextColor() ); in Impl_writeText()
494 Impl_writeText( aPos, rText, pDXArray, nWidth, mpVDev->GetTextColor() ); in Impl_writeText()
496 Impl_writeText( aPos, rText, pDXArray, nWidth, mpVDev->GetTextColor() ); in Impl_writeText()
[all …]
H A Dswfwriter.hxx369 …void Impl_writeText( const Point& rPos, const String& rText, const sal_Int32* pDXArray, long nWidt…
370 …void Impl_writeText( const Point& rPos, const String& rText, const sal_Int32* pDXArray, long nWidt…
/AOO41X/main/vcl/inc/
H A Dsallayout.hxx116 void SetDXArray( const sal_Int32* pDXArray ) { mpDXArray = pDXArray; } in SetDXArray() argument
175 virtual long FillDXArray( sal_Int32* pDXArray ) const = 0;
237 virtual long FillDXArray( sal_Int32* pDXArray ) const;
329 virtual long FillDXArray( sal_Int32* pDXArray ) const;
H A Dgraphite_layout.hxx143 virtual long FillDXArray( sal_Int32* pDXArray ) const;
/AOO41X/main/vcl/os2/source/gdi/
H A Dos2layout.cxx141 virtual long FillDXArray( long* pDXArray ) const;
622 long Os2SalLayout::FillDXArray( long* pDXArray ) const
631 if( pDXArray != NULL )
634 pDXArray[ i ] = mpCharWidths[ i ];
790 const long* pDXArray = rArgs.mpDXArray; local
800 int nDiff = nOldWidth - pDXArray[ i ];
825 mpGlyphAdvances[j] = pDXArray[i] - mnWidth;
826 mnWidth = pDXArray[i];
/AOO41X/main/vcl/win/source/gdi/
H A Dwinlayout.cxx182 virtual long FillDXArray( long* pDXArray ) const;
696 long SimpleWinLayout::FillDXArray( long* pDXArray ) const
705 if( pDXArray != NULL )
708 pDXArray[ i ] = mpCharWidths[ i ];
864 const long* pDXArray = rArgs.mpDXArray; local
874 int nDiff = nOldWidth - pDXArray[ i ];
899 mpGlyphAdvances[j] = pDXArray[i] - mnWidth;
900 mnWidth = pDXArray[i];
1057 virtual long FillDXArray( long* pDXArray ) const;
2253 long UniscribeLayout::FillDXArray( long* pDXArray ) const
[all …]
/AOO41X/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx41 virtual long FillDXArray( sal_Int32* pDXArray ) const;
397 long CTLayout::FillDXArray( sal_Int32* pDXArray ) const in FillDXArray()
400 if( !pDXArray ) in FillDXArray()
404 if( pDXArray ) { in FillDXArray()
438 pDXArray[i] = nNewDX - nOldDX; in FillDXArray()
H A Datslayout.cxx51 virtual long FillDXArray( long* pDXArray ) const;
663 long ATSLayout::FillDXArray( long* pDXArray ) const in FillDXArray()
666 if( !pDXArray ) in FillDXArray()
684 pDXArray[i] = nPixWidth - nOldPixWidth; in FillDXArray()
/AOO41X/main/editeng/source/editeng/
H A Dimpedit3.cxx162 const sal_Int32* pDXArray, in lcl_DrawRedLines() argument
210 aPnt1.X() += (bIsRightToLeft ? -1 : 1) * pDXArray[ nStart - nIndex - 1 ]; in lcl_DrawRedLines()
213 aPnt1.Y() += pDXArray[ nStart - nIndex - 1 ]; in lcl_DrawRedLines()
222 aPnt2.X() += (bIsRightToLeft ? -1 : 1) * pDXArray[ nEnd - nIndex - 1 ]; in lcl_DrawRedLines()
225 aPnt2.Y() += pDXArray[ nEnd - nIndex - 1 ]; in lcl_DrawRedLines()
3066 const sal_Int32* pDXArray = 0; in Paint() local
3074pDXArray = pLine->GetCharPosArray().GetData()+( nIndex-pLine->GetStart() ); in Paint()
3095pDXArray[ nTmpIdx - nTextStart ] ) - nHalfBlankWidth; in Paint()
3176 pDXArray = pTmpDXArray; in Paint()
3206 pDXArray = pTmpDXArray; in Paint()
[all …]
H A Deditdoc2.cxx167 void ExtraPortionInfo::SaveOrgDXArray( const sal_Int32* pDXArray, sal_uInt16 nLen ) in SaveOrgDXArray() argument
171 memcpy( pOrgDXArray, pDXArray, nLen*sizeof(sal_Int32) ); in SaveOrgDXArray()
/AOO41X/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx1968 const sal_Int32* pDXArray, in createOutline() argument
1996 sal_True, 0, pDXArray ) ); in createOutline()
2056 pDXArray ? in createOutline()
2057 setupDXArray( pDXArray, nLen, rState ) : in createOutline()
2118 … const sal_Int32* pDXArray, in createTextAction() argument
2150 pDXArray, in createTextAction()
2160 pDXArray ? in createTextAction()
2161 setupDXArray( pDXArray, nLen, rState ) : in createTextAction()
2175 if( !pDXArray && !bSubsettable ) in createTextAction()
H A Dimplrenderer.cxx2677 ::boost::scoped_array< sal_Int32 > pDXArray( new sal_Int32[nLen] ); in createActions()
2679 rVDev.GetTextArray( pAct->GetText(), pDXArray.get(), in createActions()
2682 const sal_Int32 nWidthDifference( pAct->GetWidth() - pDXArray[ nLen-1 ] ); in createActions()
2685 sal_Int32* p=pDXArray.get(); in createActions()
2702 pDXArray.get(), in createActions()
H A Dtextaction.hxx81 const sal_Int32* pDXArray,
/AOO41X/main/vcl/source/gdi/
H A Doutdev3.cxx5857 long nPixelWidth, const sal_Int32* pDXArray ) const in ImplPrepareLayoutArgs()
5960 aLayoutArgs.SetDXArray( pDXArray ); in ImplPrepareLayoutArgs()
5972 const sal_Int32* pDXArray, in ImplLayout() argument
6006 if( bFiltered && nCutStop != nCutStart && pDXArray ) in ImplLayout()
6009 pDXArray = NULL; in ImplLayout()
6014 memcpy( pAry, pDXArray, sizeof(sal_Int32)*(nCutStart-nMinIndex) ); in ImplLayout()
6017 pDXArray + nOrgLen - (nCutStop-nMinIndex), in ImplLayout()
6019 pDXArray = pAry; in ImplLayout()
6032 if( pDXArray && mbMap ) in ImplLayout()
6039 … pTempDXAry[i] = ImplLogicWidthToDevicePixel( rLogicalPos.X() + pDXArray[i] ) - nPixelXOfs; in ImplLayout()
[all …]
/AOO41X/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx251 ::boost::scoped_array<sal_Int32> pDXArray( new sal_Int32[nLen] ); in drawText()
253 pDXArray[i] = basegfx::fround( rLogicalAdvancements[i] ); in drawText()
258 pDXArray.get(), in drawText()
/AOO41X/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx945 long GraphiteLayout::FillDXArray( sal_Int32* pDXArray ) const in FillDXArray()
951 if (pDXArray) in FillDXArray()
962 pDXArray[i] = 0; in FillDXArray()
966 pDXArray[i] = mvCharDxs[i]; in FillDXArray()
967 if (i > 0) pDXArray[i] -= mvCharDxs[i-1]; in FillDXArray()
970 fprintf(grLog(),"%d,%d,%d ", (int)i, (int)mvCharDxs[i], pDXArray[i]); in FillDXArray()
/AOO41X/main/editeng/inc/editeng/
H A Dsvxfont.hxx105 … sal_uInt16 nIdx = 0, const sal_uInt16 nLen = STRING_LEN, const sal_Int32* pDXArray = NULL ) const;
108 … const sal_uInt16 nIdx, const sal_uInt16 nLen, sal_Int32* pDXArray = NULL ) const;
/AOO41X/main/editeng/source/outliner/
H A Doutleeng.cxx158 …const sal_Int32* pDXArray, const SvxFont& rFont, sal_uInt16 nPara, sal_uInt16 nIndex, sal_uInt8 nR… in DrawingText() argument
199 … pOwner->DrawingText(rStartPos,rText,nTextStart,nTextLen,pDXArray,rFont,nPara,nIndex,nRightToLeft, in DrawingText()
H A Doutleeng.hxx56 …ng& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen, const sal_Int32* pDXArray, const SvxFont& r…
/AOO41X/main/vcl/inc/vcl/
H A Doutdev.hxx664 sal_uLong nLayoutWidth = 0, const sal_Int32* pDXArray = NULL ) const;
668 sal_uLong nLayoutWidth = 0, const sal_Int32* pDXArray = NULL ) const;
672 sal_uLong nLayoutWidth = 0, const sal_Int32* pDXArray = NULL ) const;
676 sal_uLong nLayoutWidth = 0, const sal_Int32* pDXArray = NULL ) const;
/AOO41X/main/svtools/source/filter/wmf/
H A Demfwr.cxx784 …riteTextRecord( const Point& rPos, const String rText, const sal_Int32* pDXArray, sal_uInt32 nWidt… in ImplWriteTextRecord() argument
795 if( pDXArray ) in ImplWriteTextRecord()
799 pDX = (sal_Int32*) pDXArray; in ImplWriteTextRecord()
H A Demfwr.hxx84 …riteTextRecord( const Point& rPos, const String rText, const sal_Int32* pDXArray, sal_uInt32 nWidt…
/AOO41X/main/filter/source/svg/
H A Dsvgwriter.hxx212 … ImplWriteText( const Point& rPos, const String& rText, const sal_Int32* pDXArray, long nWidth,
H A Dsvgwriter.cxx789 const sal_Int32* pDXArray, long nWidth, in ImplWriteText() argument
813 if( pDXArray ) in ImplWriteText()
816 pDX = const_cast< sal_Int32* >( pDXArray ); in ImplWriteText()

12